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