summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2010-03-15Btrfs: cache the extent state everywhere we possibly can V2Josef Bacik
2010-03-08Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULLEric Paris
2010-02-04Btrfs: remove BUG_ON() due to mounting bad filesystemMiao Xie
2010-01-28Btrfs: run orphan cleanup on default fs rootJosef Bacik
2009-12-17Btrfs: Add delayed iputYan, Zheng
2009-12-17Btrfs: Avoid orphan inodes cleanup while replaying logYan, Zheng
2009-12-15Btrfs: Avoid superfluous tree-log writeoutYan, Zheng
2009-10-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Linus Torvalds
2009-10-13Btrfs: avoid tree log commit when there are no changesChris Mason
2009-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2009-10-08Btrfs: async delalloc flushing under space pressureJosef Bacik
2009-10-05Btrfs: fix deadlock on async thread startupChris Mason
2009-10-01Btrfs: remove duplicates of filemap_ helpersChristoph Hellwig
2009-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason
2009-10-01Btrfs: fix arguments to btrfs_wait_on_page_writeback_rangeChristoph Hellwig
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-24Btrfs: hash the btree inode during fill_superYan Zheng
2009-09-22const: mark remaining address_space_operations constAlexey Dobriyan
2009-09-21Btrfs: add snapshot/subvolume destroy ioctlYan, Zheng
2009-09-21Btrfs: change how subvolumes are organizedYan, Zheng
2009-09-21Btrfs: do not reuse objectid of deleted snapshot/subvolYan, Zheng
2009-09-17Btrfs: improve async block group cachingYan Zheng
2009-09-16fs: Assign bdi in super_blockJens Axboe
2009-09-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason
2009-09-11Btrfs: switch extent_map to a rw lockChris Mason
2009-09-11Btrfs: Allow worker threads to exit when idleChris Mason
2009-09-11writeback: add name to backing_dev_infoJens Axboe
2009-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2009-07-30Btrfs: preserve commit_root for async cachingYan Zheng
2009-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2009-07-28Btrfs: Fix async caching interaction with unmountYan Zheng
2009-07-27Btrfs: change how we unpin extentsJosef Bacik
2009-07-24Btrfs: async block group cachingJosef Bacik
2009-07-22Btrfs: Fix crash on read failures at mountDavid Woodhouse
2009-06-16btrfs: properly register fs backing deviceJens Axboe
2009-06-10Btrfs: pin buffers during write_dev_supersHisashi Hifumi
2009-06-10Btrfs: avoid races between super writeout and device list updatesChris Mason
2009-06-10Btrfs: remove crc32c.h and use libcrc32c directly.David Woodhouse
2009-06-10Btrfs: autodetect SSD devicesChris Mason
2009-06-10Btrfs: fix metadata dirty throttling limitsChris Mason
2009-06-10Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng
2009-05-14Btrfs: remove some WARN_ONs in the IO failure pathChris Mason
2009-04-27Btrfs: Fix a bunch of printk() warnings.Joel Becker
2009-04-27Btrfs: ratelimit IO error printksChris Mason
2009-04-27Btrfs: remove #if 0 codeChris Mason
2009-04-24Btrfs: try to keep a healthy ratio of metadata vs data block groupsJosef Bacik
2009-04-20Btrfs: add a priority queue to the async thread helpersChris Mason
2009-04-20Btrfs: use WRITE_SYNC for synchronous writesChris Mason
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds