aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-27Btrfs: fix invalid leaf slot access in btrfs_lookup_extent()Filipe Manana1-1/+1
2014-10-07Btrfs: fix compiles when CONFIG_BTRFS_FS_RUN_SANITY_TESTS is offChris Mason1-2/+1
2014-10-06btrfs: Make btrfs handle security mount options internally to avoid losing security label.Qu Wenruo1-0/+5
2014-10-04Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linusChris Mason1-3/+3
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-8/+18
2014-10-03Btrfs: remove redundant btrfs_verify_qgroup_counts declaration.Fabian Frederick1-2/+0
2014-10-02btrfs: move checks for DUMMY_ROOT into a helperDavid Sterba1-0/+9
2014-10-02btrfs: new define for the inline extent data startDavid Sterba1-8/+8
2014-10-02Btrfs: set default max_inline to 8KiB instead of 8MiBFilipe David Borba Manana1-0/+1
2014-10-02btrfs: remove blocksize from btrfs_alloc_free_block and renameDavid Sterba1-3/+3
2014-09-22Btrfs: remove empty block groups automaticallyJosef Bacik1-2/+7