aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Linus Torvalds2010-04-121-5/+15
|\
| * Btrfs: fix data enospc check overflowJosef Bacik2010-04-051-5/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-04-051-9/+14
|\ \ | |/
| * Btrfs: fix small race with delalloc flushing waitqueue'sJosef Bacik2010-04-051-5/+4
| * Btrfs: kill max_extent mount optionJosef Bacik2010-03-301-2/+2
| * Btrfs: fail to mount if we have problems reading the block groupsJosef Bacik2010-03-301-1/+4
| * Btrfs: add NULL check for do_walk_down()Miao Xie2010-03-301-1/+4
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* Btrfs: cache the extent state everywhere we possibly can V2Josef Bacik2010-03-151-4/+7
* Btrfs: Fix oopsen when dropping empty tree.Yan, Zheng2010-02-041-4/+4
* Btrfs: fix possible panic on unmountJosef Bacik2010-01-171-13/+19
* Btrfs: make metadata chunks smallerJosef Bacik2009-12-171-10/+1
* Btrfs: don't add extent 0 to the free space cache v2Yan, Zheng2009-12-171-1/+9
* Btrfs: Fix per root used space accountingYan, Zheng2009-12-171-8/+23
* Btrfs: Add delayed iputYan, Zheng2009-12-171-4/+4
* Btrfs: Avoid superfluous tree-log writeoutYan, Zheng2009-12-151-2/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-11-111-25/+88
|\
| * Btrfs: allow more metadata chunk preallocationChris Mason2009-11-111-2/+2
| * Btrfs: find ideal block group for cachingJosef Bacik2009-11-111-23/+86
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Linus Torvalds2009-10-151-6/+11
|\ \ | |/
| * Btrfs: always pin metadata in discard modeChris Mason2009-10-141-0/+8
| * Btrfs: enable discard supportChristoph Hellwig2009-10-141-6/+0
| * Btrfs: add -o discard optionChristoph Hellwig2009-10-141-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-10-111-49/+186
|\ \ | |/
| * Btrfs: optimize back reference update during btrfs_drop_snapshotYan, Zheng2009-10-091-29/+53
| * Btrfs: async delalloc flushing under space pressureJosef Bacik2009-10-081-5/+75
| * Btrfs: release delalloc reservations on extent item insertionJosef Bacik2009-10-081-11/+43
| * Btrfs: fix possible softlockup in the allocatorJosef Bacik2009-10-061-6/+17
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason2009-10-011-49/+342
|\ \ | |/
| * Btrfs: fix deadlock with free space handling and user transactionsSage Weil2009-09-291-1/+1
| * Btrfs: proper -ENOSPC handlingJosef Bacik2009-09-281-48/+341
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason2009-09-241-979/+683
|\ \ | |/
| * Btrfs: fix early enospc during balancingChris Mason2009-09-221-13/+7
| * Btrfs: deal with NULL space infoChris Mason2009-09-221-2/+16
| * Btrfs: account for space used by the super mirrorsJosef Bacik2009-09-211-2/+18
| * Btrfs: remove dead codeJosef Bacik2009-09-211-706/+0
| * Btrfs: don't keep retrying a block group if we fail to allocate a clusterJosef Bacik2009-09-211-8/+17
| * Btrfs: make balance code choose more wisely when relocatingJosef Bacik2009-09-211-0/+87
| * Btrfs: add snapshot/subvolume destroy ioctlYan, Zheng2009-09-211-3/+18
| * Btrfs: speed up snapshot droppingYan, Zheng2009-09-211-48/+205
| * Btrfs: improve async block group cachingYan Zheng2009-09-171-234/+352
| * Btrfs: switch extent_map to a rw lockChris Mason2009-09-111-2/+2
* | block: use blkdev_issue_discard in blk_ioctl_discardChristoph Hellwig2009-09-141-1/+2
|/
* Btrfs: make sure the async caching thread advances the keyChris Mason2009-07-311-4/+17
* Btrfs: be more polite in the async caching threadsChris Mason2009-07-301-2/+3
* Btrfs: preserve commit_root for async cachingYan Zheng2009-07-301-3/+3
* Btrfs: Fix async caching interaction with unmountYan Zheng2009-07-281-1/+3
* Btrfs: change how we unpin extentsJosef Bacik2009-07-271-107/+42
* Btrfs: clear all space_info->full after removing a block groupChris Mason2009-07-241-1/+2
* Btrfs: async block group cachingJosef Bacik2009-07-241-91/+380