summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-11-281-0/+4
|\
| * Btrfs: fix scrub preventing unused block groups from being deletedFilipe Manana2015-11-251-0/+1
| * Btrfs: fix the number of transaction units needed to remove a block groupFilipe Manana2015-11-251-1/+2
| * Btrfs: use global reserve when deleting unused block group after ENOSPCFilipe Manana2015-11-251-0/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-071-1/+1
|\ \ | |/ |/|
| * mm, fs: introduce mapping_gfp_constraint()Michal Hocko2015-11-071-1/+1
* | btrfs: qgroup: Fix a race in delayed_ref which leads to abort transQu Wenruo2015-10-271-1/+2
* | btrfs: extend balance filter usage to take minimum and maximumDavid Sterba2015-10-271-2/+12
* | btrfs: add balance filter for stripesGabríel Arthúr Pétursson2015-10-271-1/+8
* | btrfs: extend balance filter limit to take minimum and maximumDavid Sterba2015-10-271-2/+12
* | Btrfs: fix regression running delayed references when using qgroupsFilipe Manana2015-10-251-2/+2
* | Merge branch 'allocator-fixes' into for-linus-4.4Chris Mason2015-10-221-0/+21
|\ \
| * | Btrfs: don't keep trying to build clusters if we are fragmentedJosef Bacik2015-10-221-0/+3
| * | Btrfs: keep track of max_extent_size per space_infoJosef Bacik2015-10-221-0/+4
| * | Btrfs: add fragment=* debug mount optionJosef Bacik2015-10-221-0/+14
* | | btrfs: qgroup: Avoid calling btrfs_free_reserved_data_space in clear_bit_hookQu Wenruo2015-10-221-0/+2
* | | btrfs: qgroup: Cleanup old inaccurate facilitiesQu Wenruo2015-10-221-8/+4Star
* | | btrfs: extent-tree: Add new version of btrfs_delalloc_reserve/release_spaceQu Wenruo2015-10-221-0/+2
* | | btrfs: extent-tree: Add new version of btrfs_check_data_free_space and btrfs_...Qu Wenruo2015-10-221-0/+3
* | | btrfs: qgroup: Introduce new functions to reserve/free metadataQu Wenruo2015-10-221-0/+3
|/ /
* | Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/l...Chris Mason2015-10-131-10/+3Star
|\ \
| * | Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain2015-09-291-8/+1Star
| * | Btrfs: rename btrfs_sysfs_remove_one to btrfs_sysfs_remove_mountedAnand Jain2015-09-291-1/+1
| * | Btrfs: rename btrfs_sysfs_add_one to btrfs_sysfs_add_mountedAnand Jain2015-09-291-1/+1
| |/
* | btrfs: introduce ratelimited variants of message printing functionsDavid Sterba2015-10-081-0/+21
* | btrfs: introduce ratelimited _in_rcu variants of message printing functionsDavid Sterba2015-10-081-0/+38
* | btrfs: introduce _in_rcu variants of message printing functionsDavid Sterba2015-10-081-0/+29
|/
* Merge branch 'jeffm-discard-4.3' into for-linus-4.3Chris Mason2015-08-091-0/+3
|\
| * btrfs: add missing discards when unpinning extents with -o discardJeff Mahoney2015-07-291-0/+3
* | Btrfs: remove unused mutex from struct 'btrfs_fs_info'Byongho Lee2015-08-091-6/+0Star
* | btrfs: Remove unnecessary variants in relocation.cZhaolei2015-08-091-2/+1Star
* | btrfs: Use ref_cnt for set_block_group_ro()Zhaolei2015-08-091-3/+3
|/
* Btrfs: fix race between balance and unused block group deletionFilipe Manana2015-06-301-0/+1
* Merge branch 'sysfs-fsdevices-4.2-part1' of git://git.kernel.org/pub/scm/linu...Chris Mason2015-06-231-3/+0Star
|\
| * Btrfs: sysfs: move super_kobj and device_dir_kobj from fs_info to btrfs_fs_de...Anand Jain2015-05-271-3/+0Star
* | btrfs: qgroup: Cleanup the old ref_node-oriented mechanism.Qu Wenruo2015-06-101-1/+1
* | btrfs: Fix lockdep warning of wr_ctx->wr_lock in scrub_free_wr_ctx()Zhao Lei2015-06-101-0/+1
* | Btrfs: fix necessary chunk tree space calculation when allocating a chunkFilipe Manana2015-06-101-2/+1Star
* | Btrfs: fix -ENOSPC on block group removalFilipe Manana2015-06-031-0/+4
* | Btrfs: fix -ENOSPC when finishing block group creationFilipe Manana2015-06-031-0/+1
* | btrfs: Fix superblock csum type check.Qu Wenruo2015-06-031-1/+1
* | btrfs: add 'cold' compiler annotations to all error handling functionsDavid Sterba2015-06-031-0/+4
* | btrfs: report exact callsite where transaction abort occursDavid Sterba2015-06-031-3/+9
|/
* btrfs: Don't allow subvolid >= (1 << BTRFS_QGROUP_LEVEL_SHIFT) to be createdQu Wenruo2015-04-131-1/+2
* btrfs: Check qgroup level in kernel qgroup assign.Qu Wenruo2015-04-131-0/+6
* btrfs: qgroup: do a reservation in a higher level.Dongsheng Yang2015-04-131-1/+1
* btrfs: Fix NO_SPACE bug caused by delayed-iputZhao Lei2015-04-131-0/+1
* Btrfs: fix use after free when close_ctree frees the orphan_rsvChris Mason2015-04-101-0/+1
* Btrfs: allow block group cache writeout outside critical section in commitChris Mason2015-04-101-0/+8
* Btrfs: two stage dirty block group writeoutChris Mason2015-04-101-0/+6