summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
2010-08-13Btrfs: Fix oopsen when dropping empty tree.Yan, Zheng
2010-08-13Btrfs: fix possible panic on unmountJosef Bacik
2010-08-13Btrfs: make metadata chunks smallerJosef Bacik
2010-08-13Btrfs: don't add extent 0 to the free space cache v2Yan, Zheng
2010-08-13Btrfs: Fix per root used space accountingYan, Zheng
2010-08-13Btrfs: Add delayed iputYan, Zheng
2010-08-13Btrfs: Avoid superfluous tree-log writeoutYan, Zheng
2009-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2009-11-11Btrfs: allow more metadata chunk preallocationChris Mason
2009-11-11Btrfs: find ideal block group for cachingJosef Bacik
2009-10-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Linus Torvalds
2009-10-14Btrfs: always pin metadata in discard modeChris Mason
2009-10-14Btrfs: enable discard supportChristoph Hellwig
2009-10-14Btrfs: add -o discard optionChristoph Hellwig
2009-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2009-10-09Btrfs: optimize back reference update during btrfs_drop_snapshotYan, Zheng
2009-10-08Btrfs: async delalloc flushing under space pressureJosef Bacik
2009-10-08Btrfs: release delalloc reservations on extent item insertionJosef Bacik
2009-10-06Btrfs: fix possible softlockup in the allocatorJosef Bacik
2009-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason
2009-09-29Btrfs: fix deadlock with free space handling and user transactionsSage Weil
2009-09-28Btrfs: proper -ENOSPC handlingJosef Bacik
2009-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason
2009-09-22Btrfs: fix early enospc during balancingChris Mason
2009-09-22Btrfs: deal with NULL space infoChris Mason
2009-09-21Btrfs: account for space used by the super mirrorsJosef Bacik
2009-09-21Btrfs: remove dead codeJosef Bacik
2009-09-21Btrfs: don't keep retrying a block group if we fail to allocate a clusterJosef Bacik
2009-09-21Btrfs: make balance code choose more wisely when relocatingJosef Bacik
2009-09-21Btrfs: add snapshot/subvolume destroy ioctlYan, Zheng
2009-09-21Btrfs: speed up snapshot droppingYan, Zheng
2009-09-17Btrfs: improve async block group cachingYan Zheng
2009-09-14block: use blkdev_issue_discard in blk_ioctl_discardChristoph Hellwig
2009-09-11Btrfs: switch extent_map to a rw lockChris Mason
2009-07-31Btrfs: make sure the async caching thread advances the keyChris Mason
2009-07-30Btrfs: be more polite in the async caching threadsChris Mason
2009-07-30Btrfs: preserve commit_root for async cachingYan Zheng
2009-07-28Btrfs: Fix async caching interaction with unmountYan Zheng
2009-07-27Btrfs: change how we unpin extentsJosef Bacik
2009-07-24Btrfs: clear all space_info->full after removing a block groupChris Mason
2009-07-24Btrfs: async block group cachingJosef Bacik
2009-07-24Btrfs: use hybrid extents+bitmap rb tree for free spaceJosef Bacik
2009-07-22Btrfs: make sure all dirty blocks are written at commit timeYan Zheng
2009-07-02Btrfs: fix error message formattingHu Tao
2009-07-02Btrfs: update backrefs while dropping snapshotYan Zheng
2009-06-11Btrfs: check duplicate backrefs for both data and metadataYan Zheng
2009-06-10Btrfs: remove crc32c.h and use libcrc32c directly.David Woodhouse
2009-06-10Btrfs: add mount -o ssd_spread to spread allocations outChris Mason
2009-06-10Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng
2009-06-04Btrfs: Fix oops and use after free during space balancingChris Mason