aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/async-thread.c
Commit message (Expand)AuthorAge
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* Btrfs: fix deadlock on async thread startupChris Mason2009-10-05
* Btrfs: Fix async thread shutdown raceChris Mason2009-09-15
* Btrfs: fix worker thread double spin_lock_irqChris Mason2009-09-15
* Btrfs: fix async worker startup raceChris Mason2009-09-15
* Btrfs: reduce worker thread spin_lock_irq hold timesChris Mason2009-09-11
* Btrfs: keep irqs on more often in the worker threadsChris Mason2009-09-11
* Btrfs: Allow worker threads to exit when idleChris Mason2009-09-11
* Btrfs: convert nested spin_lock_irqsave to spin_lockJulia Lawall2009-07-22
* Btrfs: fix use after free in btrfs_start_workers fail pathJiri Slaby2009-07-02
* Btrfs: init worker struct fields before kthread-runShin Hong2009-06-10
* Btrfs: add a priority queue to the async thread helpersChris Mason2009-04-20
* Btrfs: remove unused ftrace includeJim Owens2009-04-02
* Btrfs: fix race in worker_loopAmit Gud2009-04-02
* Btrfs: async threads should try harder to find workChris Mason2009-02-04
* Btrfs: Catch missed bios in the async bio submission threadChris Mason2009-02-04
* Btrfs: removed unused #include <version.h>'sHuang Weiyi2009-01-21
* Btrfs: Fix checkpatch.pl warningsChris Mason2009-01-05
* Btrfs: Check kthread_should_stop() before schedule() in worker_loopyanhai zhu2008-11-12
* Btrfs: Add ordered async work queuesChris Mason2008-11-06
* Btrfs: fix multi-device code to use raid policies set by mkfsChris Mason2008-09-30
* Btrfs: add and improve commentsChris Mason2008-09-29
* Remove Btrfs compat code for older kernelsChris Mason2008-09-25
* Btrfs: Lower contention on the csum mutexChris Mason2008-09-25
* Btrfs: Wait for kernel threads to make progress during async submissionChris Mason2008-09-25
* Btrfs: Give all the worker threads descriptive namesChris Mason2008-09-25
* Btrfs: Fix streaming read performance with checksumming onChris Mason2008-09-25
* Btrfs: async-thread: fix possible memory leakLi Zefan2008-09-25
* Btrfs: Worker thread optimizationsChris Mason2008-09-25
* Btrfs: Add backport for the kthread work on kernels older than 2.6.20Chris Mason2008-09-25
* Btrfs: Add async worker threads for pre and post IO checksummingChris Mason2008-09-25