aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAge
* 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
* Btrfs: shared seed deviceYan Zheng2008-12-12
* Btrfs: Add checking of csum tree in balancing codeYan Zheng2008-12-10
* Btrfs: superblock duplicationYan Zheng2008-12-08
* Btrfs: move data checksumming into a dedicated treeChris Mason2008-12-08
* Btrfs: add support for multiple csum algorithmsJosef Bacik2008-12-02
* Btrfs: fix panic on error during mountJosef Bacik2008-12-02
* Btrfs: add support for compat flags to btrfsJosef Bacik2008-12-02
* Btrfs: fix shadowed variable declarationsChristoph Hellwig2008-12-02
* Btrfs: make things static and include the right headersChristoph Hellwig2008-12-02
* Btrfs: Drop dirty roots created by log replay immediately whenYan Zheng2008-11-20
* Btrfs: compat code fixesChris Mason2008-11-20
* Btrfs: Do fsync log replay when mount -o ro, except when on readonly mediaChris Mason2008-11-19
* Btrfs: Avoid writeback stallsChris Mason2008-11-19
* Btrfs: unplug all devices in the unplug call backChris Mason2008-11-18
* Btrfs: prevent loops in the directory tree when creating snapshotsChris Mason2008-11-17
* Btrfs: Give each subvol and snapshot their own anonymous devidChris Mason2008-11-17
* Btrfs: Allow subvolumes and snapshots anywhere in the directory treeChris Mason2008-11-17
* Btrfs: Seed device supportYan Zheng2008-11-17
* Btrfs: mount ro and remount supportYan Zheng2008-11-12
* Btrfs: Improve metadata read latenciesChris Mason2008-11-13
* Btrfs: tune btrfs unplug functions for a small number of devicesChris Mason2008-11-10
* Btrfs: Optimize compressed writeback and readsChris Mason2008-11-06
* Btrfs: Add ordered async work queuesChris Mason2008-11-06
* Btrfs: Add root tree pointer transaction idsYan Zheng2008-10-29
* Btrfs: nuke fs wide allocation mutex V2Josef Bacik2008-10-29
* Btrfs: Improve space balancing codeYan Zheng2008-10-29
* Btrfs: Add zlib compression supportChris Mason2008-10-29
* Btrfs: disk-io.c (open_ctree): avoid leaks upon allocation failureJim Meyering2008-10-01
* Btrfs: disk-io.c (open_ctree): Don't deref. NULL upon failed kzallocJim Meyering2008-10-01
* Btrfs: add and improve commentsChris Mason2008-09-29