summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Btrfs: New data=ordered implementationChris Mason1-1/+12
2008-09-25Btrfs: Drop some verbose printksChris Mason1-2/+0
2008-09-25Btrfs: Add locking around volume management (device add/remove/balance)Chris Mason1-0/+1
2008-09-25Btrfs: Online btree defragmentation fixesChris Mason1-58/+3
2008-09-25Btrfs: Replace the transaction work queue with kthreadsChris Mason1-9/+107
2008-09-25Add btrfs_end_transaction_throttle to force writers to wait for pending commitsChris Mason1-18/+0
2008-09-25Btrfs: Fix snapshot deletion to release the alloc_mutex much more often.Chris Mason1-0/+2
2008-09-25Drop locks in btrfs_search_slot when reading a tree block.Chris Mason1-0/+1
2008-09-25Btrfs: Replace the big fs_mutex with a collection of other locksChris Mason1-8/+7
2008-09-25Btrfs: Start btree concurrency work.Chris Mason1-1/+12
2008-09-25Btrfs: Add a thread pool just for submit_bioChris Mason1-0/+4
2008-09-25Btrfs: Add a mount option to control worker thread pool sizeChris Mason1-15/+15
2008-09-25Btrfs: Add async worker threads for pre and post IO checksummingChris Mason1-118/+82
2008-09-25btrfs: sanity mount option parsing and early mount codeChristoph Hellwig1-1/+4
2008-09-25Btrfs: bdi_init and bdi_destroy come with 2.6.23Jan Engelhardt1-3/+3
2008-09-25Btrfs: Always use the async submission queue for checksummed writesChris Mason1-7/+0
2008-09-25Btrfs: Enable btree balancing on old kernels againChris Mason1-3/+0
2008-09-25Btrfs: Change the congestion functions to meter the number of async submits a...Chris Mason1-0/+9
2008-09-25Fix btrfs_open_devices to deal with changes since the scan ioctlsChris Mason1-2/+2
2008-09-25Btrfs: Add mount -o degraded to allow mounts to continue with missing devicesChris Mason1-20/+29
2008-09-25Btrfs: Handle write errors on raid1 and raid10Chris Mason1-5/+51
2008-09-25Btrfs: Pass down the expected generation number when reading tree blocksChris Mason1-17/+13
2008-09-25Btrfs: Don't do btree balance_dirty_pages on old kernels, it stalls foreverChris Mason1-0/+8
2008-09-25Btrfs: Add support for online device removalChris Mason1-55/+46
2008-09-25Btrfs: Fixes for 2.6.18 enterprise kernelsChris Mason1-5/+19
2008-09-25Btrfs: Deal with failed writes in mirrored configurationsChris Mason1-2/+15
2008-09-25Btrfs: Drop some verbose printksChris Mason1-13/+5
2008-09-25Btrfs: Make the resizer work based on shrinking and growing devicesChris Mason1-0/+4
2008-09-25Btrfs: Add failure handling for read_sys_arrayChris Mason1-2/+9
2008-09-25Btrfs: Fix the unplug_io_fn to grab a consistent copy of page->mappingChris Mason1-1/+12
2008-09-25Deal with page == NULL in the btrfs_unplug_io_fnChris Mason1-2/+30
2008-09-25Btrfs: Make an unplug function that doesn't unplug every spindleChris Mason1-11/+15
2008-09-25Btrfs: Remove debugging statements from the invalidatepage callsChris Mason1-1/+1
2008-09-25Btrfs: Scale the bdi ra_pages by the number of devices in the FSChris Mason1-1/+3
2008-09-25Force page->private removal in btrfs_invalidatepageChris Mason1-0/+12
2008-09-25Btrfs: Set the btree inode i_size to OFFSET_MAXChris Mason1-7/+26
2008-09-25Btrfs: Don't drop extent_map cache during releasepage on the btree inodeChris Mason1-9/+14
2008-09-25Btrfs: Only do async bio submission for pdflushChris Mason1-0/+7
2008-09-25Btrfs: Create a work queue for bio writesChris Mason1-3/+90
2008-09-25Btrfs: Add chunk uuids and update multi-device back referencesChris Mason1-1/+5
2008-09-25Btrfs: A few updates for 2.6.18 and versions older than 2.6.25Chris Mason1-2/+10
2008-09-25Btrfs: bio_endio support for linux 2.6.23 and older.Miguel1-1/+4
2008-09-25Btrfs: Endianess bug fix for v0.13 with kernelsMiguel1-2/+2
2008-09-25Btrfs: Add extra checks to avoid removing extent_state from pages we can't freeChris Mason1-0/+6
2008-09-25Btrfs: Write out all super blocks on commit, and bring back proper barrier su...Chris Mason1-5/+113
2008-09-25Btrfs: Retry metadata reads in the face of checksum failuresChris Mason1-19/+53
2008-09-25Btrfs: Handle data block end_io through the async work queueChris Mason1-11/+23
2008-09-25Btrfs: Do metadata checksums for reads via a workqueueChris Mason1-34/+224
2008-09-25Btrfs: Add additional debugging for metadata checksum failuresChris Mason1-1/+2
2008-09-25Btrfs: Fix allocation profile initChris Mason1-7/+4