summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/async-thread.c
Commit message (Expand)AuthorAgeFilesLines
...
* Btrfs: add a priority queue to the async thread helpersChris Mason2009-04-201-13/+47
* Btrfs: remove unused ftrace includeJim Owens2009-04-021-1/+0Star
* Btrfs: fix race in worker_loopAmit Gud2009-04-021-1/+5
* Btrfs: async threads should try harder to find workChris Mason2009-02-041-6/+44
* Btrfs: Catch missed bios in the async bio submission threadChris Mason2009-02-041-1/+9
* Btrfs: removed unused #include <version.h>'sHuang Weiyi2009-01-211-1/+0Star
* Btrfs: Fix checkpatch.pl warningsChris Mason2009-01-061-3/+3
* Btrfs: Check kthread_should_stop() before schedule() in worker_loopyanhai zhu2008-11-121-1/+2
* Btrfs: Add ordered async work queuesChris Mason2008-11-071-3/+64
* Btrfs: fix multi-device code to use raid policies set by mkfsChris Mason2008-10-011-1/+13
* Btrfs: add and improve commentsChris Mason2008-09-291-1/+9
* Remove Btrfs compat code for older kernelsChris Mason2008-09-251-6/+0Star
* Btrfs: Lower contention on the csum mutexChris Mason2008-09-251-1/+2
* Btrfs: Wait for kernel threads to make progress during async submissionChris Mason2008-09-251-1/+6
* Btrfs: Give all the worker threads descriptive namesChris Mason2008-09-251-2/+5
* Btrfs: Fix streaming read performance with checksumming onChris Mason2008-09-251-1/+1
* Btrfs: async-thread: fix possible memory leakLi Zefan2008-09-251-0/+1
* Btrfs: Worker thread optimizationsChris Mason2008-09-251-31/+69
* Btrfs: Add backport for the kthread work on kernels older than 2.6.20Chris Mason2008-09-251-1/+8
* Btrfs: Add async worker threads for pre and post IO checksummingChris Mason2008-09-251-0/+288