aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-24Btrfs: use hybrid extents+bitmap rb tree for free spaceJosef Bacik1-1/+24
2009-07-22Btrfs: make sure all dirty blocks are written at commit timeYan Zheng1-29/+41
2009-07-02Btrfs: fix error message formattingHu Tao1-1/+1
2009-07-02Btrfs: update backrefs while dropping snapshotYan Zheng1-174/+390
2009-06-11Btrfs: check duplicate backrefs for both data and metadataYan Zheng1-11/+4
2009-06-10Btrfs: remove crc32c.h and use libcrc32c directly.David Woodhouse1-4/+3
2009-06-10Btrfs: add mount -o ssd_spread to spread allocations outChris Mason1-1/+1
2009-06-10Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng1-850/+1764
2009-06-04Btrfs: Fix oops and use after free during space balancingChris Mason1-3/+48
2009-05-14Btrfs: Spelling fix in btrfs_lookup_first_block_group commentsSankar P1-1/+1
2009-04-27Btrfs: Fix a bunch of printk() warnings.Joel Becker1-7/+14
2009-04-24Btrfs: try to keep a healthy ratio of metadata vs data block groupsJosef Bacik1-1/+27
2009-04-03Btrfs: rework allocation clusteringChris Mason1-53/+128
2009-04-03Btrfs: kill the pinned_mutexJosef Bacik1-11/+0
2009-04-03Btrfs: kill the block group alloc mutexJosef Bacik1-23/+23
2009-04-03Btrfs: clean up find_free_extentJosef Bacik1-165/+91