aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-03Btrfs: free space cache cleanupsJosef Bacik1-1/+1
2009-03-31Btrfs: try to free metadata pages when we free btree blocksChris Mason1-0/+4
2009-03-24Btrfs: tree logging unlink/rename fixesChris Mason1-1/+1
2009-03-24Btrfs: leave btree locks spinning more oftenChris Mason1-19/+50
2009-03-24Btrfs: reduce stalls during transaction commitChris Mason1-1/+2
2009-03-24Btrfs: process the delayed reference queue in clustersChris Mason1-51/+98
2009-03-24Btrfs: try to cleanup delayed refs while freeing extentsChris Mason1-0/+67
2009-03-24Btrfs: do extent allocation and reference count updates in the backgroundChris Mason1-1107/+389
2009-03-10Btrfs: Fix locking around adding new space_infoChris Mason1-3/+42
2009-03-09Btrfs: fix spinlock assertions on UP systemsChris Mason1-2/+2
2009-02-20Btrfs: try committing transaction before returning ENOSPCJosef Bacik1-10/+47
2009-02-20Btrfs: add better -ENOSPC handlingJosef Bacik1-15/+200
2009-02-12Btrfs: hold trans_mutex when using btrfs_record_root_in_transYan Zheng1-0/+2
2009-02-12Btrfs: make a lockdep class for the extent buffer locksChris Mason1-2/+5
2009-02-12Btrfs: use larger metadata clusters in ssd modeChris Mason1-1/+2