summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/relocation.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: zoned: enable relocation on a zoned filesystemNaohiro Aota2021-02-091-2/+32
* btrfs: introduce btrfs_subpage for data inodesQu Wenruo2021-02-081-2/+9
* btrfs: fix reloc root leak with 0 ref reloc roots on recoveryJosef Bacik2021-02-081-3/+1
* btrfs: keep track of the root owner for relocation readsJosef Bacik2021-02-081-3/+43
* btrfs: noinline btrfs_should_cancel_balanceJosef Bacik2021-02-081-1/+1
* btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectidNikolay Borisov2021-02-081-1/+1
* btrfs: reloc: fix wrong file extent type check to avoid false ENOENTQu Wenruo2021-01-071-1/+6
* btrfs: remove inode number cache featureNikolay Borisov2020-12-091-1/+0
* btrfs: remove err variable from do_relocationNikolay Borisov2020-12-081-21/+12
* btrfs: eliminate err variable from merge_reloc_rootNikolay Borisov2020-12-081-17/+7
* btrfs: pass the owner_root and level to alloc_extent_bufferJosef Bacik2020-12-081-1/+2
* btrfs: pass root owner to read_tree_blockJosef Bacik2020-12-081-2/+2
* btrfs: use btrfs_read_node_slot in replace_pathJosef Bacik2020-12-081-9/+1
* btrfs: use btrfs_read_node_slot in do_relocationJosef Bacik2020-12-081-11/+1
* btrfs: use btrfs_read_node_slot in walk_down_reloc_treeJosef Bacik2020-12-081-13/+2
* btrfs: cleanup extent buffer readaheadJosef Bacik2020-12-081-1/+1
* btrfs: locking: remove all the blocking helpersJosef Bacik2020-12-081-4/+0
* btrfs: add set/get accessors for root_item::drop_levelDavid Sterba2020-12-081-5/+5
* btrfs: fix min reserved size calculation in merge_reloc_rootJosef Bacik2020-11-051-1/+3
* btrfs: introduce BTRFS_NESTING_COW for cow'ing blocksJosef Bacik2020-10-071-4/+7
* btrfs: relocation: review the call sites which can be interrupted by signalQu Wenruo2020-07-271-2/+10
* btrfs: relocation: allow signal to cancel balanceQu Wenruo2020-07-271-1/+2
* 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