aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-26btrfs: cleanup for open-coded alignmentQu Wenruo1-6/+3
2013-02-26clear chunk_alloc flag on retryable failureAlexandre Oliva1-3/+3
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-3/+3
2013-02-20btrfs: limit fallocate extent reservation to 256MBZach Brown1-1/+1
2013-02-20Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason1-34/+122
2013-02-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next into for-linus-3.9Chris Mason1-98/+186
2013-02-20btrfs: put some enospc messages under enospc_debugDavid Sterba1-11/+15
2013-02-20Btrfs: fix deadlock due to unsubmittedMiao Xie1-1/+2
2013-02-20Btrfs: steal from global reserve if we are cleaning up orphansJosef Bacik1-0/+11
2013-02-20Btrfs: rework the overcommit logic to be based on the total sizeJosef Bacik1-3/+12
2013-02-20btrfs: remove unnecessary DEFINE_WAIT() declarationsEric Sandeen1-2/+0
2013-02-20Btrfs: do not overcommit if we don't have enough space for global rsvJosef Bacik1-2/+19
2013-02-20Btrfs: use seqlock to protect fs_info->avail_{data, metadata, system}_alloc_bitsMiao Xie1-6/+16
2013-02-20Btrfs: use percpu counter for fs_info->delalloc_bytesMiao Xie1-2/+4
2013-02-20Btrfs: make raid attr array more readableMiao Xie1-13/+9
2013-02-20Btrfs: record first logical byte in memoryLiu Bo1-1/+18