aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/relocation.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-25btrfs: backref: rename and move backref_tree_panic()Qu Wenruo1-20/+9
2020-05-25btrfs: backref: rename and move backref_cache_cleanup()Qu Wenruo1-31/+1
2020-05-25btrfs: backref: rename and move remove_backref_node()Qu Wenruo1-48/+5
2020-05-25btrfs: backref: rename and move drop_backref_node()Qu Wenruo1-38/+7
2020-05-25btrfs: backref: rename and move free_backref_(node|edge)Qu Wenruo1-31/+11
2020-05-25btrfs: backref: rename and move link_backref_edge()Qu Wenruo1-19/+4
2020-05-25btrfs: backref: rename and move alloc_backref_edge()Qu Wenruo1-14/+3
2020-05-25btrfs: backref: rename and move alloc_backref_node()Qu Wenruo1-26/+6
2020-05-25btrfs: backref: rename and move backref_cache_init()Qu Wenruo1-17/+1
2020-05-25btrfs: rename tree_entry to rb_simple_node and export itQu Wenruo1-77/+32
2020-05-25btrfs: backref: move btrfs_backref_(node|edge|cache) structures to backref.hQu Wenruo1-113/+0
2020-05-25btrfs: reloc: add btrfs_ prefix for backref_node/edge/cacheQu Wenruo1-137/+141
2020-05-25btrfs: reloc: refactor useless nodes handling into its own functionQu Wenruo1-37/+76
2020-05-25btrfs: reloc: refactor finishing part of upper linkage into finish_upper_links()Qu Wenruo1-69/+117
2020-05-25btrfs: reloc: remove the open-coded goto loop for breadth-first searchQu Wenruo1-81/+88
2020-05-25btrfs: reloc: pass essential members for alloc_backref_node()Qu Wenruo1-20/+20
2020-05-25btrfs: reloc: use wrapper to replace open-coded edge linkingQu Wenruo1-16/+37
2020-05-25btrfs: reloc: refactor indirect tree backref processing into its own functionQu Wenruo1-135/+159
2020-05-25btrfs: reloc: refactor direct tree backref processing into its own functionQu Wenruo1-52/+78
2020-05-25btrfs: reloc: make reloc root search-specific for relocation backref cacheQu Wenruo1-11/+39
2020-05-25btrfs: reloc: add backref_cache::fs_info memberQu Wenruo1-2/+6
2020-05-25btrfs: reloc: add backref_cache::pending_edge and backref_cache::useless_nodeQu Wenruo1-28/+46
2020-05-25btrfs: reloc: rename mark_block_processed and __mark_block_processedQu Wenruo1-34/+22
2020-05-25btrfs: reloc: use btrfs_backref_iter infrastructureQu Wenruo1-129/+62
2020-04-23btrfs: fix transaction leak in btrfs_recover_relocationXiyu Yang1-0/+1
2020-04-17btrfs: fix setting last_trans for reloc rootsJosef Bacik1-2/+17
2020-04-08btrfs: check commit root generation in should_ignore_rootJosef Bacik1-2/+2
2020-03-23btrfs: track reloc roots based on their commit root bytenrJosef Bacik1-10/+7
2020-03-23btrfs: restart relocate_tree_blocks properlyJosef Bacik1-9/+2
2020-03-23btrfs: reloc: reorder reservation before root selectionJosef Bacik1-6/+8
2020-03-23btrfs: do not readahead in build_backref_treeJosef Bacik1-2/+0
2020-03-23btrfs: move the root freeing stuff into btrfs_put_rootJosef Bacik1-4/+0
2020-03-23btrfs: remove a BUG_ON() from merge_reloc_roots()Josef Bacik1-1/+15
2020-03-23btrfs: hold a ref on the root->reloc_rootJosef Bacik1-10/+48
2020-03-23btrfs: clear DEAD_RELOC_TREE before dropping the reloc rootJosef Bacik1-6/+6
2020-03-23btrfs: free the reloc_control in a consistent wayJosef Bacik1-2/+14
2020-03-23btrfs: do not init a reloc root if we aren't relocatingJosef Bacik1-4/+16
2020-03-23btrfs: reloc: clean dirty subvols if we fail to start a transactionJosef Bacik1-3/+3
2020-03-23btrfs: unset reloc control if we fail to recoverJosef Bacik1-5/+5
2020-03-23btrfs: drop block from cache on error in relocationJosef Bacik1-1/+1
2020-03-23btrfs: relocation: Use btrfs_find_all_leafs to locate data extent parent tree...Qu Wenruo1-260/+52
2020-03-23btrfs: Remove block_rsv parameter from btrfs_drop_snapshotNikolay Borisov1-2/+2
2020-03-23btrfs: Remove __ prefix from btrfs_block_rsv_releaseNikolay Borisov1-4/+4
2020-03-23btrfs: relocation: Check cancel request after each extent foundQu Wenruo1-0/+4
2020-03-23btrfs: relocation: Check cancel request after each data page readQu Wenruo1-0/+12
2020-03-23btrfs: relocation: add error injection points for cancelling balanceQu Wenruo1-0/+10
2020-03-23btrfs: Remove impossible BUG_ON in get_tree_block_keyNikolay Borisov1-1/+0
2020-03-23btrfs: relocation: Remove is_cowonly_root()Qu Wenruo1-19/+1
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik1-25/+25
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik1-7/+1