nfsd: track last inode only in use_wgather case
[safe/jmp/linux-2.6] / kernel / async.c
2009-06-08 Linus Torvaldsasync: Fix lack of boot-time console due to insufficien...
2009-05-24 James Bottomleyasync: make sure independent async domains can't accide...
2009-03-28 Arjan van de Venasync: remove the temporary (2.6.29) "async is off...
2009-02-08 Stefan Richterasync: use list_move_tail
2009-02-08 Cornelia Huckasync: Rename _special -> _domain for clarity.
2009-02-08 Cornelia Huckasync: Add some documentation.
2009-02-08 Cornelia Huckasync: Handle kthread_run() return codes.
2009-02-08 Cornelia Huckasync: Fix running list handling.
2009-02-05 Andrew Mortonkernel/async.c: fix printk warnings
2009-01-13 Arjan van de Venasync: fix __lowest_in_progress()
2009-01-09 Arjan van de Venasync: make async a command line option for now
2009-01-08 Arjan van de Venasync: make async_synchronize_full() more serializing
2009-01-07 Arjan van de Venasync: don't do the initcall stuff post boot
2009-01-07 Arjan van de Venasync: Asynchronous function calls to speed up kernel...