aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* 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/+4
* Btrfs: check return value for kthread_run() correctlyQinghuang Feng2009-01-211-2/+2
* Btrfs: removed unused #include <version.h>'sHuang Weiyi2009-01-211-1/+0
* Btrfs: Fix checkpatch.pl warningsChris Mason2009-01-051-124/+63
* 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-101-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
* Btrfs: fix panic on error during mountJosef Bacik2008-12-021-4/+4
* Btrfs: add support for compat flags to btrfsJosef Bacik2008-12-021-0/+21
* Btrfs: fix shadowed variable declarationsChristoph Hellwig2008-12-021-1/+0
* Btrfs: make things static and include the right headersChristoph Hellwig2008-12-021-8/+8
* Btrfs: Drop dirty roots created by log replay immediately whenYan Zheng2008-11-201-0/+5
* Btrfs: compat code fixesChris Mason2008-11-201-1/+2
* Btrfs: Do fsync log replay when mount -o ro, except when on readonly mediaChris Mason2008-11-191-8/+23
* Btrfs: Avoid writeback stallsChris Mason2008-11-191-9/+3
* Btrfs: unplug all devices in the unplug call backChris Mason2008-11-181-1/+1
* Btrfs: prevent loops in the directory tree when creating snapshotsChris Mason2008-11-171-1/+4
* Btrfs: Give each subvol and snapshot their own anonymous devidChris Mason2008-11-171-0/+13
* Btrfs: Allow subvolumes and snapshots anywhere in the directory treeChris Mason2008-11-171-4/+10
* Btrfs: Seed device supportYan Zheng2008-11-171-21/+35
* Btrfs: mount ro and remount supportYan Zheng2008-11-121-20/+63
* Btrfs: Improve metadata read latenciesChris Mason2008-11-131-3/+3
* Btrfs: tune btrfs unplug functions for a small number of devicesChris Mason2008-11-101-0/+10
* Btrfs: Optimize compressed writeback and readsChris Mason2008-11-061-8/+19
* Btrfs: Add ordered async work queuesChris Mason2008-11-061-24/+57
* Btrfs: Add root tree pointer transaction idsYan Zheng2008-10-291-7/+14
* Btrfs: nuke fs wide allocation mutex V2Josef Bacik2008-10-291-1/+2
* Btrfs: Improve space balancing codeYan Zheng2008-10-291-2/+0
* Btrfs: Add zlib compression supportChris Mason2008-10-291-5/+13
* Btrfs: disk-io.c (open_ctree): avoid leaks upon allocation failureJim Meyering2008-10-011-0/+2
* Btrfs: disk-io.c (open_ctree): Don't deref. NULL upon failed kzallocJim Meyering2008-10-011-1/+2
* Btrfs: add and improve commentsChris Mason2008-09-291-1/+32
* Btrfs: Wait for IO on the block device inodes of newly added devicesChris Mason2008-09-291-3/+8
* Btrfs: update space balancing codeZheng Yan2008-09-261-0/+9
* Btrfs: Add shared reference cacheZheng Yan2008-09-261-0/+2
* Btrfs: Raise thresholds for metadata writebackChris Mason2008-09-251-2/+2
* Remove Btrfs compat code for older kernelsChris Mason2008-09-251-28/+0
* Btrfs: Full back reference supportZheng Yan2008-09-251-2/+2
* Btrfs: Checksum tree blocks in the backgroundChris Mason2008-09-251-9/+17
* Btrfs: free space accounting redoJosef Bacik2008-09-251-4/+3