summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/relocation.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-chris-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason2016-12-131-22/+12
|\
| * Btrfs: remove unused code when creating and merging reloc treesFilipe Manana2016-11-191-19/+0
| * 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/+23
* | 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
* | btrfs: make block group flags in balance printks human-readableAdam Borowski2016-11-301-3/+40
|/
* Btrfs: kill BUG_ON in do_relocationLiu Bo2016-10-171-1/+8
* btrfs: unsplit printed stringsJeff Mahoney2016-09-261-7/+9
* Btrfs: don't leak reloc root nodes on errorJosef Bacik2016-09-261-0/+4
* Btrfs: return gracefully from balance if fs tree is corruptedLiu Bo2016-09-261-6/+17
* Btrfs: add a flags field to btrfs_fs_infoJosef Bacik2016-09-261-1/+1
* btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band de...Qu Wenruo2016-09-261-1/+1
* Btrfs: fix endless loop in balancing block groupsLiu Bo2016-09-011-3/+5
* btrfs: update btrfs_space_info's bytes_may_use timelyWang Xiaoguang2016-08-251-2/+9
* btrfs: use correct offset for reloc_inode in prealloc_file_extent_cluster()Wang Xiaoguang2016-08-251-4/+6
* btrfs: relocation: Fix leaking qgroups numbers on data extentsQu Wenruo2016-08-251-6/+103
* btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney2016-07-261-2/+2
* Btrfs: fix panic in balance due to EIOLiu Bo2016-07-261-0/+4
* Btrfs: change BUG_ON()'s to ASSERT()'s in backref_cache_cleanup()Liu Bo2016-07-261-6/+6
* Btrfs: use FLUSH_LIMIT for relocation in reserve_metadata_bytesJosef Bacik2016-07-071-17/+20
* Btrfs: fill relocation block rsv after allocationJosef Bacik2016-07-071-0/+6
* Btrfs: fix callers of btrfs_block_rsv_migrateJosef Bacik2016-07-071-1/+1
* Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba2016-05-251-10/+9
|\
| * btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-251-6/+6
| * btrfs: sink gfp parameter to clear_extent_bitsDavid Sterba2016-04-291-2/+1
| * btrfs: sink gfp parameter to set_extent_bitsDavid Sterba2016-04-291-2/+2
* | Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2016-05-171-6/+5
|\ \
| * | Btrfs: fix race between block group relocation and nocow writesFilipe Manana2016-05-131-0/+1
| * | Btrfs: don't do unnecessary delalloc flushes when relocatingFilipe Manana2016-05-131-5/+1
| * | Btrfs: don't wait for unrelated IO to finish before relocationFilipe Manana2016-05-131-1/+3
| |/
* / btrfs: rename btrfs_std_error to btrfs_handle_fs_errorAnand Jain2016-04-281-1/+1
|/
* Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-04-091-0/+1
|\
| * Btrfs: fix invalid reference in replace_pathLiu Bo2016-04-041-0/+1
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-8/+8
|/
* Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-291-1/+2
|\
| * btrfs: add free space tree to the cow-only listDavid Sterba2016-01-251-1/+2
* | wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
|/
* btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba2016-01-071-6/+6
* Btrfs: fix regression running delayed references when using qgroupsFilipe Manana2015-10-251-9/+7
* btrfs: qgroup: Cleanup old inaccurate facilitiesQu Wenruo2015-10-211-4/+4
* btrfs: extent-tree: Switch to new check_data_free_space and free_reserved_dat...Qu Wenruo2015-10-211-4/+4
* Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain2015-09-291-1/+1
* btrfs: Remove unnecessary variants in relocation.cZhaolei2015-08-091-8/+5
* btrfs: Cleanup: Remove objectid's init-value in create_reloc_inode()Zhaolei2015-08-091-1/+1