summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-07-311-1/+1
|\
| * Btrfs: preserve commit_root for async cachingYan Zheng2009-07-301-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-07-281-0/+15
|\|
| * Btrfs: Fix async caching interaction with unmountYan Zheng2009-07-281-0/+3
| * Btrfs: change how we unpin extentsJosef Bacik2009-07-271-2/+1Star
| * Btrfs: async block group cachingJosef Bacik2009-07-241-0/+3
| * Btrfs: Fix crash on read failures at mountDavid Woodhouse2009-07-221-0/+10
* | btrfs: properly register fs backing deviceJens Axboe2009-06-161-5/+21
|/
* Btrfs: pin buffers during write_dev_supersHisashi Hifumi2009-06-101-14/+29
* Btrfs: avoid races between super writeout and device list updatesChris Mason2009-06-101-1/+5
* Btrfs: remove crc32c.h and use libcrc32c directly.David Woodhouse2009-06-101-2/+2
* Btrfs: autodetect SSD devicesChris Mason2009-06-101-0/+9
* Btrfs: fix metadata dirty throttling limitsChris Mason2009-06-101-5/+2Star
* Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng2009-06-101-45/+50
* Btrfs: remove some WARN_ONs in the IO failure pathChris Mason2009-05-141-2/+0Star
* Btrfs: Fix a bunch of printk() warnings.Joel Becker2009-04-271-3/+3
* Btrfs: ratelimit IO error printksChris Mason2009-04-271-13/+25
* Btrfs: remove #if 0 codeChris Mason2009-04-271-47/+1Star
* Btrfs: try to keep a healthy ratio of metadata vs data block groupsJosef Bacik2009-04-241-0/+1
* Btrfs: add a priority queue to the async thread helpersChris Mason2009-04-201-0/+5
* Btrfs: use WRITE_SYNC for synchronous writesChris Mason2009-04-201-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-04-041-3/+5
|\
| * Btrfs: remove dead codeDan Carpenter2009-04-021-2/+0Star
| * Btrfs: rework allocation clusteringChris Mason2009-04-031-0/+5
| * Btrfs: kill the pinned_mutexJosef Bacik2009-04-031-1/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-04-011-24/+57
|\|
| * Btrfs: add extra flushing for renames and truncatesChris Mason2009-03-311-0/+2
| * Btrfs: leave btree locks spinning more oftenChris Mason2009-03-241-13/+54
| * Btrfs: process the delayed reference queue in clustersChris Mason2009-03-241-17/+0Star
| * Btrfs: do extent allocation and reference count updates in the backgroundChris Mason2009-03-241-11/+18
* | btrfs: get rid of current_is_pdflush() in btrfs_btree_balance_dirtyJens Axboe2009-03-261-1/+1
|/
* Btrfs: fix spinlock assertions on UP systemsChris Mason2009-03-091-2/+2
* Btrfs: make a lockdep class for the extent buffer locksChris Mason2009-02-121-1/+45
* Btrfs: Change btree locking to use explicit blocking pointsChris Mason2009-02-041-2/+8
* Btrfs: hash_lock is no longer neededChris Mason2009-02-041-4/+0Star
* Btrfs: async threads should try harder to find workChris Mason2009-02-041-0/+2
* Btrfs: fix tree logs parallel syncYan Zheng2009-01-211-11/+68
* Btrfs: open_ctree() error handling can oops on fs_infoQinghuang Feng2009-01-211-2/+3
* Btrfs: simplify iteration codesQinghuang Feng2009-01-211-11/+4Star
* Btrfs: check return value for kthread_run() correctlyQinghuang Feng2009-01-211-2/+2
* Btrfs: removed unused #include <version.h>'sHuang Weiyi2009-01-211-1/+0Star
* Btrfs: Fix checkpatch.pl warningsChris Mason2009-01-061-124/+63Star
* Btrfs: avoid potential super block corruptionYan Zheng2009-01-051-1/+3
* Btrfs: Fix compile warning around num_online_cpus() in a min statementChris Mason2008-12-191-1/+2
* Btrfs: shift all end_io work to thread poolsChris Mason2008-12-171-13/+26
* Btrfs: shared seed deviceYan Zheng2008-12-121-1/+1
* Btrfs: Add checking of csum tree in balancing codeYan Zheng2008-12-111-0/+2
* Btrfs: superblock duplicationYan Zheng2008-12-081-65/+143
* Btrfs: move data checksumming into a dedicated treeChris Mason2008-12-081-6/+39
* Btrfs: add support for multiple csum algorithmsJosef Bacik2008-12-021-5/+20