summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/async-thread.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: don't walk around with task->state != TASK_RUNNINGChris Mason2010-05-251-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Btrfs: fix deadlock on async thread startupChris Mason2009-10-051-8/+73
* Btrfs: Fix async thread shutdown raceChris Mason2009-09-151-6/+10
* Btrfs: fix worker thread double spin_lock_irqChris Mason2009-09-151-2/+2
* Btrfs: fix async worker startup raceChris Mason2009-09-151-3/+11
* Btrfs: reduce worker thread spin_lock_irq hold timesChris Mason2009-09-111-14/+60
* Btrfs: keep irqs on more often in the worker threadsChris Mason2009-09-111-10/+13
* Btrfs: Allow worker threads to exit when idleChris Mason2009-09-111-22/+111
* Btrfs: convert nested spin_lock_irqsave to spin_lockJulia Lawall2009-07-221-2/+2
* Btrfs: fix use after free in btrfs_start_workers fail pathJiri Slaby2009-07-021-1/+1
* Btrfs: init worker struct fields before kthread-runShin Hong2009-06-101-1/+1
* Btrfs: add a priority queue to the async thread helpersChris Mason2009-04-201-13/+47
* Btrfs: remove unused ftrace includeJim Owens2009-04-021-1/+0
* 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/+0
* Btrfs: Fix checkpatch.pl warningsChris Mason2009-01-051-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-061-3/+64
* Btrfs: fix multi-device code to use raid policies set by mkfsChris Mason2008-09-301-1/+13
* Btrfs: add and improve commentsChris Mason2008-09-291-1/+9
* Remove Btrfs compat code for older kernelsChris Mason2008-09-251-6/+0
* 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
OpenPOWER on IntegriCloud