aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/relocation.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-01Btrfs: fix endless loop in balancing block groupsLiu Bo1-3/+5
2016-08-25btrfs: update btrfs_space_info's bytes_may_use timelyWang Xiaoguang1-2/+9
2016-08-25btrfs: use correct offset for reloc_inode in prealloc_file_extent_cluster()Wang Xiaoguang1-4/+6
2016-08-25btrfs: relocation: Fix leaking qgroups numbers on data extentsQu Wenruo1-6/+103
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney1-2/+2
2016-07-26Btrfs: fix panic in balance due to EIOLiu Bo1-0/+4
2016-07-26Btrfs: change BUG_ON()'s to ASSERT()'s in backref_cache_cleanup()Liu Bo1-6/+6
2016-07-07Btrfs: use FLUSH_LIMIT for relocation in reserve_metadata_bytesJosef Bacik1-17/+20
2016-07-07Btrfs: fill relocation block rsv after allocationJosef Bacik1-0/+6
2016-07-07Btrfs: fix callers of btrfs_block_rsv_migrateJosef Bacik1-1/+1
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba1-10/+9
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves1-6/+6
2016-05-17Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.7Chris Mason1-6/+5
2016-05-13Btrfs: fix race between block group relocation and nocow writesFilipe Manana1-0/+1
2016-05-13Btrfs: don't do unnecessary delalloc flushes when relocatingFilipe Manana1-5/+1
2016-05-13Btrfs: don't wait for unrelated IO to finish before relocationFilipe Manana1-1/+3
2016-04-29btrfs: sink gfp parameter to clear_extent_bitsDavid Sterba1-2/+1
2016-04-29btrfs: sink gfp parameter to set_extent_bitsDavid Sterba1-2/+2
2016-04-28btrfs: rename btrfs_std_error to btrfs_handle_fs_errorAnand Jain1-1/+1
2016-04-09Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-8/+8
2016-04-04Btrfs: fix invalid reference in replace_pathLiu Bo1-0/+1
2016-01-29Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+2
2016-01-25btrfs: add free space tree to the cow-only listDavid Sterba1-1/+2
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2016-01-07btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba1-6/+6
2015-10-25Btrfs: fix regression running delayed references when using qgroupsFilipe Manana1-9/+7
2015-10-21btrfs: qgroup: Cleanup old inaccurate facilitiesQu Wenruo1-4/+4
2015-10-21btrfs: extent-tree: Switch to new check_data_free_space and free_reserved_data_spaceQu Wenruo1-4/+4
2015-09-29Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain1-1/+1
2015-08-09btrfs: Remove unnecessary variants in relocation.cZhaolei1-8/+5
2015-08-09btrfs: Cleanup: Remove objectid's init-value in create_reloc_inode()Zhaolei1-1/+1
2015-08-09btrfs: Error handle for get_ref_objectid_v0() in relocate_block_group()Zhaolei1-0/+4
2015-08-09btrfs: Use ref_cnt for set_block_group_ro()Zhaolei1-8/+6
2015-07-01Btrfs: fix wrong check for btrfs_force_chunk_alloc()Shilong Wang1-1/+1
2015-06-03Btrfs: fix up read_tree_block to return proper errorLiu Bo1-5/+14
2015-04-13btrfs: qgroup: do a reservation in a higher level.Dongsheng Yang1-1/+1
2015-04-10Btrfs: allow block group cache writeout outside critical section in commitChris Mason1-3/+6
2014-12-12btrfs: sink blocksize parameter to tree_block_processedDavid Sterba1-4/+5
2014-12-12btrfs: sink blocksize parameter to readahead_tree_blockDavid Sterba1-2/+1
2014-10-04Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linusChris Mason1-22/+6
2014-10-04Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linusChris Mason1-2/+1
2014-10-03Btrfs: fix build_backref_tree issue with multiple shared blocksJosef Bacik1-1/+4
2014-10-03Btrfs: cleanup error handling in build_backref_treeJosef Bacik1-29/+59
2014-10-02btrfs: let merge_reloc_roots return voidDavid Sterba1-2/+1
2014-10-02btrfs: remove parameter blocksize from read_tree_blockDavid Sterba1-7/+4
2014-10-02btrfs: inline code of reada_tree_block and remove itDavid Sterba1-10/+2
2014-10-02btrfs: remove unused parameter from readahead_tree_blockDavid Sterba1-7/+2
2014-09-17btrfs: use nodesize everywhere, kill leafsizeDavid Sterba1-11/+10
2014-09-17btrfs: clenaup: don't call btrfs_release_path before free_pathDavid Sterba1-1/+0