aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2008-09-25Btrfs: Maintain a list of inodes that are delalloc and a way to wait on themChris Mason
2008-09-25Btrfs: More throttle tuningChris Mason
2008-09-25Btrfs: Fix streaming read performance with checksumming onChris Mason
2008-09-25Btrfs: implement memory reclaim for leaf reference cacheYan
2008-09-25Btrfs: Fix verify_parent_transidChris Mason
2008-09-25Btrfs: Throttle operations if the reference cache gets too largeChris Mason
2008-09-25Btrfs: Leaf reference cache updateChris Mason
2008-09-25Btrfs: Add a leaf reference cacheYan Zheng
2008-09-25Btrfs: Create orphan inode records to prevent lost files after a crashJosef Bacik
2008-09-25Btrfs: Fix the defragmention code and the block relocation code for data=orderedChris Mason
2008-09-25Btrfs: Search data ordered extents first for checksums on readChris Mason
2008-09-25Btrfs: Index extent buffers in an rbtreeChris Mason
2008-09-25btrfs_start_transaction: wait for commits in progress to finishChris Mason
2008-09-25Btrfs: Use async helpers to deal with pages that have been improperly dirtiedChris Mason
2008-09-25Btrfs: New data=ordered implementationChris Mason
2008-09-25Btrfs: Drop some verbose printksChris Mason
2008-09-25Btrfs: Add locking around volume management (device add/remove/balance)Chris Mason
2008-09-25Btrfs: Online btree defragmentation fixesChris Mason
2008-09-25Btrfs: Replace the transaction work queue with kthreadsChris Mason
2008-09-25Add btrfs_end_transaction_throttle to force writers to wait for pending commitsChris Mason
2008-09-25Btrfs: Fix snapshot deletion to release the alloc_mutex much more often.Chris Mason
2008-09-25Drop locks in btrfs_search_slot when reading a tree block.Chris Mason
2008-09-25Btrfs: Replace the big fs_mutex with a collection of other locksChris Mason
2008-09-25Btrfs: Start btree concurrency work.Chris Mason
2008-09-25Btrfs: Add a thread pool just for submit_bioChris Mason
2008-09-25Btrfs: Add a mount option to control worker thread pool sizeChris Mason
2008-09-25Btrfs: Add async worker threads for pre and post IO checksummingChris Mason
2008-09-25btrfs: sanity mount option parsing and early mount codeChristoph Hellwig
2008-09-25Btrfs: bdi_init and bdi_destroy come with 2.6.23Jan Engelhardt
2008-09-25Btrfs: Always use the async submission queue for checksummed writesChris Mason
2008-09-25Btrfs: Enable btree balancing on old kernels againChris Mason
2008-09-25Btrfs: Change the congestion functions to meter the number of async submits a...Chris Mason
2008-09-25Fix btrfs_open_devices to deal with changes since the scan ioctlsChris Mason
2008-09-25Btrfs: Add mount -o degraded to allow mounts to continue with missing devicesChris Mason
2008-09-25Btrfs: Handle write errors on raid1 and raid10Chris Mason
2008-09-25Btrfs: Pass down the expected generation number when reading tree blocksChris Mason
2008-09-25Btrfs: Don't do btree balance_dirty_pages on old kernels, it stalls foreverChris Mason
2008-09-25Btrfs: Add support for online device removalChris Mason
2008-09-25Btrfs: Fixes for 2.6.18 enterprise kernelsChris Mason
2008-09-25Btrfs: Deal with failed writes in mirrored configurationsChris Mason
2008-09-25Btrfs: Drop some verbose printksChris Mason
2008-09-25Btrfs: Make the resizer work based on shrinking and growing devicesChris Mason
2008-09-25Btrfs: Add failure handling for read_sys_arrayChris Mason
2008-09-25Btrfs: Fix the unplug_io_fn to grab a consistent copy of page->mappingChris Mason
2008-09-25Deal with page == NULL in the btrfs_unplug_io_fnChris Mason
2008-09-25Btrfs: Make an unplug function that doesn't unplug every spindleChris Mason
2008-09-25Btrfs: Remove debugging statements from the invalidatepage callsChris Mason
2008-09-25Btrfs: Scale the bdi ra_pages by the number of devices in the FSChris Mason
2008-09-25Force page->private removal in btrfs_invalidatepageChris Mason
2008-09-25Btrfs: Set the btree inode i_size to OFFSET_MAXChris Mason