aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-16btrfs: properly register fs backing deviceJens Axboe1-5/+21
2009-06-10Btrfs: pin buffers during write_dev_supersHisashi Hifumi1-14/+29
2009-06-10Btrfs: avoid races between super writeout and device list updatesChris Mason1-1/+5
2009-06-10Btrfs: remove crc32c.h and use libcrc32c directly.David Woodhouse1-2/+2
2009-06-10Btrfs: autodetect SSD devicesChris Mason1-0/+9
2009-06-10Btrfs: fix metadata dirty throttling limitsChris Mason1-5/+2
2009-06-10Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng1-45/+50
2009-05-14Btrfs: remove some WARN_ONs in the IO failure pathChris Mason1-2/+0
2009-04-27Btrfs: Fix a bunch of printk() warnings.Joel Becker1-3/+3
2009-04-27Btrfs: ratelimit IO error printksChris Mason1-13/+25
2009-04-27Btrfs: remove #if 0 codeChris Mason1-47/+1
2009-04-24Btrfs: try to keep a healthy ratio of metadata vs data block groupsJosef Bacik1-0/+1
2009-04-20Btrfs: add a priority queue to the async thread helpersChris Mason1-0/+5
2009-04-20Btrfs: use WRITE_SYNC for synchronous writesChris Mason1-2/+2
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-3/+5
2009-04-02Btrfs: remove dead codeDan Carpenter1-2/+0
2009-04-03Btrfs: rework allocation clusteringChris Mason1-0/+5
2009-04-03Btrfs: kill the pinned_mutexJosef Bacik1-1/+0
2009-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-24/+57
2009-03-31Btrfs: add extra flushing for renames and truncatesChris Mason1-0/+2
2009-03-26btrfs: get rid of current_is_pdflush() in btrfs_btree_balance_dirtyJens Axboe1-1/+1
2009-03-24Btrfs: leave btree locks spinning more oftenChris Mason1-13/+54
2009-03-24Btrfs: process the delayed reference queue in clustersChris Mason1-17/+0
2009-03-24Btrfs: do extent allocation and reference count updates in the backgroundChris Mason1-11/+18
2009-03-09Btrfs: fix spinlock assertions on UP systemsChris Mason1-2/+2
2009-02-12Btrfs: make a lockdep class for the extent buffer locksChris Mason1-1/+45
2009-02-04Btrfs: Change btree locking to use explicit blocking pointsChris Mason1-2/+8
2009-02-04Btrfs: hash_lock is no longer neededChris Mason1-4/+0
2009-02-04Btrfs: async threads should try harder to find workChris Mason1-0/+2
2009-01-21Btrfs: fix tree logs parallel syncYan Zheng1-11/+68
2009-01-21Btrfs: open_ctree() error handling can oops on fs_infoQinghuang Feng1-2/+3
2009-01-21Btrfs: simplify iteration codesQinghuang Feng1-11/+4
2009-01-21Btrfs: check return value for kthread_run() correctlyQinghuang Feng1-2/+2
2009-01-21Btrfs: removed unused #include <version.h>'sHuang Weiyi1-1/+0
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason1-124/+63
2009-01-05Btrfs: avoid potential super block corruptionYan Zheng1-1/+3
2008-12-19Btrfs: Fix compile warning around num_online_cpus() in a min statementChris Mason1-1/+2
2008-12-17Btrfs: shift all end_io work to thread poolsChris Mason1-13/+26
2008-12-12Btrfs: shared seed deviceYan Zheng1-1/+1
2008-12-10Btrfs: Add checking of csum tree in balancing codeYan Zheng1-0/+2
2008-12-08Btrfs: superblock duplicationYan Zheng1-65/+143
2008-12-08Btrfs: move data checksumming into a dedicated treeChris Mason1-6/+39
2008-12-02Btrfs: add support for multiple csum algorithmsJosef Bacik1-5/+20
2008-12-02Btrfs: fix panic on error during mountJosef Bacik1-4/+4
2008-12-02Btrfs: add support for compat flags to btrfsJosef Bacik1-0/+21
2008-12-02Btrfs: fix shadowed variable declarationsChristoph Hellwig1-1/+0
2008-12-02Btrfs: make things static and include the right headersChristoph Hellwig1-8/+8
2008-11-20Btrfs: Drop dirty roots created by log replay immediately whenYan Zheng1-0/+5
2008-11-20Btrfs: compat code fixesChris Mason1-1/+2
2008-11-19Btrfs: Do fsync log replay when mount -o ro, except when on readonly mediaChris Mason1-8/+23