aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-19Btrfs: Avoid writeback stallsChris Mason1-9/+3
2008-11-18Btrfs: unplug all devices in the unplug call backChris Mason1-1/+1
2008-11-17Btrfs: prevent loops in the directory tree when creating snapshotsChris Mason1-1/+4
2008-11-17Btrfs: Give each subvol and snapshot their own anonymous devidChris Mason1-0/+13
2008-11-17Btrfs: Allow subvolumes and snapshots anywhere in the directory treeChris Mason1-4/+10
2008-11-17Btrfs: Seed device supportYan Zheng1-21/+35
2008-11-12Btrfs: mount ro and remount supportYan Zheng1-20/+63
2008-11-13Btrfs: Improve metadata read latenciesChris Mason1-3/+3
2008-11-10Btrfs: tune btrfs unplug functions for a small number of devicesChris Mason1-0/+10
2008-11-06Btrfs: Optimize compressed writeback and readsChris Mason1-8/+19
2008-11-06Btrfs: Add ordered async work queuesChris Mason1-24/+57
2008-10-29Btrfs: Add root tree pointer transaction idsYan Zheng1-7/+14
2008-10-29Btrfs: nuke fs wide allocation mutex V2Josef Bacik1-1/+2
2008-10-29Btrfs: Improve space balancing codeYan Zheng1-2/+0
2008-10-29Btrfs: Add zlib compression supportChris Mason1-5/+13
2008-10-01Btrfs: disk-io.c (open_ctree): avoid leaks upon allocation failureJim Meyering1-0/+2
2008-10-01Btrfs: disk-io.c (open_ctree): Don't deref. NULL upon failed kzallocJim Meyering1-1/+2
2008-09-29Btrfs: add and improve commentsChris Mason1-1/+32
2008-09-29Btrfs: Wait for IO on the block device inodes of newly added devicesChris Mason1-3/+8
2008-09-26Btrfs: update space balancing codeZheng Yan1-0/+9
2008-09-26Btrfs: Add shared reference cacheZheng Yan1-0/+2
2008-09-25Btrfs: Raise thresholds for metadata writebackChris Mason1-2/+2
2008-09-25Remove Btrfs compat code for older kernelsChris Mason1-28/+0
2008-09-25Btrfs: Full back reference supportZheng Yan1-2/+2
2008-09-25Btrfs: Checksum tree blocks in the backgroundChris Mason1-9/+17