aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/async-thread.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-04Btrfs: async threads should try harder to find workChris Mason1-6/+44
2009-02-04Btrfs: Catch missed bios in the async bio submission threadChris Mason1-1/+9
2009-01-21Btrfs: removed unused #include <version.h>'sHuang Weiyi1-1/+0
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason1-3/+3
2008-11-12Btrfs: Check kthread_should_stop() before schedule() in worker_loopyanhai zhu1-1/+2
2008-11-06Btrfs: Add ordered async work queuesChris Mason1-3/+64
2008-09-30Btrfs: fix multi-device code to use raid policies set by mkfsChris Mason1-1/+13
2008-09-29Btrfs: add and improve commentsChris Mason1-1/+9
2008-09-25Remove Btrfs compat code for older kernelsChris Mason1-6/+0
2008-09-25Btrfs: Lower contention on the csum mutexChris Mason1-1/+2
2008-09-25Btrfs: Wait for kernel threads to make progress during async submissionChris Mason1-1/+6
2008-09-25Btrfs: Give all the worker threads descriptive namesChris Mason1-2/+5
2008-09-25Btrfs: Fix streaming read performance with checksumming onChris Mason1-1/+1
2008-09-25Btrfs: async-thread: fix possible memory leakLi Zefan1-0/+1
2008-09-25Btrfs: Worker thread optimizationsChris Mason1-31/+69
2008-09-25Btrfs: Add backport for the kthread work on kernels older than 2.6.20Chris Mason1-1/+8
2008-09-25Btrfs: Add async worker threads for pre and post IO checksummingChris Mason1-0/+288