aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/btrfs/relocation.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-25btrfs: simplify iget helpersDavid Sterba1-11/+2
2020-05-25btrfs: open code read_fs_rootDavid Sterba1-12/+9
2020-05-25btrfs: simplify root lookup by idDavid Sterba1-7/+1
2020-05-25btrfs: reloc: clear DEAD_RELOC_TREE bit for orphan roots to prevent runaway balanceQu Wenruo1-0/+2
2020-05-25btrfs: reloc: fix reloc root leak and NULL pointer dereferenceQu Wenruo1-3/+9
2020-05-25btrfs: don't set SHAREABLE flag for data reloc treeQu Wenruo1-11/+5
2020-05-25btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEQu Wenruo1-11/+14
2020-05-25btrfs: remove the redundant parameter level in btrfs_bin_search()Qu Wenruo1-5/+3
2020-05-25btrfs: use list_for_each_entry_safe in free_reloc_rootsNikolay Borisov1-11/+5
2020-05-25btrfs: reloc: move error handling of build_backref_tree() to backref.cQu Wenruo1-47/+1
2020-05-25btrfs: backref: rename and move finish_upper_links()Qu Wenruo1-115/+1
2020-05-25btrfs: backref: rename and move handle_one_tree_block()Qu Wenruo1-355/+2
2020-05-25btrfs: reloc: open code read_fs_root() for handle_indirect_tree_backref()Qu Wenruo1-1/+5
2020-05-25btrfs: backref: rename and move should_ignore_root()Qu Wenruo1-4/+6
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