summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/relocation.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: make prealloc_file_extent_cluster take btrfs_inodeNikolay Borisov2020-07-271-12/+12
* btrfs: make btrfs_free_reserved_data_space_noquota take btrfs_fs_infoNikolay Borisov2020-07-271-1/+1
* btrfs: make btrfs_set_extent_delalloc take btrfs_inodeNikolay Borisov2020-07-271-2/+2
* btrfs: use for loop in prealloc_file_extent_clusterNikolay Borisov2020-07-271-3/+2
* btrfs: perform data management operations outside of inode lockNikolay Borisov2020-07-271-7/+5
* btrfs: remove hole check in prealloc_file_extent_clusterNikolay Borisov2020-07-271-3/+0
* btrfs: make btrfs_reloc_clone_csums take btrfs_inodeNikolay Borisov2020-07-271-4/+4
* btrfs: make btrfs_lookup_ordered_extent take btrfs_inodeNikolay Borisov2020-07-271-1/+1
* btrfs: use btrfs_alloc_data_chunk_ondemand() when allocating space for reloca...Filipe Manana2020-07-271-8/+6
* 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