aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-5/+15
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-9/+14
2010-04-05Btrfs: fix data enospc check overflowJosef Bacik1-5/+15
2010-04-05Btrfs: fix small race with delalloc flushing waitqueue'sJosef Bacik1-5/+4
2010-03-30Btrfs: kill max_extent mount optionJosef Bacik1-2/+2
2010-03-30Btrfs: fail to mount if we have problems reading the block groupsJosef Bacik1-1/+4
2010-03-30Btrfs: add NULL check for do_walk_down()Miao Xie1-1/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-15Btrfs: cache the extent state everywhere we possibly can V2Josef Bacik1-4/+7
2010-02-04Btrfs: Fix oopsen when dropping empty tree.Yan, Zheng1-4/+4
2010-01-17Btrfs: fix possible panic on unmountJosef Bacik1-13/+19
2009-12-17Btrfs: make metadata chunks smallerJosef Bacik1-10/+1
2009-12-17Btrfs: don't add extent 0 to the free space cache v2Yan, Zheng1-1/+9
2009-12-17Btrfs: Fix per root used space accountingYan, Zheng1-8/+23
2009-12-17Btrfs: Add delayed iputYan, Zheng1-4/+4
2009-12-15Btrfs: Avoid superfluous tree-log writeoutYan, Zheng1-2/+10
2009-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-25/+88
2009-11-11Btrfs: allow more metadata chunk preallocationChris Mason1-2/+2
2009-11-11Btrfs: find ideal block group for cachingJosef Bacik1-23/+86
2009-10-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-6/+11
2009-10-14Btrfs: always pin metadata in discard modeChris Mason1-0/+8
2009-10-14Btrfs: enable discard supportChristoph Hellwig1-6/+0
2009-10-14Btrfs: add -o discard optionChristoph Hellwig1-0/+3
2009-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-49/+186
2009-10-09Btrfs: optimize back reference update during btrfs_drop_snapshotYan, Zheng1-29/+53
2009-10-08Btrfs: async delalloc flushing under space pressureJosef Bacik1-5/+75
2009-10-08Btrfs: release delalloc reservations on extent item insertionJosef Bacik1-11/+43
2009-10-06Btrfs: fix possible softlockup in the allocatorJosef Bacik1-6/+17
2009-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linusChris Mason1-49/+342
2009-09-29Btrfs: fix deadlock with free space handling and user transactionsSage Weil1-1/+1
2009-09-28Btrfs: proper -ENOSPC handlingJosef Bacik1-48/+341
2009-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linusChris Mason1-979/+683
2009-09-22Btrfs: fix early enospc during balancingChris Mason1-13/+7
2009-09-22Btrfs: deal with NULL space infoChris Mason1-2/+16
2009-09-21Btrfs: account for space used by the super mirrorsJosef Bacik1-2/+18
2009-09-21Btrfs: remove dead codeJosef Bacik1-706/+0
2009-09-21Btrfs: don't keep retrying a block group if we fail to allocate a clusterJosef Bacik1-8/+17
2009-09-21Btrfs: make balance code choose more wisely when relocatingJosef Bacik1-0/+87
2009-09-21Btrfs: add snapshot/subvolume destroy ioctlYan, Zheng1-3/+18
2009-09-21Btrfs: speed up snapshot droppingYan, Zheng1-48/+205
2009-09-17Btrfs: improve async block group cachingYan Zheng1-234/+352
2009-09-14block: use blkdev_issue_discard in blk_ioctl_discardChristoph Hellwig1-1/+2
2009-09-11Btrfs: switch extent_map to a rw lockChris Mason1-2/+2
2009-07-31Btrfs: make sure the async caching thread advances the keyChris Mason1-4/+17
2009-07-30Btrfs: be more polite in the async caching threadsChris Mason1-2/+3
2009-07-30Btrfs: preserve commit_root for async cachingYan Zheng1-3/+3
2009-07-28Btrfs: Fix async caching interaction with unmountYan Zheng1-1/+3
2009-07-27Btrfs: change how we unpin extentsJosef Bacik1-107/+42
2009-07-24Btrfs: clear all space_info->full after removing a block groupChris Mason1-1/+2
2009-07-24Btrfs: async block group cachingJosef Bacik1-91/+380