summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus 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/mas...Linus 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/...Linus 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/jik...Linus 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/...Chris 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
2013-02-20Btrfs: kill unused argument of btrfs_pin_extent_for_log_replayLiu Bo1-2/+1
2013-02-20Btrfs: kill unused argument of update_block_groupLiu Bo1-7/+5
2013-02-20Btrfs: kill unused arguments of cache_block_groupLiu Bo1-8/+5
2013-02-20Btrfs: remove deprecated commentsLiu Bo1-6/+0
2013-02-20Btrfs: don't re-enter when allocating a chunkJosef Bacik1-0/+7
2013-02-20Btrfs: flush all dirty inodes if writeback can not startMiao Xie1-9/+31
2013-02-20Btrfs: make delayed ref lock logic more readableMiao Xie1-18/+24
2013-02-20Btrfs: use slabs for delayed reference allocationMiao Xie1-7/+7
2013-02-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-12/+10
2013-02-06Btrfs: fix EDQUOT handling in btrfs_delalloc_reserve_metadataJan Schmidt1-12/+10
2013-02-05Merge branch 'for-linus' into raid56-experimentalChris Mason1-2/+4
2013-02-01Btrfs: reduce CPU contention while waiting for delayed extent operationsChris Mason1-4/+56
2013-02-01Btrfs: fix cluster alignment for mount -o ssdChris Mason1-1/+6
2013-02-01Btrfs: RAID5 and RAID6David Woodhouse1-29/+59
2013-01-29Merge branch 'master' into for-nextJiri Kosina1-93/+138
2013-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+4
2013-01-14Btrfs: reset path lock state to zeroLiu Bo1-0/+2
2013-01-14Btrfs: let allocation start from the right raid typeLiu Bo1-1/+1
2013-01-14Btrfs: set flushing if we're limited flushingJosef Bacik1-1/+1
2013-01-12vfs: re-implement writeback_inodes_sb(_nr)_if_idle() and rename themMiao Xie1-17/+3
2013-01-09btrfs: fix comment typosLiu Bo1-3/+3
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-92/+135
2012-12-16Btrfs: don't take inode delalloc mutex if we're a free space inodeJosef Bacik1-6/+19
2012-12-16Btrfs: fix autodefrag and umount lockupJosef Bacik1-2/+17
2012-12-16Btrfs: put raid properties into global tableLiu Bo1-3/+3
2012-12-16Btrfs: fix missing reserved space release in error path of delalloc reservationMiao Xie1-0/+7
2012-12-12Btrfs: disallow some operations on the device replace target deviceStefan Behrens1-1/+2