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