summaryrefslogtreecommitdiff
path: root/fs/btrfs/relocation.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-16btrfs: make send work with concurrent block group relocationFilipe Manana1-13/+0
2022-03-08btrfs: do not start relocation until in progress drops are doneJosef Bacik1-0/+13
2021-11-21btrfs: zoned: allow preallocation for relocation inodesJohannes Thumshirn1-33/+2
2021-11-21btrfs: introduce btrfs_is_data_reloc_rootJohannes Thumshirn1-2/+1
2021-08-23btrfs: subpage: fix relocation potentially overwriting last page dataQu Wenruo1-0/+60
2021-08-23btrfs: make relocate_one_page() handle subpage caseQu Wenruo1-29/+77
2021-08-23btrfs: reloc: factor out relocation page read and dirty partQu Wenruo1-105/+93
2021-06-22btrfs: ensure relocation never runs while we have send operations runningFilipe Manana1-0/+13
2021-06-21btrfs: add cancellable chunk relocation supportDavid Sterba1-2/+60
2021-04-19btrfs: check return value of btrfs_commit_transaction in relocationJosef Bacik1-4/+5
2021-04-19btrfs: do proper error handling in merge_reloc_rootsJosef Bacik1-2/+23
2021-04-19btrfs: handle extent corruption with select_one_root properlyJosef Bacik1-3/+16
2021-04-19btrfs: cleanup error handling in prepare_to_mergeJosef Bacik1-2/+12
2021-04-19btrfs: do not panic in __add_reloc_rootJosef Bacik1-1/+5
2021-04-19btrfs: handle __add_reloc_root failures in btrfs_recover_relocationJosef Bacik1-2/+11
2021-04-19btrfs: do proper error handling in create_reloc_inodeJosef Bacik1-2/+37
2021-04-19btrfs: remove the extent item sanity checks in relocate_block_groupJosef Bacik1-28/+1
2021-04-19btrfs: handle extent reference errors in do_relocationJosef Bacik1-4/+5
2021-04-19btrfs: handle errors in reference count manipulation in replace_pathJosef Bacik1-4/+16
2021-04-19btrfs: handle btrfs_search_slot failure in replace_pathJosef Bacik1-1/+5
2021-04-19btrfs: handle btrfs_cow_block errors in replace_pathJosef Bacik1-2/+10
2021-04-19btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'sJosef Bacik1-3/+3
2021-04-19btrfs: do proper error handling in btrfs_update_reloc_rootJosef Bacik1-4/+2
2021-04-19btrfs: handle btrfs_update_reloc_root failure in prepare_to_mergeJosef Bacik1-1/+12
2021-04-19btrfs: handle btrfs_update_reloc_root failure in insert_dirty_subvolJosef Bacik1-1/+4
2021-04-19btrfs: change insert_dirty_subvol to return errorsJosef Bacik1-5/+10
2021-04-19btrfs: validate root::reloc_root after recording root in transJosef Bacik1-0/+15
2021-04-19btrfs: do proper error handling in create_reloc_rootJosef Bacik1-6/+28
2021-04-19btrfs: have proper error handling in btrfs_init_reloc_rootJosef Bacik1-1/+7
2021-04-19btrfs: handle btrfs_record_root_in_trans failure in relocate_tree_blockJosef Bacik1-1/+3
2021-04-19btrfs: do proper error handling in record_reloc_root_in_transJosef Bacik1-2/+21
2021-04-19btrfs: check record_root_in_trans related failures in select_reloc_rootJosef Bacik1-2/+7
2021-04-19btrfs: convert BUG_ON()'s in select_reloc_root() to proper errorsJosef Bacik1-4/+43
2021-04-19btrfs: handle errors from select_reloc_root()Josef Bacik1-3/+12
2021-04-19btrfs: convert BUG_ON()'s in relocate_tree_blockJosef Bacik1-2/+22
2021-04-19btrfs: convert some BUG_ON()'s to ASSERT()'s in do_relocationJosef Bacik1-3/+16
2021-04-19btrfs: use btrfs_inode_lock/btrfs_inode_unlock inode lock helpersJosef Bacik1-2/+2
2021-02-09btrfs: zoned: enable relocation on a zoned filesystemNaohiro Aota1-2/+32
2021-02-09btrfs: introduce btrfs_subpage for data inodesQu Wenruo1-2/+9
2021-02-09btrfs: fix reloc root leak with 0 ref reloc roots on recoveryJosef Bacik1-3/+1
2021-02-09btrfs: keep track of the root owner for relocation readsJosef Bacik1-3/+43
2021-02-09btrfs: noinline btrfs_should_cancel_balanceJosef Bacik1-1/+1
2021-02-09btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectidNikolay Borisov1-1/+1
2021-01-07btrfs: reloc: fix wrong file extent type check to avoid false ENOENTQu Wenruo1-1/+6
2020-12-09btrfs: remove inode number cache featureNikolay Borisov1-1/+0
2020-12-08btrfs: remove err variable from do_relocationNikolay Borisov1-21/+12
2020-12-08btrfs: eliminate err variable from merge_reloc_rootNikolay Borisov1-17/+7
2020-12-08btrfs: pass the owner_root and level to alloc_extent_bufferJosef Bacik1-1/+2
2020-12-08btrfs: pass root owner to read_tree_blockJosef Bacik1-2/+2
2020-12-08btrfs: use btrfs_read_node_slot in replace_pathJosef Bacik1-9/+1