aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
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
2009-04-02Btrfs: remove dead codeDan Carpenter
2009-04-03Btrfs: rework allocation clusteringChris Mason
2009-04-03Btrfs: kill the pinned_mutexJosef Bacik
2009-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2009-03-31Btrfs: add extra flushing for renames and truncatesChris Mason
2009-03-26btrfs: get rid of current_is_pdflush() in btrfs_btree_balance_dirtyJens Axboe
2009-03-24Btrfs: leave btree locks spinning more oftenChris Mason
2009-03-24Btrfs: process the delayed reference queue in clustersChris Mason
2009-03-24Btrfs: do extent allocation and reference count updates in the backgroundChris Mason
2009-03-09Btrfs: fix spinlock assertions on UP systemsChris Mason
2009-02-12Btrfs: make a lockdep class for the extent buffer locksChris Mason
2009-02-04Btrfs: Change btree locking to use explicit blocking pointsChris Mason
2009-02-04Btrfs: hash_lock is no longer neededChris Mason
2009-02-04Btrfs: async threads should try harder to find workChris Mason
2009-01-21Btrfs: fix tree logs parallel syncYan Zheng
2009-01-21Btrfs: open_ctree() error handling can oops on fs_infoQinghuang Feng
2009-01-21Btrfs: simplify iteration codesQinghuang Feng
2009-01-21Btrfs: check return value for kthread_run() correctlyQinghuang Feng
2009-01-21Btrfs: removed unused #include <version.h>'sHuang Weiyi
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason
2009-01-05Btrfs: avoid potential super block corruptionYan Zheng
2008-12-19Btrfs: Fix compile warning around num_online_cpus() in a min statementChris Mason
2008-12-17Btrfs: shift all end_io work to thread poolsChris Mason
2008-12-12Btrfs: shared seed deviceYan Zheng
2008-12-10Btrfs: Add checking of csum tree in balancing codeYan Zheng
2008-12-08Btrfs: superblock duplicationYan Zheng
2008-12-08Btrfs: move data checksumming into a dedicated treeChris Mason
2008-12-02Btrfs: add support for multiple csum algorithmsJosef Bacik
2008-12-02Btrfs: fix panic on error during mountJosef Bacik
2008-12-02Btrfs: add support for compat flags to btrfsJosef Bacik