aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-27Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+4
2015-11-25Btrfs: fix scrub preventing unused block groups from being deletedFilipe Manana1-0/+1
2015-11-25Btrfs: fix the number of transaction units needed to remove a block groupFilipe Manana1-1/+2
2015-11-25Btrfs: use global reserve when deleting unused block group after ENOSPCFilipe Manana1-0/+2
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko1-1/+1
2015-10-26btrfs: qgroup: Fix a race in delayed_ref which leads to abort transQu Wenruo1-1/+2
2015-10-26btrfs: extend balance filter usage to take minimum and maximumDavid Sterba1-2/+12
2015-10-26btrfs: add balance filter for stripesGabríel Arthúr Pétursson1-1/+8
2015-10-26btrfs: extend balance filter limit to take minimum and maximumDavid Sterba1-2/+12
2015-10-25Btrfs: fix regression running delayed references when using qgroupsFilipe Manana1-2/+2
2015-10-21Merge branch 'allocator-fixes' into for-linus-4.4Chris Mason1-0/+21
2015-10-21Btrfs: don't keep trying to build clusters if we are fragmentedJosef Bacik1-0/+3
2015-10-21Btrfs: keep track of max_extent_size per space_infoJosef Bacik1-0/+4
2015-10-21Btrfs: add fragment=* debug mount optionJosef Bacik1-0/+14
2015-10-21btrfs: qgroup: Avoid calling btrfs_free_reserved_data_space in clear_bit_hookQu Wenruo1-0/+2
2015-10-21btrfs: qgroup: Cleanup old inaccurate facilitiesQu Wenruo1-8/+4
2015-10-21btrfs: extent-tree: Add new version of btrfs_delalloc_reserve/release_spaceQu Wenruo1-0/+2
2015-10-21btrfs: extent-tree: Add new version of btrfs_check_data_free_space and btrfs_free_reserved_data_space.Qu Wenruo1-0/+3
2015-10-21btrfs: qgroup: Introduce new functions to reserve/free metadataQu Wenruo1-0/+3
2015-10-12Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4Chris Mason1-10/+3
2015-10-08btrfs: introduce ratelimited variants of message printing functionsDavid Sterba1-0/+21
2015-10-08btrfs: introduce ratelimited _in_rcu variants of message printing functionsDavid Sterba1-0/+38
2015-10-08btrfs: introduce _in_rcu variants of message printing functionsDavid Sterba1-0/+29
2015-09-29Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain1-8/+1
2015-09-29Btrfs: rename btrfs_sysfs_remove_one to btrfs_sysfs_remove_mountedAnand Jain1-1/+1
2015-09-29Btrfs: rename btrfs_sysfs_add_one to btrfs_sysfs_add_mountedAnand Jain1-1/+1
2015-08-09Merge branch 'jeffm-discard-4.3' into for-linus-4.3Chris Mason1-0/+3
2015-08-09Btrfs: remove unused mutex from struct 'btrfs_fs_info'Byongho Lee1-6/+0
2015-08-09btrfs: Remove unnecessary variants in relocation.cZhaolei1-2/+1
2015-08-09btrfs: Use ref_cnt for set_block_group_ro()Zhaolei1-3/+3
2015-07-29btrfs: add missing discards when unpinning extents with -o discardJeff Mahoney1-0/+3
2015-06-30Btrfs: fix race between balance and unused block group deletionFilipe Manana1-0/+1
2015-06-23Merge branch 'sysfs-fsdevices-4.2-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into anandChris Mason1-3/+0
2015-06-10btrfs: qgroup: Cleanup the old ref_node-oriented mechanism.Qu Wenruo1-1/+1
2015-06-10btrfs: Fix lockdep warning of wr_ctx->wr_lock in scrub_free_wr_ctx()Zhao Lei1-0/+1
2015-06-10Btrfs: fix necessary chunk tree space calculation when allocating a chunkFilipe Manana1-2/+1
2015-06-03Btrfs: fix -ENOSPC on block group removalFilipe Manana1-0/+4
2015-06-03Btrfs: fix -ENOSPC when finishing block group creationFilipe Manana1-0/+1
2015-06-02btrfs: Fix superblock csum type check.Qu Wenruo1-1/+1
2015-06-02btrfs: add 'cold' compiler annotations to all error handling functionsDavid Sterba1-0/+4
2015-06-02btrfs: report exact callsite where transaction abort occursDavid Sterba1-3/+9
2015-05-27Btrfs: sysfs: move super_kobj and device_dir_kobj from fs_info to btrfs_fs_devicesAnand Jain1-3/+0
2015-04-13btrfs: Don't allow subvolid >= (1 << BTRFS_QGROUP_LEVEL_SHIFT) to be createdQu Wenruo1-1/+2
2015-04-13btrfs: Check qgroup level in kernel qgroup assign.Qu Wenruo1-0/+6
2015-04-13btrfs: qgroup: do a reservation in a higher level.Dongsheng Yang1-1/+1
2015-04-13btrfs: Fix NO_SPACE bug caused by delayed-iputZhao Lei1-0/+1
2015-04-10Btrfs: fix use after free when close_ctree frees the orphan_rsvChris Mason1-0/+1
2015-04-10Btrfs: allow block group cache writeout outside critical section in commitChris Mason1-0/+8
2015-04-10Btrfs: two stage dirty block group writeoutChris Mason1-0/+6