aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/async-thread.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-25Btrfs: don't walk around with task->state != TASK_RUNNINGGravatar Chris Mason 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-10-05Btrfs: fix deadlock on async thread startupGravatar Chris Mason 1-8/+73
2009-09-15Btrfs: Fix async thread shutdown raceGravatar Chris Mason 1-6/+10
2009-09-15Btrfs: fix worker thread double spin_lock_irqGravatar Chris Mason 1-2/+2
2009-09-15Btrfs: fix async worker startup raceGravatar Chris Mason 1-3/+11
2009-09-11Btrfs: reduce worker thread spin_lock_irq hold timesGravatar Chris Mason 1-14/+60
2009-09-11Btrfs: keep irqs on more often in the worker threadsGravatar Chris Mason 1-10/+13
2009-09-11Btrfs: Allow worker threads to exit when idleGravatar Chris Mason 1-22/+111
2009-07-22Btrfs: convert nested spin_lock_irqsave to spin_lockGravatar Julia Lawall 1-2/+2
2009-07-02Btrfs: fix use after free in btrfs_start_workers fail pathGravatar Jiri Slaby 1-1/+1
2009-06-10Btrfs: init worker struct fields before kthread-runGravatar Shin Hong 1-1/+1
2009-04-20Btrfs: add a priority queue to the async thread helpersGravatar Chris Mason 1-13/+47
2009-04-02Btrfs: remove unused ftrace includeGravatar Jim Owens 1-1/+0
2009-04-02Btrfs: fix race in worker_loopGravatar Amit Gud 1-1/+5
2009-02-04Btrfs: async threads should try harder to find workGravatar Chris Mason 1-6/+44
2009-02-04Btrfs: Catch missed bios in the async bio submission threadGravatar Chris Mason 1-1/+9
2009-01-21Btrfs: removed unused #include <version.h>'sGravatar Huang Weiyi 1-1/+0
2009-01-05Btrfs: Fix checkpatch.pl warningsGravatar Chris Mason 1-3/+3
2008-11-12Btrfs: Check kthread_should_stop() before schedule() in worker_loopGravatar yanhai zhu 1-1/+2
2008-11-06Btrfs: Add ordered async work queuesGravatar Chris Mason 1-3/+64
2008-09-30Btrfs: fix multi-device code to use raid policies set by mkfsGravatar Chris Mason 1-1/+13
2008-09-29Btrfs: add and improve commentsGravatar Chris Mason 1-1/+9
2008-09-25Remove Btrfs compat code for older kernelsGravatar Chris Mason 1-6/+0
2008-09-25Btrfs: Lower contention on the csum mutexGravatar Chris Mason 1-1/+2
2008-09-25Btrfs: Wait for kernel threads to make progress during async submissionGravatar Chris Mason 1-1/+6
2008-09-25Btrfs: Give all the worker threads descriptive namesGravatar Chris Mason 1-2/+5
2008-09-25Btrfs: Fix streaming read performance with checksumming onGravatar Chris Mason 1-1/+1
2008-09-25Btrfs: async-thread: fix possible memory leakGravatar Li Zefan 1-0/+1
2008-09-25Btrfs: Worker thread optimizationsGravatar Chris Mason 1-31/+69
2008-09-25Btrfs: Add backport for the kthread work on kernels older than 2.6.20Gravatar Chris Mason 1-1/+8
2008-09-25Btrfs: Add async worker threads for pre and post IO checksummingGravatar Chris Mason 1-0/+288