summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/relocation.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix panic during relocation after ENOSPC before writeback happensJosef Bacik2019-05-311-11/+20
* btrfs: relocation: set trans to be NULL after ending transactionPan Bian2018-12-051-0/+1
* btrfs: Handle owner mismatch gracefully when walking up treeQu Wenruo2018-11-131-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
* btrfs: free-space-cache, clean up unnecessary root argumentsJeff Mahoney2017-02-171-3/+2Star
* btrfs: convert btrfs_inc_block_group_ro to accept fs_infoJeff Mahoney2017-02-171-1/+1
* btrfs: fix over-80 lines introduced by previous cleanupsDavid Sterba2017-02-141-2/+2
* btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov2017-02-141-8/+8
* Merge branch 'for-chris-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason2016-12-131-22/+12Star
|\
| * Btrfs: remove unused code when creating and merging reloc treesFilipe Manana2016-11-191-19/+0Star
| * Btrfs: fix relocation incorrectly dropping data referencesFilipe Manana2016-11-191-3/+12
* | btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney2016-12-061-15/+15
* | btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-061-37/+41
* | btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney2016-12-061-57/+71
* | btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-061-19/+20
* | btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney2016-12-061-2/+2
* | btrfs: qgroup: Fix qgroup data leaking by using subtree tracingQu Wenruo2016-11-301-96/+23Star
* | btrfs: qgroup: Rename functions to make it follow reserve,trace,account stepsQu Wenruo2016-11-301-1/+1
* | btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba2016-11-301-1/+1