summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/relocation.c
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik2020-03-231-25/+25
* btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik2020-03-231-7/+1
* btrfs: push grab_fs_root into read_fs_rootJosef Bacik2020-03-231-26/+9
* btrfs: hold a ref on the root in btrfs_recover_relocationJosef Bacik2020-03-231-3/+18
* btrfs: hold a ref on the root in create_reloc_inodeJosef Bacik2020-03-231-1/+6
* btrfs: hold a ref on the root in find_data_referencesJosef Bacik2020-03-231-1/+7
* btrfs: hold a ref on the root in record_reloc_root_in_transJosef Bacik2020-03-231-1/+5
* btrfs: hold a ref on the root in merge_reloc_rootsJosef Bacik2020-03-231-0/+2
* btrfs: hold a ref on the root in prepare_to_mergeJosef Bacik2020-03-231-0/+2
* btrfs: hold a ref on the root in build_backref_treeJosef Bacik2020-03-231-9/+29
* btrfs: make relocation use btrfs_read_tree_root()Josef Bacik2020-03-231-2/+4
* btrfs: relocation: Add introduction of how relocation worksQu Wenruo2020-03-231-0/+47
* btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_itemOmar Sandoval2020-01-201-2/+2
* btrfs: relocation: Output current relocation stage at btrfs_relocate_block_gr...Qu Wenruo2020-01-201-2/+14
* btrfs: relocation: fix reloc_root lifespan and accessQu Wenruo2020-01-131-5/+46
* btrfs: do not leak reloc root if we fail to read the fs rootJosef Bacik2019-12-131-0/+1
* btrfs: remove extent_map::bdevDavid Sterba2019-11-181-2/+0
* btrfs: scrub: Don't check free space before marking a block group ROQu Wenruo2019-11-181-1/+1
* btrfs: rename btrfs_block_group_cacheDavid Sterba2019-11-181-7/+6
* btrfs: add dedicated members for start and length of a block groupDavid Sterba2019-11-181-8/+8
* btrfs: move block_group_item::used to block groupDavid Sterba2019-11-181-1/+1
* btrfs: opencode extent_buffer_getDavid Sterba2019-11-181-2/+2
* btrfs: drop unused parameter is_new from btrfs_igetDavid Sterba2019-11-181-2/+2
* btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...Qu Wenruo2019-10-151-5/+4
* Btrfs: add missing extents release on file extent cluster relocation errorFilipe Manana2019-10-111-0/+2
* btrfs: relocation: fix use-after-free on dead relocation rootsQu Wenruo2019-09-251-1/+8
* btrfs: move basic block_group definitions to their own headerJosef Bacik2019-09-091-0/+1
* btrfs: Remove leftover of in-band dedupeNikolay Borisov2019-09-091-1/+1
* btrfs: migrate the delalloc space stuff to it's own homeJosef Bacik2019-07-041-0/+1
* btrfs: reloc: Also queue orphan reloc tree for cleanup to avoid BUG_ON()Qu Wenruo2019-05-281-8/+19
* btrfs: extent-tree: Use btrfs_ref to refactor btrfs_free_extent()Qu Wenruo2019-04-291-9/+16
* btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref()Qu Wenruo2019-04-291-15/+27
* btrfs: get fs_info from block group in lookup_free_space_inodeDavid Sterba2019-04-291-1/+1
* btrfs: Remove redundant inode argument from btrfs_add_ordered_sumNikolay Borisov2019-04-291-1/+1
* btrfs: fix panic during relocation after ENOSPC before writeback happensJosef Bacik2019-04-291-11/+20
* btrfs: reloc: Fix NULL pointer dereference due to expanded reloc_root lifespanQu Wenruo2019-04-291-7/+5
* btrfs: Introduce extent_io_tree::owner to distinguish different io_treesQu Wenruo2019-04-291-1/+2
* btrfs: Introduce fs_info to extent_io_treeQu Wenruo2019-04-291-4/+4
* Btrfs: add missing error handling after doing leaf/node binary searchFilipe Manana2019-02-251-0/+10
* btrfs: open code now trivial btrfs_set_lock_blockingDavid Sterba2019-02-251-4/+4
* btrfs: qgroup: Use delayed subtree rescan for balanceQu Wenruo2019-02-251-9/+5
* btrfs: qgroup: Introduce per-root swapped blocks infrastructureQu Wenruo2019-02-251-0/+7
* btrfs: relocation: Delay reloc tree deletion after merge_reloc_rootsQu Wenruo2019-02-251-17/+68
* Btrfs: drop useless LIST_HEAD in merge_reloc_rootJulia Lawall2019-02-251-1/+0
* btrfs: Fix typos in comments and stringsAndrea Gelmini2018-12-171-1/+1
* btrfs: add helper to describe block group flagsAnand Jain2018-12-171-27/+3
* Btrfs: prevent ioctls from interfering with a swap fileOmar Sandoval2018-12-171-4/+14
* btrfs: relocation: set trans to be NULL after ending transactionPan Bian2018-11-231-0/+1
* btrfs: relocation: Remove redundant tree level checkQu Wenruo2018-10-151-1/+0
* btrfs: relocation: Cleanup while loop using rbtree_postorder_for_each_entry_safeQu Wenruo2018-10-151-15/+8