summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/relocation.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* btrfs: Error handle for get_ref_objectid_v0() in relocate_block_group()Zhaolei2015-08-091-0/+4
* btrfs: Use ref_cnt for set_block_group_ro()Zhaolei2015-08-091-8/+6
* Btrfs: fix wrong check for btrfs_force_chunk_alloc()Shilong Wang2015-07-011-1/+1
* Btrfs: fix up read_tree_block to return proper errorLiu Bo2015-06-031-5/+14
* btrfs: qgroup: do a reservation in a higher level.Dongsheng Yang2015-04-131-1/+1
* Btrfs: allow block group cache writeout outside critical section in commitChris Mason2015-04-101-3/+6
* btrfs: sink blocksize parameter to tree_block_processedDavid Sterba2014-12-121-4/+5
* btrfs: sink blocksize parameter to readahead_tree_blockDavid Sterba2014-12-121-2/+1
* Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/l...Chris Mason2014-10-041-22/+6
|\
| * btrfs: remove parameter blocksize from read_tree_blockDavid Sterba2014-10-021-7/+4
| * btrfs: inline code of reada_tree_block and remove itDavid Sterba2014-10-021-10/+2
| * btrfs: remove unused parameter from readahead_tree_blockDavid Sterba2014-10-021-7/+2
* | Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason2014-10-041-2/+1
|\ \
| * | btrfs: let merge_reloc_roots return voidDavid Sterba2014-10-021-2/+1
| |/
* | Btrfs: fix build_backref_tree issue with multiple shared blocksJosef Bacik2014-10-031-1/+4
* | Btrfs: cleanup error handling in build_backref_treeJosef Bacik2014-10-031-29/+59
|/
* btrfs: use nodesize everywhere, kill leafsizeDavid Sterba2014-09-171-11/+10
* btrfs: clenaup: don't call btrfs_release_path before free_pathDavid Sterba2014-09-171-1/+0
* btrfs: remove stale newlines from log messagesDavid Sterba2014-06-091-2/+2
* Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie2014-06-091-8/+9
* Btrfs: do not reset last_snapshot after relocationJosef Bacik2014-04-061-21/+0
* Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lockMiao Xie2014-03-101-1/+1
* Btrfs: fix an oops when we fail to relocate tree blocksWang Shilong2014-01-281-0/+6
* Btrfs: fix an oops when we fail to merge reloc rootsWang Shilong2014-01-281-7/+3
* Btrfs: remove unused argument from select_reloc_root()Wang Shilong2014-01-281-4/+2
* Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton2014-01-281-2/+2
* Btrfs: remove unnecessary filemap writting and waiting after block group relo...Wang Shilong2014-01-281-5/+0
* Btrfs: improve forever loop when doing balance relocationWang Shilong2014-01-281-38/+36
* Btrfs: make sure we cleanup all reloc roots if error happensWang Shilong2013-12-121-0/+7
* Btrfs: skip building backref tree for uuid and quota tree when doing balance ...Wang Shilong2013-12-121-1/+3