summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: deal with free space cache errors while replaying logJosef Bacik2013-05-061-10/+14
* Btrfs: allocate new chunks if the space is not enough for global rsvMiao Xie2013-05-061-8/+11
* Btrfs: separate sequence numbers for delayed ref tracking and tree mod logJan Schmidt2013-05-061-2/+3
* Btrfs: don't panic if we're trying to drop too many refsJosef Bacik2013-05-061-1/+7
* Btrfs: fix all callers of read_tree_blockJosef Bacik2013-05-061-1/+3
* Btrfs: only exclude supers in the range of our block groupJosef Bacik2013-05-061-3/+21
* Btrfs: fix possible infinite loop in slow cachingJosef Bacik2013-05-061-2/+7
* Btrfs: cleanup of function where btrfs_extend_item() is calledTsutomu Itoh2013-05-061-3/+2Star
* Btrfs: remove unused argument of btrfs_extend_item()Tsutomu Itoh2013-05-061-2/+2
* Btrfs: cleanup of function where fixup_low_keys() is calledTsutomu Itoh2013-05-061-5/+4Star
* Btrfs: don't wait on ordered extents if we have a trans openJosef Bacik2013-05-061-1/+2
* Btrfs: fix error handling in make/read block groupJosef Bacik2013-05-061-8/+33
* Btrfs: Include the device in most error printk()sSimon Kirby2013-05-061-34/+33Star
* btrfs: clean snapshots one by oneDavid Sterba2013-05-061-0/+8
* Btrfs: add a incompatible format change for smaller metadata extent refsJosef Bacik2013-05-061-38/+186
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-03-291-12/+72
|\
| * Btrfs: limit the global reserve to 512mbJosef Bacik2013-03-281-1/+1
| * Btrfs: fix space leak when we fail to reserve metadata spaceJosef Bacik2013-03-281-6/+41
| * Btrfs: handle a bogus chunk tree nicelyJosef Bacik2013-03-221-5/+30
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-03-171-1/+4
|\|
| * Btrfs: return EIO if we have extent tree corruptionJosef Bacik2013-03-141-1/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-03-031-186/+392
|\|
| * Btrfs: cleanup to make the function btrfs_delalloc_reserve_metadata more logicWang Shilong2013-03-011-44/+38Star
| * Btrfs: don't call btrfs_qgroup_free if just btrfs_qgroup_reserve failsWang Shilong2013-03-011-5/+6
| * Btrfs: fix wrong reserved space in qgroup during snap/subv creationMiao Xie2013-02-281-12/+53
| * btrfs: cleanup for open-coded alignmentQu Wenruo2013-02-261-6/+3Star
| * clear chunk_alloc flag on retryable failureAlexandre Oliva2013-02-261-3/+3
| * btrfs: limit fallocate extent reservation to 256MBZach Brown2013-02-201-1/+1
| * Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason2013-02-201-34/+122
| |\
| | * Merge branch 'for-linus' into raid56-experimentalChris Mason2013-02-051-2/+4
| | |\
| | * | Btrfs: reduce CPU contention while waiting for delayed extent operationsChris Mason2013-02-011-4/+56
| | * | Btrfs: fix cluster alignment for mount -o ssdChris Mason2013-02-011-1/+6
| | * | Btrfs: RAID5 and RAID6David Woodhouse2013-02-011-29/+59
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/...Chris Mason2013-02-201-98/+186
| |\ \ \
| | * | | btrfs: put some enospc messages under enospc_debugDavid Sterba2013-02-201-11/+15
| | * | | Btrfs: fix deadlock due to unsubmittedMiao Xie2013-02-201-1/+2
| | * | | Btrfs: steal from global reserve if we are cleaning up orphansJosef Bacik2013-02-201-0/+11
| | * | | Btrfs: rework the overcommit logic to be based on the total sizeJosef Bacik2013-02-201-3/+12
| | * | | btrfs: remove unnecessary DEFINE_WAIT() declarationsEric Sandeen2013-02-201-2/+0Star
| | * | | Btrfs: do not overcommit if we don't have enough space for global rsvJosef Bacik2013-02-201-2/+19
| | * | | Btrfs: use seqlock to protect fs_info->avail_{data, metadata, system}_alloc_bitsMiao Xie2013-02-201-6/+16
| | * | | Btrfs: use percpu counter for fs_info->delalloc_bytesMiao Xie2013-02-201-2/+4
| | * | | Btrfs: make raid attr array more readableMiao Xie2013-02-201-13/+9Star
| | * | | Btrfs: record first logical byte in memoryLiu Bo2013-02-201-1/+18
| | * | | Btrfs: kill unused argument of btrfs_pin_extent_for_log_replayLiu Bo2013-02-201-2/+1Star
| | * | | Btrfs: kill unused argument of update_block_groupLiu Bo2013-02-201-7/+5Star
| | * | | Btrfs: kill unused arguments of cache_block_groupLiu Bo2013-02-201-8/+5Star
| | * | | Btrfs: remove deprecated commentsLiu Bo2013-02-201-6/+0Star
| | * | | Btrfs: don't re-enter when allocating a chunkJosef Bacik2013-02-201-0/+7
| | * | | Btrfs: flush all dirty inodes if writeback can not startMiao Xie2013-02-201-9/+31