aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/relocation.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-05btrfs: fix min reserved size calculation in merge_reloc_rootJosef Bacik1-1/+3
2020-10-07btrfs: introduce BTRFS_NESTING_COW for cow'ing blocksJosef Bacik1-4/+7
2020-07-27btrfs: relocation: review the call sites which can be interrupted by signalQu Wenruo1-2/+10
2020-07-27btrfs: relocation: allow signal to cancel balanceQu Wenruo1-1/+2
2020-07-27btrfs: make prealloc_file_extent_cluster take btrfs_inodeNikolay Borisov1-12/+12
2020-07-27btrfs: make btrfs_free_reserved_data_space_noquota take btrfs_fs_infoNikolay Borisov1-1/+1
2020-07-27btrfs: make btrfs_set_extent_delalloc take btrfs_inodeNikolay Borisov1-2/+2
2020-07-27btrfs: use for loop in prealloc_file_extent_clusterNikolay Borisov1-3/+2
2020-07-27btrfs: perform data management operations outside of inode lockNikolay Borisov1-7/+5
2020-07-27btrfs: remove hole check in prealloc_file_extent_clusterNikolay Borisov1-3/+0
2020-07-27btrfs: make btrfs_reloc_clone_csums take btrfs_inodeNikolay Borisov1-4/+4
2020-07-27btrfs: make btrfs_lookup_ordered_extent take btrfs_inodeNikolay Borisov1-1/+1
2020-07-27btrfs: use btrfs_alloc_data_chunk_ondemand() when allocating space for relocationFilipe Manana1-8/+6
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