aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-19Btrfs: re-add root to dead root list if we stop dropping itJosef Bacik1-0/+11
2013-07-19Btrfs: fix lock leak when resuming snapshot deletionJosef Bacik1-0/+2
2013-07-19Btrfs: update drop progress before stopping snapshot droppingJosef Bacik1-6/+8
2013-07-02Btrfs: make the chunk allocator completely tree locklessJosef Bacik1-1/+14
2013-07-02Btrfs: check if we can nocow if we don't have data spaceJosef Bacik1-0/+1
2013-07-02Btrfs: stop using try_to_writeback_inodes_sb_nr to flush delallocJosef Bacik1-5/+4
2013-07-02Btrfs: use a percpu to keep track of possibly pinned bytesJosef Bacik1-5/+54
2013-07-01Btrfs: fix transaction throttling for delayed refsJosef Bacik1-4/+57
2013-07-01Btrfs: wake up delayed ref flushing waiters on abortJosef Bacik1-0/+1
2013-06-14Btrfs: exclude logged extents before replying when we are mixedJosef Bacik1-37/+85
2013-06-14Btrfs: simplify unlink reservationsJosef Bacik1-0/+25
2013-06-14Btrfs: introduce per-subvolume ordered extent listMiao Xie1-3/+3
2013-06-14Btrfs: introduce per-subvolume delalloc inode listMiao Xie1-3/+3
2013-06-14Btrfs: introduce grab/put functions for the root of the fs/file treeMiao Xie1-1/+1
2013-06-14Btrfs: cleanup the similar code of the fs root readMiao Xie1-3/+3
2013-06-14Btrfs: make the snap/subv deletion end more early when the fs is R/OMiao Xie1-1/+1
2013-05-17Btrfs: explicitly use global_block_rsv for quota_treeStefan Behrens1-0/+2
2013-05-17Btrfs: update the global reserve if it is emptyMiao Xie1-1/+8
2013-05-17Btrfs: don't steal the reserved space from the global reserve if their space type is differentMiao Xie1-2/+4
2013-05-17Btrfs: optimize the error handle of use_block_rsv()Miao Xie1-37/+28
2013-05-17Btrfs: don't use global block reservation for inode cache truncationMiao Xie1-0/+5
2013-05-17Btrfs: handle running extent ops with skinny metadataJosef Bacik1-8/+7
2013-05-06btrfs: fix misleading variable name for flagsDavid Sterba1-18/+19
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-56/+8
2013-05-06Btrfs: deal with free space cache errors while replaying logJosef Bacik1-10/+14
2013-05-06Btrfs: allocate new chunks if the space is not enough for global rsvMiao Xie1-8/+11
2013-05-06Btrfs: separate sequence numbers for delayed ref tracking and tree mod logJan Schmidt1-2/+3
2013-05-06Btrfs: don't panic if we're trying to drop too many refsJosef Bacik1-1/+7
2013-05-06Btrfs: fix all callers of read_tree_blockJosef Bacik1-1/+3
2013-05-06Btrfs: only exclude supers in the range of our block groupJosef Bacik1-3/+21
2013-05-06Btrfs: fix possible infinite loop in slow cachingJosef Bacik1-2/+7
2013-05-06Btrfs: cleanup of function where btrfs_extend_item() is calledTsutomu Itoh1-3/+2
2013-05-06Btrfs: remove unused argument of btrfs_extend_item()Tsutomu Itoh1-2/+2
2013-05-06Btrfs: cleanup of function where fixup_low_keys() is calledTsutomu Itoh1-5/+4
2013-05-06Btrfs: don't wait on ordered extents if we have a trans openJosef Bacik1-1/+2
2013-05-06Btrfs: fix error handling in make/read block groupJosef Bacik1-8/+33
2013-05-06Btrfs: Include the device in most error printk()sSimon Kirby1-34/+33
2013-05-06btrfs: clean snapshots one by oneDavid Sterba1-0/+8
2013-05-06Btrfs: add a incompatible format change for smaller metadata extent refsJosef Bacik1-38/+186
2013-03-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-12/+72
2013-03-28Btrfs: limit the global reserve to 512mbJosef Bacik1-1/+1
2013-03-28Btrfs: fix space leak when we fail to reserve metadata spaceJosef Bacik1-6/+41
2013-03-21Btrfs: handle a bogus chunk tree nicelyJosef Bacik1-5/+30
2013-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+4
2013-03-14Btrfs: return EIO if we have extent tree corruptionJosef Bacik1-1/+4
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-186/+392
2013-03-01Btrfs: cleanup to make the function btrfs_delalloc_reserve_metadata more logicWang Shilong1-44/+38
2013-03-01Btrfs: don't call btrfs_qgroup_free if just btrfs_qgroup_reserve failsWang Shilong1-5/+6
2013-02-28Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-17/+3
2013-02-28Btrfs: fix wrong reserved space in qgroup during snap/subv creationMiao Xie1-12/+53