summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/relocation.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+5Star
* 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/+0Star
* btrfs: Fix typos in comments and stringsAndrea Gelmini2018-12-171-1/+1
* btrfs: add helper to describe block group flagsAnand Jain2018-12-171-27/+3Star
* 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/+0Star
* btrfs: relocation: Cleanup while loop using rbtree_postorder_for_each_entry_safeQu Wenruo2018-10-151-15/+8Star
* 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/+3Star
* 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/+2Star
* btrfs: qgroup: Drop root parameter from btrfs_qgroup_trace_subtreeLu Fengqi2018-08-061-3/+2Star
* 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/+1Star
* 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/+1Star
* btrfs: Remove fs_info from btrfs_inc_block_group_roNikolay Borisov2018-08-061-1/+1
* btrfs: fix describe_relocation when printing unknown flagsAnand Jain2018-05-281-1/+1
* btrfs: remove unused fs_info parameterGu Jinxiang2018-05-281-3/+3
* btrfs: Fix wrong first_key parameter in replace_pathQu Wenruo2018-04-261-1/+1
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1Star
* btrfs: Validate child tree block's level and first keyQu Wenruo2018-03-311-4/+17
* btrfs: qgroup: Use separate meta reservation type for delallocQu Wenruo2018-03-311-6/+7
* btrfs: Handle btrfs_set_extent_delalloc failure in relocate_file_extent_clusterNikolay Borisov2018-03-011-2/+16
* Btrfs: fix reported number of inode blocks after buffered append writesFilipe Manana2017-11-151-1/+2
* Btrfs: rework outstanding_extentsJosef Bacik2017-11-011-0/+3
* btrfs: pass root to various extent ref mod functionsJosef Bacik2017-10-301-7/+7
* btrfs: fix NULL pointer dereference from free_reloc_roots()Naohiro Aota2017-09-261-1/+1
* Btrfs: remove BUG_ON in __add_tree_blockLiu Bo2017-08-211-1/+11
* Btrfs: remove BUG() in add_data_referenceLiu Bo2017-08-211-1/+4
* Btrfs: convert to use btrfs_get_extent_inline_ref_typeLiu Bo2017-08-211-2/+11
* btrfs: Remove never reached error handling code in __add_reloc_rootNikolay Borisov2017-08-161-2/+0Star
* btrfs: fix integer overflow in calc_reclaim_items_nrChris Mason2017-06-291-1/+1
* btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved r...Qu Wenruo2017-06-291-4/+4
* btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsQu Wenruo2017-06-291-1/+3
* Btrfs: replace tree->mapping with tree->private_dataJosef Bacik2017-06-191-2/+1Star
* btrfs: Make btrfs_orphan_add take btrfs_inodeNikolay Borisov2017-02-281-1/+1
* btrfs: Make btrfs_drop_extent_cache take btrfs_inodeNikolay Borisov2017-02-281-4/+4
* btrfs: all btrfs_delalloc_release_metadata take btrfs_inodeNikolay Borisov2017-02-281-2/+2
* btrfs: Make btrfs_delalloc_reserve_metadata take btrfs_inodeNikolay Borisov2017-02-281-1/+2