summaryrefslogtreecommitdiff
path: root/fs/btrfs/relocation.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-23btrfs: do not init a reloc root if we aren't relocatingJosef Bacik1-4/+16
2020-03-23btrfs: reloc: clean dirty subvols if we fail to start a transactionJosef Bacik1-3/+3
2020-03-23btrfs: unset reloc control if we fail to recoverJosef Bacik1-5/+5
2020-03-23btrfs: drop block from cache on error in relocationJosef Bacik1-1/+1
2020-03-23btrfs: relocation: Use btrfs_find_all_leafs to locate data extent parent tree...Qu Wenruo1-260/+52
2020-03-23btrfs: Remove block_rsv parameter from btrfs_drop_snapshotNikolay Borisov1-2/+2
2020-03-23btrfs: Remove __ prefix from btrfs_block_rsv_releaseNikolay Borisov1-4/+4
2020-03-23btrfs: relocation: Check cancel request after each extent foundQu Wenruo1-0/+4
2020-03-23btrfs: relocation: Check cancel request after each data page readQu Wenruo1-0/+12
2020-03-23btrfs: relocation: add error injection points for cancelling balanceQu Wenruo1-0/+10
2020-03-23btrfs: Remove impossible BUG_ON in get_tree_block_keyNikolay Borisov1-1/+0
2020-03-23btrfs: relocation: Remove is_cowonly_root()Qu Wenruo1-19/+1
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik1-25/+25
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik1-7/+1
2020-03-23btrfs: push grab_fs_root into read_fs_rootJosef Bacik1-26/+9
2020-03-23btrfs: hold a ref on the root in btrfs_recover_relocationJosef Bacik1-3/+18
2020-03-23btrfs: hold a ref on the root in create_reloc_inodeJosef Bacik1-1/+6
2020-03-23btrfs: hold a ref on the root in find_data_referencesJosef Bacik1-1/+7
2020-03-23btrfs: hold a ref on the root in record_reloc_root_in_transJosef Bacik1-1/+5
2020-03-23btrfs: hold a ref on the root in merge_reloc_rootsJosef Bacik1-0/+2
2020-03-23btrfs: hold a ref on the root in prepare_to_mergeJosef Bacik1-0/+2
2020-03-23btrfs: hold a ref on the root in build_backref_treeJosef Bacik1-9/+29
2020-03-23btrfs: make relocation use btrfs_read_tree_root()Josef Bacik1-2/+4
2020-03-23btrfs: relocation: Add introduction of how relocation worksQu Wenruo1-0/+47
2020-01-20btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_itemOmar Sandoval1-2/+2
2020-01-20btrfs: relocation: Output current relocation stage at btrfs_relocate_block_gr...Qu Wenruo1-2/+14
2020-01-14btrfs: relocation: fix reloc_root lifespan and accessQu Wenruo1-5/+46
2019-12-13btrfs: do not leak reloc root if we fail to read the fs rootJosef Bacik1-0/+1
2019-11-19btrfs: remove extent_map::bdevDavid Sterba1-2/+0
2019-11-18btrfs: scrub: Don't check free space before marking a block group ROQu Wenruo1-1/+1
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba1-7/+6
2019-11-18btrfs: add dedicated members for start and length of a block groupDavid Sterba1-8/+8
2019-11-18btrfs: move block_group_item::used to block groupDavid Sterba1-1/+1
2019-11-18btrfs: opencode extent_buffer_getDavid Sterba1-2/+2
2019-11-18btrfs: drop unused parameter is_new from btrfs_igetDavid Sterba1-2/+2
2019-10-15btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...Qu Wenruo1-5/+4
2019-10-11Btrfs: add missing extents release on file extent cluster relocation errorFilipe Manana1-0/+2
2019-09-25btrfs: relocation: fix use-after-free on dead relocation rootsQu Wenruo1-1/+8
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik1-0/+1
2019-09-09btrfs: Remove leftover of in-band dedupeNikolay Borisov1-1/+1
2019-07-04btrfs: migrate the delalloc space stuff to it's own homeJosef Bacik1-0/+1
2019-05-28btrfs: reloc: Also queue orphan reloc tree for cleanup to avoid BUG_ON()Qu Wenruo1-8/+19
2019-04-29btrfs: extent-tree: Use btrfs_ref to refactor btrfs_free_extent()Qu Wenruo1-9/+16
2019-04-29btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref()Qu Wenruo1-15/+27
2019-04-29btrfs: get fs_info from block group in lookup_free_space_inodeDavid Sterba1-1/+1
2019-04-29btrfs: Remove redundant inode argument from btrfs_add_ordered_sumNikolay Borisov1-1/+1
2019-04-29btrfs: fix panic during relocation after ENOSPC before writeback happensJosef Bacik1-11/+20
2019-04-29btrfs: reloc: Fix NULL pointer dereference due to expanded reloc_root lifespanQu Wenruo1-7/+5
2019-04-29btrfs: Introduce extent_io_tree::owner to distinguish different io_treesQu Wenruo1-1/+2
2019-04-29btrfs: Introduce fs_info to extent_io_treeQu Wenruo1-4/+4