aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-10btrfs: move struct io_ctl into ctree.h and rename itChris Mason1-0/+11
2015-04-10Btrfs: refill block reserves during truncateChris Mason1-0/+3
2015-03-25Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1Chris Mason1-1/+2
2015-03-25Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1Chris Mason1-0/+2
2015-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+5
2015-03-17Btrfs: add sanity test for outstanding_extents accountingJosef Bacik1-0/+3
2015-03-17Btrfs: prepare block group cache before writingJosef Bacik1-0/+2
2015-03-03btrfs: use explicit initializer for seq_elemDavid Sterba1-0/+2
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-29/+10
2015-02-16Btrfs: ctree: reduce args where only fs_info usedDaniel Dressler1-1/+2
2015-02-14Btrfs: account for large extents with enospcJosef Bacik1-0/+2
2015-02-02Btrfs: fix race between transaction commit and empty block group removalFilipe Manana1-0/+1
2015-02-02btrfs: kill btrfs_inode_*time helpersDavid Sterba1-25/+0
2015-01-21Btrfs: fix unused members in struct btrfs_rootAnand Jain1-2/+0
2015-01-21Btrfs: Introduce BTRFS_BLOCK_GROUP_RAID56_MASK to check raid56 simplyZhao Lei1-0/+3
2015-01-21Btrfs: track dirty block groups on their own listJosef Bacik1-2/+3
2015-01-21Btrfs: change how we track dirty rootsJosef Bacik1-0/+1
2015-01-19Btrfs: fix race deleting block group from space_info->ro_bgs listFilipe Manana1-0/+1
2014-12-10Btrfs: remove non-sense btrfs_error_discard_extent() functionFilipe Manana1-2/+2
2014-12-02Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs into for-linusChris Mason1-1/+6
2014-12-02Btrfs: fix race between fs trimming and block group remove/allocationFilipe Manana1-1/+11
2014-12-02Btrfs: fix crash caused by block group removalFilipe Manana1-0/+1
2014-12-03Btrfs, raid56: fix use-after-free problem in the final device replace procedure on raid56Miao Xie1-1/+6
2014-11-25Btrfs: fix snapshot inconsistency after a file write followed by truncateFilipe Manana1-2/+2
2014-11-25Merge branch 'dev/pending-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linusChris Mason1-1/+49
2014-11-21Btrfs: ensure ordered extent errors aren't missed on fsyncFilipe Manana1-0/+1
2014-11-20Btrfs: make xattr replace operations atomicFilipe Manana1-0/+5
2014-11-20Btrfs: move read only block groups onto their own list V2Josef Bacik1-0/+4
2014-11-20Btrfs: add helper btrfs_fdatawrite_rangeFilipe Manana1-0/+1
2014-11-12btrfs: introduce pending action: commitDavid Sterba1-0/+1
2014-11-12btrfs: switch inode_cache option handling to pending changesDavid Sterba1-1/+3
2014-11-12btrfs: add support for processing pending changesDavid Sterba1-0/+45