nfsd: nfsd should drop CAP_MKNOD for non-root
[safe/jmp/linux-2.6] / block / as-iosched.c
2008-12-29 Jens Axboeblock: get rid of elevator_t typedef
2008-12-29 Cheng Renquanblock: use cancel_work_sync() instead of kblockd_flush_...
2008-10-09 Jens Axboeblock: as/cfq ssd idle check update
2008-10-09 Jens Axboeblock: add queue flag for SSD/non-rotational devices
2008-10-09 Jens Axboeblock: make kblockd_schedule_work() take the queue...
2008-07-26 Arjan van de VenUse WARN() in block/
2008-07-03 Jens Axboeas-iosched: properly protect ioc_gone and ioc count
2008-07-01 Divyesh Shahblock: Fix the starving writes bug in the anticipatory...
2008-02-01 Jens Axboeblock: kill swap_io_context()
2008-02-01 Jens Axboeas-iosched: fix inconsistent ioc->lock context
2008-01-30 Jens Axboeas-iosched: fix double locking bug in as_merged_requests()
2008-01-28 Jens Axboeio_context sharing - anticipatory changes
2007-12-18 Adrian Bunkblock: let elv_register() return void
2007-12-18 Aaron Carrollas-iosched: fix write batch start point
2007-12-18 Aaron Carrollas-iosched: fix incorrect comments
2007-07-24 Jens Axboe[BLOCK] Get rid of request_queue_t typedef
2007-07-17 Christoph LameterSlab allocators: Replace explicit zeroing with __GFP_ZERO
2007-05-09 Andrew Mortonkblockd: use flush_work
2007-05-08 Nick Pigginas: fix antic_expire check
2006-12-13 Jens Axboe[PATCH] Allow as-iosched to be unloaded
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-12-01 Jens Axboe[BLOCK] Cleanup unused variable passing
2006-11-22 David HowellsWorkStruct: Pass the work_struct pointer instead of...
2006-10-01 Peter Zijlstra[PATCH] completions: lockdep annotate on stack completions
2006-09-30 Jens Axboe[PATCH] Update axboe@suse.de email address
2006-09-30 Jens Axboe[PATCH] Add blk_start_queueing() helper
2006-09-30 Jens Axboe[PATCH] Make sure all block/io scheduler setups are...
2006-09-30 Jens Axboe[PATCH] as-iosched: use new io context counting mechanism
2006-09-30 Jens Axboe[PATCH] Drop useless bio passing in may_queue/set_reque...
2006-09-30 Jens Axboe[PATCH] as-iosched: kill arq
2006-09-30 Jens Axboe[PATCH] as-iosched: remove arq->is_sync member
2006-09-30 Jens Axboe[PATCH] as-iosched: reuse rq for fifo
2006-09-30 Jens Axboe[PATCH] as-iosched: migrate to using the elevator rb...
2006-09-30 Jens Axboe[PATCH] rbtree: fixed reversed RB_EMPTY_NODE and rb_nex...
2006-09-30 Jens Axboe[PATCH] elevator: move the backmerging logic into the...
2006-09-30 Jens Axboe[PATCH] Split struct request ->flags into two parts
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-26 Andreas Mohrspelling fixes
2006-06-23 Jens Axboe[PATCH] rbtree: support functions used by the io schedulers
2006-06-23 Jens Axboe[PATCH] Kill PF_SYNCWRITE flag
2006-06-23 Akinobu Mita[PATCH] iosched: use hlist for request hashtable
2006-06-20 Linus TorvaldsMerge git://git.infradead.org/~dwmw2/rbtree-2.6
2006-06-08 Jens Axboe[PATCH] elevator switching race
2006-04-21 David Woodhouse[RBTREE] Change rbtree off-tree marking in I/O schedulers.
2006-04-18 OGAWA Hirofumi[PATCH 1/2] iosched: fix typo and barrier()
2006-03-19 Al Viro[PATCH] fix rmmod problems with elevator attributes...
2006-03-18 Al Viro[PATCH] elevator_t lifetime rules and sysfs fixes
2006-03-18 Al Viro[PATCH] deal with rmmod/put_io_context() races
2006-03-18 Al Viro[PATCH] stop elv_unregister() from rogering other iosch...
2006-01-06 Tejun Heo[BLOCK] as-iosched: update alias handling
2005-11-21 Jens Axboe[PATCH] as-iosched: remove state assertion in as_add_re...
2005-11-18 Coywolf Qi Hunt[BLOCK] new block/ directory comment tidy
2005-11-07 Linus TorvaldsMerge branch 'block-dir' of git://brick.kernel.dk/data...
2005-11-04 Jens Axboe[BLOCK] Move all core block layer code to new block...