summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* 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-211-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-021-186/+392
|\ \ | |/
| * Btrfs: cleanup to make the function btrfs_delalloc_reserve_metadata more logicWang Shilong2013-03-011-44/+38
| * 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/+3
| * 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/+0
| | * | | 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/+9
| | * | | 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/+1
| | * | | Btrfs: kill unused argument of update_block_groupLiu Bo2013-02-201-7/+5
| | * | | Btrfs: kill unused arguments of cache_block_groupLiu Bo2013-02-201-8/+5
| | * | | Btrfs: remove deprecated commentsLiu Bo2013-02-201-6/+0
| | * | | 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
| | * | | Btrfs: make delayed ref lock logic more readableMiao Xie2013-02-201-18/+24
| | * | | Btrfs: use slabs for delayed reference allocationMiao Xie2013-02-201-7/+7
* | | | | Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-281-17/+3
|\ \ \ \ \
| * | | | | vfs: re-implement writeback_inodes_sb(_nr)_if_idle() and rename themMiao Xie2013-01-121-17/+3
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-211-3/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge branch 'master' into for-nextJiri Kosina2013-01-291-93/+138
| |\ \ \ \ \
| * | | | | | btrfs: fix comment typosLiu Bo2013-01-091-3/+3
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-02-081-12/+10
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | Btrfs: fix EDQUOT handling in btrfs_delalloc_reserve_metadataJan Schmidt2013-02-061-12/+10
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-01-251-2/+4
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Btrfs: reset path lock state to zeroLiu Bo2013-01-141-0/+2
| * | | Btrfs: let allocation start from the right raid typeLiu Bo2013-01-141-1/+1
| * | | Btrfs: set flushing if we're limited flushingJosef Bacik2013-01-141-1/+1
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-12-181-92/+135
|\ \ \ | |/ / | | / | |/ |/|
| * Btrfs: don't take inode delalloc mutex if we're a free space inodeJosef Bacik2012-12-161-6/+19
OpenPOWER on IntegriCloud