Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
[safe/jmp/linux-2.6] / fs / btrfs / async-thread.c
2010-05-25 Chris MasonBtrfs: don't walk around with task->state != TASK_RUNNING
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2009-10-05 Chris MasonBtrfs: fix deadlock on async thread startup
2009-09-16 Chris MasonBtrfs: Fix async thread shutdown race
2009-09-16 Chris MasonBtrfs: fix worker thread double spin_lock_irq
2009-09-16 Chris MasonBtrfs: fix async worker startup race
2009-09-11 Chris MasonBtrfs: reduce worker thread spin_lock_irq hold times
2009-09-11 Chris MasonBtrfs: keep irqs on more often in the worker threads
2009-09-11 Chris MasonBtrfs: Allow worker threads to exit when idle
2009-07-22 Julia LawallBtrfs: convert nested spin_lock_irqsave to spin_lock
2009-07-02 Jiri SlabyBtrfs: fix use after free in btrfs_start_workers fail...
2009-06-11 Shin HongBtrfs: init worker struct fields before kthread-run
2009-04-20 Chris MasonBtrfs: add a priority queue to the async thread helpers
2009-04-02 Jim OwensBtrfs: remove unused ftrace include
2009-04-02 Amit GudBtrfs: fix race in worker_loop
2009-02-04 Chris MasonBtrfs: async threads should try harder to find work
2009-02-04 Chris MasonBtrfs: Catch missed bios in the async bio submission...
2009-01-21 Huang WeiyiBtrfs: removed unused #include <version.h>'s
2009-01-06 Chris MasonBtrfs: Fix checkpatch.pl warnings
2008-11-12 yanhai zhuBtrfs: Check kthread_should_stop() before schedule...
2008-11-07 Chris MasonBtrfs: Add ordered async work queues
2008-09-30 Chris MasonBtrfs: fix multi-device code to use raid policies set...
2008-09-29 Chris MasonBtrfs: add and improve comments
2008-09-25 Chris MasonRemove Btrfs compat code for older kernels
2008-09-25 Chris MasonBtrfs: Lower contention on the csum mutex
2008-09-25 Chris MasonBtrfs: Wait for kernel threads to make progress during...
2008-09-25 Chris MasonBtrfs: Give all the worker threads descriptive names
2008-09-25 Chris MasonBtrfs: Fix streaming read performance with checksumming on
2008-09-25 Li ZefanBtrfs: async-thread: fix possible memory leak
2008-09-25 Chris MasonBtrfs: Worker thread optimizations
2008-09-25 Chris MasonBtrfs: Add backport for the kthread work on kernels...
2008-09-25 Chris MasonBtrfs: Add async worker threads for pre and post IO...