summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2021-10-26btrfs: remove redundant log root assignment from log_dir_items()Filipe Manana1-2/+0
2021-10-26btrfs: remove root argument from btrfs_log_inode() and its calleesFilipe Manana1-28/+24
2021-10-26btrfs: zoned: let the for_treelog test in the allocator stand outJohannes Thumshirn1-3/+4
2021-10-26btrfs: rename setup_extent_mapping in relocation codeJohannes Thumshirn1-4/+3
2021-10-26btrfs: zoned: allow preallocation for relocation inodesJohannes Thumshirn1-33/+2
2021-10-26btrfs: check for relocation inodes on zoned btrfs in should_nocowJohannes Thumshirn1-1/+9
2021-10-26btrfs: zoned: use regular writes for relocationJohannes Thumshirn1-0/+11
2021-10-26btrfs: zoned: only allow one process to add pages to a relocation inodeJohannes Thumshirn1-0/+11
2021-10-26btrfs: zoned: add a dedicated data relocation block groupJohannes Thumshirn6-2/+71
2021-10-26btrfs: introduce btrfs_is_data_reloc_rootJohannes Thumshirn5-15/+16
2021-10-26btrfs: unexport repair_io_failure()Qu Wenruo2-6/+3
2021-10-26btrfs: do not commit delayed inode when logging a file in full sync modeFilipe Manana1-16/+5
2021-10-26btrfs: avoid attempt to drop extents when logging inode for the first timeFilipe Manana1-8/+19
2021-10-26btrfs: avoid search for logged i_size when logging inode if possibleFilipe Manana1-1/+1
2021-10-26btrfs: avoid expensive search when truncating inode items from the logFilipe Manana1-1/+3
2021-10-26btrfs: add helper to truncate inode items when logging inodeFilipe Manana1-13/+19
2021-10-26btrfs: avoid expensive search when dropping inode items from logFilipe Manana1-9/+13
2021-10-26btrfs: always update the logged transaction when logging new namesFilipe Manana1-39/+34
2021-10-26btrfs: do not log new dentries when logging that a new name existsFilipe Manana1-0/+8
2021-10-26btrfs: remove no longer needed checks for NULL log contextFilipe Manana1-13/+7
2021-10-26btrfs: check if a log tree exists at inode_logged()Filipe Manana1-0/+3
2021-10-26btrfs: remove stale comment about the btrfs_show_devnameAnand Jain1-7/+0
2021-10-26btrfs: update latest_dev when we create a sprout deviceAnand Jain1-0/+2
2021-10-26btrfs: use latest_dev in btrfs_show_devnameAnand Jain1-19/+5
2021-10-26btrfs: convert latest_bdev type to btrfs_device and renameAnand Jain6-12/+16
2021-10-26btrfs: zoned: finish relocating block groupNaohiro Aota1-0/+4
2021-10-26btrfs: zoned: finish fully written block groupNaohiro Aota5-2/+70
2021-10-26btrfs: zoned: avoid chunk allocation if active block group has enough spaceNaohiro Aota3-7/+60
2021-10-26btrfs: move ffe_ctl one level upNaohiro Aota1-75/+87
2021-10-26btrfs: zoned: activate new block groupNaohiro Aota1-0/+6
2021-10-26btrfs: zoned: activate block group on allocationNaohiro Aota1-0/+12
2021-10-26btrfs: zoned: load active zone info for block groupNaohiro Aota1-0/+24
2021-10-26btrfs: zoned: implement active zone trackingNaohiro Aota7-2/+226
2021-10-26btrfs: zoned: introduce physical_map to btrfs_block_groupNaohiro Aota3-2/+16
2021-10-26btrfs: zoned: load active zone information from devicesNaohiro Aota2-1/+60
2021-10-26btrfs: zoned: finish superblock zone once no space left for new SBNaohiro Aota3-20/+44
2021-10-26btrfs: zoned: locate superblock position using zone capacityNaohiro Aota1-2/+13
2021-10-26btrfs: zoned: consider zone as full when no more SB can be writtenNaohiro Aota1-8/+15
2021-10-26btrfs: zoned: tweak reclaim threshold for zone capacityNaohiro Aota1-2/+6
2021-10-26btrfs: zoned: calculate free space from zone capacityNaohiro Aota4-6/+16
2021-10-26btrfs: zoned: move btrfs_free_excluded_extents out of btrfs_calc_zone_unusableNaohiro Aota2-3/+2
2021-10-26btrfs: zoned: load zone capacity information from devicesNaohiro Aota2-1/+24
2021-10-26btrfs: defrag: enable defrag for subpage caseQu Wenruo1-6/+0
2021-10-26btrfs: defrag: remove the old infrastructureQu Wenruo1-313/+0
2021-10-26btrfs: defrag: use defrag_one_cluster() to implement btrfs_defrag_file()Qu Wenruo1-149/+55
2021-10-26btrfs: defrag: introduce helper to defrag one clusterQu Wenruo1-0/+56
2021-10-26btrfs: defrag: introduce helper to defrag a rangeQu Wenruo1-10/+93
2021-10-26btrfs: defrag: introduce helper to defrag a contiguous prepared rangeQu Wenruo1-0/+55
2021-10-26btrfs: defrag: introduce helper to collect target file extentsQu Wenruo1-0/+120
2021-10-26btrfs: defrag: factor out page preparation into a helperQu Wenruo1-61/+87