summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: Avoid superfluous tree-log writeoutYan, Zheng2009-12-161-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-161-6/+11
|\|
| * Btrfs: always pin metadata in discard modeChris Mason2009-10-141-0/+8
| * Btrfs: enable discard supportChristoph Hellwig2009-10-141-6/+0Star
| * 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-301-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/+683Star
|\|
| * Btrfs: fix early enospc during balancingChris Mason2009-09-221-13/+7Star
| * Btrfs: deal with NULL space infoChris Mason2009-09-221-2/+16
| * Btrfs: account for space used by the super mirrorsJosef Bacik2009-09-221-2/+18
| * Btrfs: remove dead codeJosef Bacik2009-09-221-706/+0Star
| * Btrfs: don't keep retrying a block group if we fail to allocate a clusterJosef Bacik2009-09-221-8/+17
| * Btrfs: make balance code choose more wisely when relocatingJosef Bacik2009-09-221-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/+42Star
* 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
* Btrfs: use hybrid extents+bitmap rb tree for free spaceJosef Bacik2009-07-241-1/+24
* Btrfs: make sure all dirty blocks are written at commit timeYan Zheng2009-07-221-29/+41
* Btrfs: fix error message formattingHu Tao2009-07-021-1/+1
* Btrfs: update backrefs while dropping snapshotYan Zheng2009-07-021-174/+390
* Btrfs: check duplicate backrefs for both data and metadataYan Zheng2009-06-111-11/+4Star
* Btrfs: remove crc32c.h and use libcrc32c directly.David Woodhouse2009-06-101-4/+3Star
* Btrfs: add mount -o ssd_spread to spread allocations outChris Mason2009-06-101-1/+1
* Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng2009-06-101-850/+1764
* Btrfs: Fix oops and use after free during space balancingChris Mason2009-06-041-3/+48
* Btrfs: Spelling fix in btrfs_lookup_first_block_group commentsSankar P2009-05-141-1/+1
* Btrfs: Fix a bunch of printk() warnings.Joel Becker2009-04-271-7/+14
* Btrfs: try to keep a healthy ratio of metadata vs data block groupsJosef Bacik2009-04-241-1/+27
* Btrfs: rework allocation clusteringChris Mason2009-04-031-53/+128
* Btrfs: kill the pinned_mutexJosef Bacik2009-04-031-11/+0Star
* Btrfs: kill the block group alloc mutexJosef Bacik2009-04-031-23/+23