summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/relocation.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs: qgroup: Only trace data extents in leaves if we're relocating data blo...Qu Wenruo2018-10-151-5/+5
* btrfs: qgroup: Use generation-aware subtree swap to mark dirty extentsQu Wenruo2018-10-151-8/+3
* btrfs: relocation: Add basic extent backref related comments for build_backre...Qu Wenruo2018-10-151-10/+18
* btrfs: Handle owner mismatch gracefully when walking up treeQu Wenruo2018-10-151-1/+1
* btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro2018-10-151-1/+2
* btrfs: switch update_size to bool in btrfs_block_rsv_migrate and btrfs_rsv_ad...Lu Fengqi2018-10-151-1/+1
* btrfs: btrfs_iget never returns an is_bad_inode inodeAl Viro2018-08-061-5/+2
* btrfs: qgroup: Drop root parameter from btrfs_qgroup_trace_subtreeLu Fengqi2018-08-061-3/+2
* btrfs: relocation: Only remove reloc rb_trees if reloc control has been initi...Qu Wenruo2018-08-061-11/+12
* btrfs: annotate unlikely branches after V0 extent type removalDavid Sterba2018-08-061-4/+4
* btrfs: Add graceful handling of V0 extentsNikolay Borisov2018-08-061-3/+24
* btrfs: Remove V0 extent supportNikolay Borisov2018-08-061-150/+1
* btrfs: return EUCLEAN if extent_inline_ref type is invalidSu Yue2018-08-061-2/+2
* btrfs: Remove fs_info from btrfs_force_chunk_allocNikolay Borisov2018-08-061-2/+1
* btrfs: Remove fs_info from btrfs_inc_block_group_roNikolay Borisov2018-08-061-1/+1