aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAge
* Btrfs: do not reuse objectid of deleted snapshot/subvolYan, Zheng2009-09-21
* Btrfs: improve async block group cachingYan Zheng2009-09-17
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason2009-09-11
|\
| * Btrfs: switch extent_map to a rw lockChris Mason2009-09-11
| * Btrfs: Allow worker threads to exit when idleChris Mason2009-09-11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-07-30
|\|
| * Btrfs: preserve commit_root for async cachingYan Zheng2009-07-30
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-07-28
|\|
| * Btrfs: Fix async caching interaction with unmountYan Zheng2009-07-28
| * Btrfs: change how we unpin extentsJosef Bacik2009-07-27
| * Btrfs: async block group cachingJosef Bacik2009-07-24
| * Btrfs: Fix crash on read failures at mountDavid Woodhouse2009-07-22
* | btrfs: properly register fs backing deviceJens Axboe2009-06-16
|/
* Btrfs: pin buffers during write_dev_supersHisashi Hifumi2009-06-10
* Btrfs: avoid races between super writeout and device list updatesChris Mason2009-06-10
* Btrfs: remove crc32c.h and use libcrc32c directly.David Woodhouse2009-06-10
* Btrfs: autodetect SSD devicesChris Mason2009-06-10
* Btrfs: fix metadata dirty throttling limitsChris Mason2009-06-10
* Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng2009-06-10
* Btrfs: remove some WARN_ONs in the IO failure pathChris Mason2009-05-14
* Btrfs: Fix a bunch of printk() warnings.Joel Becker2009-04-27
* Btrfs: ratelimit IO error printksChris Mason2009-04-27
* Btrfs: remove #if 0 codeChris Mason2009-04-27
* Btrfs: try to keep a healthy ratio of metadata vs data block groupsJosef Bacik2009-04-24
* Btrfs: add a priority queue to the async thread helpersChris Mason2009-04-20
* Btrfs: use WRITE_SYNC for synchronous writesChris Mason2009-04-20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-04-03
|\
| * Btrfs: remove dead codeDan Carpenter2009-04-02
| * Btrfs: rework allocation clusteringChris Mason2009-04-03
| * Btrfs: kill the pinned_mutexJosef Bacik2009-04-03
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-04-01
|\|
| * Btrfs: add extra flushing for renames and truncatesChris Mason2009-03-31
| * Btrfs: leave btree locks spinning more oftenChris Mason2009-03-24
| * Btrfs: process the delayed reference queue in clustersChris Mason2009-03-24
| * Btrfs: do extent allocation and reference count updates in the backgroundChris Mason2009-03-24
* | btrfs: get rid of current_is_pdflush() in btrfs_btree_balance_dirtyJens Axboe2009-03-26
|/
* Btrfs: fix spinlock assertions on UP systemsChris Mason2009-03-09
* Btrfs: make a lockdep class for the extent buffer locksChris Mason2009-02-12
* Btrfs: Change btree locking to use explicit blocking pointsChris Mason2009-02-04
* Btrfs: hash_lock is no longer neededChris Mason2009-02-04
* Btrfs: async threads should try harder to find workChris Mason2009-02-04
* Btrfs: fix tree logs parallel syncYan Zheng2009-01-21
* Btrfs: open_ctree() error handling can oops on fs_infoQinghuang Feng2009-01-21
* Btrfs: simplify iteration codesQinghuang Feng2009-01-21
* Btrfs: check return value for kthread_run() correctlyQinghuang Feng2009-01-21
* Btrfs: removed unused #include <version.h>'sHuang Weiyi2009-01-21
* Btrfs: Fix checkpatch.pl warningsChris Mason2009-01-05
* Btrfs: avoid potential super block corruptionYan Zheng2009-01-05
* Btrfs: Fix compile warning around num_online_cpus() in a min statementChris Mason2008-12-19
* Btrfs: shift all end_io work to thread poolsChris Mason2008-12-17