aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Btrfs: free space accounting redoJosef Bacik1-4/+3
2008-09-25Btrfs: Fix mismerge in block header checksChris Mason1-1/+1
2008-09-25Btrfs: Record dirty pages tree-log pages in an extent_io treeChris Mason1-2/+15
2008-09-25Btrfs: Optimize tree log block allocationsChris Mason1-3/+2
2008-09-25Btrfs: Optimize btree walking while logging inodesChris Mason1-1/+1
2008-09-25Btrfs: Fix releasepage to properly keep dirty and writeback pagesChris Mason1-1/+4
2008-09-25Btrfs: Tree logging fixesChris Mason1-3/+30
2008-09-25Btrfs: Add a write ahead tree log to optimize synchronous operationsChris Mason1-21/+117
2008-09-25Btrfs: Add debugging checks to track down corrupted metadataChris Mason1-1/+6
2008-09-25Btrfs: Throttle for async bio submits higher up the chainChris Mason1-1/+7
2008-09-25Btrfs: Wait for async bio submissions to make some progress at queue timeChris Mason1-7/+9
2008-09-25Btrfs: Lower contention on the csum mutexChris Mason1-1/+8
2008-09-25Btrfs: Wait for kernel threads to make progress during async submissionChris Mason1-19/+26
2008-09-25Btrfs: Give all the worker threads descriptive namesChris Mason1-7/+15
2008-09-25Btrfs: Transaction commit: don't use filemap_fdatawaitChris Mason1-7/+4
2008-09-25Btrfs: Count async bios separately from async checksum work itemsChris Mason1-3/+22
2008-09-25Btrfs: Limit the number of async bio submission kthreads to the number of devicesChris Mason1-1/+3
2008-09-25Btrfs: Avoid calling into the FS for the final iput on fake root inodesChris Mason1-0/+1
2008-09-25Btrfs: Maintain a list of inodes that are delalloc and a way to wait on themChris Mason1-0/+1
2008-09-25Btrfs: More throttle tuningChris Mason1-11/+2
2008-09-25Btrfs: Fix streaming read performance with checksumming onChris Mason1-0/+15
2008-09-25Btrfs: implement memory reclaim for leaf reference cacheYan1-2/+3
2008-09-25Btrfs: Fix verify_parent_transidChris Mason1-1/+1
2008-09-25Btrfs: Throttle operations if the reference cache gets too largeChris Mason1-2/+5
2008-09-25Btrfs: Leaf reference cache updateChris Mason1-3/+5
2008-09-25Btrfs: Add a leaf reference cacheYan Zheng1-0/+14
2008-09-25Btrfs: Create orphan inode records to prevent lost files after a crashJosef Bacik1-0/+2
2008-09-25Btrfs: Fix the defragmention code and the block relocation code for data=orderedChris Mason1-0/+3
2008-09-25Btrfs: Search data ordered extents first for checksums on readChris Mason1-1/+8
2008-09-25Btrfs: Index extent buffers in an rbtreeChris Mason1-17/+9
2008-09-25btrfs_start_transaction: wait for commits in progress to finishChris Mason1-0/+1
2008-09-25Btrfs: Use async helpers to deal with pages that have been improperly dirtiedChris Mason1-0/+4
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 as wellChris Mason1-0/+9