summaryrefslogtreecommitdiff
path: root/fs/btrfs/relocation.c
AgeCommit message (Expand)Author
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves
2016-05-17Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason
2016-05-13Btrfs: fix race between block group relocation and nocow writesFilipe Manana
2016-05-13Btrfs: don't do unnecessary delalloc flushes when relocatingFilipe Manana
2016-05-13Btrfs: don't wait for unrelated IO to finish before relocationFilipe Manana
2016-04-29btrfs: sink gfp parameter to clear_extent_bitsDavid Sterba
2016-04-29btrfs: sink gfp parameter to set_extent_bitsDavid Sterba
2016-04-28btrfs: rename btrfs_std_error to btrfs_handle_fs_errorAnand Jain
2016-04-09Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-04-04Btrfs: fix invalid reference in replace_pathLiu Bo
2016-01-29Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-25btrfs: add free space tree to the cow-only listDavid Sterba
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-07btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba
2015-10-25Btrfs: fix regression running delayed references when using qgroupsFilipe Manana
2015-10-21btrfs: qgroup: Cleanup old inaccurate facilitiesQu Wenruo
2015-10-21btrfs: extent-tree: Switch to new check_data_free_space and free_reserved_dat...Qu Wenruo
2015-09-29Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain
2015-08-09btrfs: Remove unnecessary variants in relocation.cZhaolei
2015-08-09btrfs: Cleanup: Remove objectid's init-value in create_reloc_inode()Zhaolei
2015-08-09btrfs: Error handle for get_ref_objectid_v0() in relocate_block_group()Zhaolei
2015-08-09btrfs: Use ref_cnt for set_block_group_ro()Zhaolei
2015-07-01Btrfs: fix wrong check for btrfs_force_chunk_alloc()Shilong Wang
2015-06-03Btrfs: fix up read_tree_block to return proper errorLiu Bo
2015-04-13btrfs: qgroup: do a reservation in a higher level.Dongsheng Yang
2015-04-10Btrfs: allow block group cache writeout outside critical section in commitChris Mason
2014-12-12btrfs: sink blocksize parameter to tree_block_processedDavid Sterba
2014-12-12btrfs: sink blocksize parameter to readahead_tree_blockDavid Sterba
2014-10-04Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/l...Chris Mason
2014-10-04Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason
2014-10-03Btrfs: fix build_backref_tree issue with multiple shared blocksJosef Bacik
2014-10-03Btrfs: cleanup error handling in build_backref_treeJosef Bacik
2014-10-02btrfs: let merge_reloc_roots return voidDavid Sterba
2014-10-02btrfs: remove parameter blocksize from read_tree_blockDavid Sterba
2014-10-02btrfs: inline code of reada_tree_block and remove itDavid Sterba
2014-10-02btrfs: remove unused parameter from readahead_tree_blockDavid Sterba
2014-09-17btrfs: use nodesize everywhere, kill leafsizeDavid Sterba
2014-09-17btrfs: clenaup: don't call btrfs_release_path before free_pathDavid Sterba
2014-06-09btrfs: remove stale newlines from log messagesDavid Sterba
2014-06-09Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie
2014-04-06Btrfs: do not reset last_snapshot after relocationJosef Bacik
2014-03-10Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lockMiao Xie
2014-01-28Btrfs: fix an oops when we fail to relocate tree blocksWang Shilong
2014-01-28Btrfs: fix an oops when we fail to merge reloc rootsWang Shilong
2014-01-28Btrfs: remove unused argument from select_reloc_root()Wang Shilong
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton
2014-01-28Btrfs: remove unnecessary filemap writting and waiting after block group relo...Wang Shilong
2014-01-28Btrfs: improve forever loop when doing balance relocationWang Shilong