aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/async-thread.c
AgeCommit message (Expand)Author
2011-12-23Btrfs: fix worker lock misuse in find_workerChris Mason
2011-12-15Merge branch 'for-chris' of http://git.kernel.org/pub/scm/linux/kernel/git/jo...Chris Mason
2011-12-15Btrfs: fix num_workers_starting bug and other bugs in async threadJosef Bacik
2011-12-15Btrfs: add a cond_resched() into the worker loopChris Mason
2010-05-25Btrfs: don't walk around with task->state != TASK_RUNNINGChris Mason
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-10-05Btrfs: fix deadlock on async thread startupChris Mason
2009-09-15Btrfs: Fix async thread shutdown raceChris Mason
2009-09-15Btrfs: fix worker thread double spin_lock_irqChris Mason
2009-09-15Btrfs: fix async worker startup raceChris Mason
2009-09-11Btrfs: reduce worker thread spin_lock_irq hold timesChris Mason
2009-09-11Btrfs: keep irqs on more often in the worker threadsChris Mason
2009-09-11Btrfs: Allow worker threads to exit when idleChris Mason
2009-07-22Btrfs: convert nested spin_lock_irqsave to spin_lockJulia Lawall
2009-07-02Btrfs: fix use after free in btrfs_start_workers fail pathJiri Slaby
2009-06-10Btrfs: init worker struct fields before kthread-runShin Hong
2009-04-20Btrfs: add a priority queue to the async thread helpersChris Mason
2009-04-02Btrfs: remove unused ftrace includeJim Owens
2009-04-02Btrfs: fix race in worker_loopAmit Gud
2009-02-04Btrfs: async threads should try harder to find workChris Mason
2009-02-04Btrfs: Catch missed bios in the async bio submission threadChris Mason
2009-01-21Btrfs: removed unused #include <version.h>'sHuang Weiyi
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason
2008-11-12Btrfs: Check kthread_should_stop() before schedule() in worker_loopyanhai zhu
2008-11-06Btrfs: Add ordered async work queuesChris Mason
2008-09-30Btrfs: fix multi-device code to use raid policies set by mkfsChris Mason
2008-09-29Btrfs: add and improve commentsChris Mason
2008-09-25Remove Btrfs compat code for older kernelsChris Mason
2008-09-25Btrfs: Lower contention on the csum mutexChris Mason
2008-09-25Btrfs: Wait for kernel threads to make progress during async submissionChris Mason
2008-09-25Btrfs: Give all the worker threads descriptive namesChris Mason
2008-09-25Btrfs: Fix streaming read performance with checksumming onChris Mason
2008-09-25Btrfs: async-thread: fix possible memory leakLi Zefan
2008-09-25Btrfs: Worker thread optimizationsChris Mason
2008-09-25Btrfs: Add backport for the kthread work on kernels older than 2.6.20Chris Mason
2008-09-25Btrfs: Add async worker threads for pre and post IO checksummingChris Mason