summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs: move struct io_ctl into ctree.h and rename itChris Mason2015-04-101-0/+11
* Btrfs: refill block reserves during truncateChris Mason2015-04-101-0/+3
* Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...Chris Mason2015-03-251-1/+2
|\
| * Btrfs: ctree: reduce args where only fs_info usedDaniel Dressler2015-02-161-1/+2
* | Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason2015-03-251-0/+2
|\ \
| * | btrfs: use explicit initializer for seq_elemDavid Sterba2015-03-031-0/+2
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-03-211-0/+5
|\ \
| * | Btrfs: add sanity test for outstanding_extents accountingJosef Bacik2015-03-171-0/+3
| * | Btrfs: prepare block group cache before writingJosef Bacik2015-03-171-0/+2
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-02-191-29/+10
|\ \ | |/
| * Btrfs: account for large extents with enospcJosef Bacik2015-02-141-0/+2
| * Btrfs: fix race between transaction commit and empty block group removalFilipe Manana2015-02-021-0/+1
| * btrfs: kill btrfs_inode_*time helpersDavid Sterba2015-02-021-25/+0
| * Btrfs: fix unused members in struct btrfs_rootAnand Jain2015-01-211-2/+0
| * Btrfs: Introduce BTRFS_BLOCK_GROUP_RAID56_MASK to check raid56 simplyZhao Lei2015-01-211-0/+3
| * Btrfs: track dirty block groups on their own listJosef Bacik2015-01-211-2/+3
| * Btrfs: change how we track dirty rootsJosef Bacik2015-01-211-0/+1
* | Btrfs: fix race deleting block group from space_info->ro_bgs listFilipe Manana2015-01-191-0/+1
|/
* Btrfs: remove non-sense btrfs_error_discard_extent() functionFilipe Manana2014-12-101-2/+2
* Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs i...Chris Mason2014-12-021-1/+6
|\
| * Btrfs, raid56: fix use-after-free problem in the final device replace procedu...Miao Xie2014-12-031-1/+6
* | Btrfs: fix race between fs trimming and block group remove/allocationFilipe Manana2014-12-021-1/+11
* | Btrfs: fix crash caused by block group removalFilipe Manana2014-12-021-0/+1
* | Btrfs: fix snapshot inconsistency after a file write followed by truncateFilipe Manana2014-11-251-2/+2
* | Merge branch 'dev/pending-changes' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason2014-11-251-1/+49
|\ \
| * | btrfs: introduce pending action: commitDavid Sterba2014-11-121-0/+1
| * | btrfs: switch inode_cache option handling to pending changesDavid Sterba2014-11-121-1/+3
| * | btrfs: add support for processing pending changesDavid Sterba2014-11-121-0/+45
| |/
* | Btrfs: ensure ordered extent errors aren't missed on fsyncFilipe Manana2014-11-211-0/+1
* | Btrfs: make xattr replace operations atomicFilipe Manana2014-11-201-0/+5
* | Btrfs: move read only block groups onto their own list V2Josef Bacik2014-11-201-0/+4
* | Btrfs: add helper btrfs_fdatawrite_rangeFilipe Manana2014-11-201-0/+1
|/
* Btrfs: fix invalid leaf slot access in btrfs_lookup_extent()Filipe Manana2014-10-271-1/+1
* Btrfs: fix compiles when CONFIG_BTRFS_FS_RUN_SANITY_TESTS is offChris Mason2014-10-071-2/+1
* btrfs: Make btrfs handle security mount options internally to avoid losing se...Qu Wenruo2014-10-061-0/+5
* Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/l...Chris Mason2014-10-041-3/+3
|\
| * btrfs: remove blocksize from btrfs_alloc_free_block and renameDavid Sterba2014-10-021-3/+3
* | Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason2014-10-041-8/+18
|\ \
| * | btrfs: move checks for DUMMY_ROOT into a helperDavid Sterba2014-10-021-0/+9
| * | btrfs: new define for the inline extent data startDavid Sterba2014-10-021-8/+8
| * | Btrfs: set default max_inline to 8KiB instead of 8MiBFilipe David Borba Manana2014-10-021-0/+1
| |/
* | Btrfs: remove redundant btrfs_verify_qgroup_counts declaration.Fabian Frederick2014-10-031-2/+0
|/
* Btrfs: remove empty block groups automaticallyJosef Bacik2014-09-221-2/+7
OpenPOWER on IntegriCloud