aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
2013-05-17Btrfs: explicitly use global_block_rsv for quota_treeStefan Behrens
2013-05-17Btrfs: update the global reserve if it is emptyMiao Xie
2013-05-17Btrfs: don't steal the reserved space from the global reserve if their space ...Miao Xie
2013-05-17Btrfs: optimize the error handle of use_block_rsv()Miao Xie
2013-05-17Btrfs: don't use global block reservation for inode cache truncationMiao Xie
2013-05-17Btrfs: handle running extent ops with skinny metadataJosef Bacik
2013-05-06btrfs: fix misleading variable name for flagsDavid Sterba
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen
2013-05-06Btrfs: deal with free space cache errors while replaying logJosef Bacik
2013-05-06Btrfs: allocate new chunks if the space is not enough for global rsvMiao Xie
2013-05-06Btrfs: separate sequence numbers for delayed ref tracking and tree mod logJan Schmidt
2013-05-06Btrfs: don't panic if we're trying to drop too many refsJosef Bacik
2013-05-06Btrfs: fix all callers of read_tree_blockJosef Bacik
2013-05-06Btrfs: only exclude supers in the range of our block groupJosef Bacik
2013-05-06Btrfs: fix possible infinite loop in slow cachingJosef Bacik
2013-05-06Btrfs: cleanup of function where btrfs_extend_item() is calledTsutomu Itoh
2013-05-06Btrfs: remove unused argument of btrfs_extend_item()Tsutomu Itoh
2013-05-06Btrfs: cleanup of function where fixup_low_keys() is calledTsutomu Itoh
2013-05-06Btrfs: don't wait on ordered extents if we have a trans openJosef Bacik
2013-05-06Btrfs: fix error handling in make/read block groupJosef Bacik
2013-05-06Btrfs: Include the device in most error printk()sSimon Kirby
2013-05-06btrfs: clean snapshots one by oneDavid Sterba
2013-05-06Btrfs: add a incompatible format change for smaller metadata extent refsJosef Bacik
2013-03-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-03-28Btrfs: limit the global reserve to 512mbJosef Bacik
2013-03-28Btrfs: fix space leak when we fail to reserve metadata spaceJosef Bacik
2013-03-21Btrfs: handle a bogus chunk tree nicelyJosef Bacik
2013-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-03-14Btrfs: return EIO if we have extent tree corruptionJosef Bacik
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-03-01Btrfs: cleanup to make the function btrfs_delalloc_reserve_metadata more logicWang Shilong
2013-03-01Btrfs: don't call btrfs_qgroup_free if just btrfs_qgroup_reserve failsWang Shilong
2013-02-28Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-02-28Btrfs: fix wrong reserved space in qgroup during snap/subv creationMiao Xie
2013-02-26btrfs: cleanup for open-coded alignmentQu Wenruo
2013-02-26clear chunk_alloc flag on retryable failureAlexandre Oliva
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-02-20btrfs: limit fallocate extent reservation to 256MBZach Brown
2013-02-20Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason
2013-02-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/...Chris Mason
2013-02-20btrfs: put some enospc messages under enospc_debugDavid Sterba
2013-02-20Btrfs: fix deadlock due to unsubmittedMiao Xie
2013-02-20Btrfs: steal from global reserve if we are cleaning up orphansJosef Bacik
2013-02-20Btrfs: rework the overcommit logic to be based on the total sizeJosef Bacik
2013-02-20btrfs: remove unnecessary DEFINE_WAIT() declarationsEric Sandeen
2013-02-20Btrfs: do not overcommit if we don't have enough space for global rsvJosef Bacik
2013-02-20Btrfs: use seqlock to protect fs_info->avail_{data, metadata, system}_alloc_bitsMiao Xie
2013-02-20Btrfs: use percpu counter for fs_info->delalloc_bytesMiao Xie
2013-02-20Btrfs: make raid attr array more readableMiao Xie
2013-02-20Btrfs: record first logical byte in memoryLiu Bo