summaryrefslogtreecommitdiffstats
path: root/block/elevator.c
Commit message (Expand)AuthorAgeFilesLines
* block: get rid of elevator_t typedefJens Axboe2008-12-291-26/+29
* block: simplify empty barrier implementationTejun Heo2008-12-291-8/+0
* block: make barrier completion more robustTejun Heo2008-12-291-3/+7
* Merge branches 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing...Ingo Molnar2008-12-051-7/+0
|\
| * block: internal dequeue shouldn't start timerTejun Heo2008-12-031-7/+0
* | blktrace: port to tracepoints, updateIngo Molnar2008-11-261-0/+5
* | blktrace: port to tracepointsArnaldo Carvalho de Melo2008-11-261-3/+4
|/
* block: add timer on blkdev_dequeue_request() not elv_next_request()Tejun Heo2008-11-061-6/+6
* block: only call ->request_fn when the queue is not stoppedJens Axboe2008-10-171-4/+3
* block: simplify string handling in elv_iosched_store()Li Zefan2008-10-171-7/+2
* block: change elevator to use __blk_end_request()Kiyoshi Ueda2008-10-091-3/+3
* block: Add interface to abort queued requestsMike Anderson2008-10-091-0/+13
* block: unify request timeout handlingJens Axboe2008-10-091-0/+8
* block: use linux/uaccess.h in elevator.c instead of asm variantJens Axboe2008-10-091-2/+1
* drop vmerge accountingMikulas Patocka2008-10-091-2/+0
* Allow elevators to sort/merge discard requestsDavid Woodhouse2008-10-091-2/+10
* block: request_module(): use format stringmaximilian attems2008-07-031-1/+1
* block: Block layer data integrity supportMartin K. Petersen2008-07-031-0/+6
* Added in elevator switch message to blktrace streamAlan D. Brunelle2008-05-281-0/+2
* block: remove remaining __FUNCTION__ occurrencesHarvey Harrison2008-05-011-3/+2
* block: Skip I/O merges when disabledAlan D. Brunelle2008-04-291-0/+3
* block/elevator.c:elv_rq_merge_ok() mustn't be inlineAdrian Bunk2008-04-291-1/+1
* block: make queue flags non-atomicNick Piggin2008-04-291-3/+10
* elevator: make elevator_get() attempt to load the appropriate moduleJens Axboe2008-02-191-0/+15
* block: make elevator lib checkpatch compliantJens Axboe2008-02-011-27/+30
* block: implement drain buffersJames Bottomley2008-01-281-1/+25
* Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman2008-01-241-1/+1
* Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman2008-01-241-1/+1
* Kobject: convert block/elevator.c to use kobject_init/add_ng()Greg Kroah-Hartman2008-01-241-6/+2
* block: let elv_register() return voidAdrian Bunk2007-12-181-2/+1
* fix typo "insted" -> "instead"Uwe Kleine-König2007-10-201-1/+1
* block: Initial support for data-less (or empty) barrier supportJens Axboe2007-10-161-0/+8
* block: add end_queued_request() and end_dequeued_request() helpersJens Axboe2007-10-161-8/+1
* kobjects: fix up improper use of the kobject name fieldGreg Kroah-Hartman2007-10-121-1/+1
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-35/+40
* Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter2007-07-171-2/+1
* Use list_for_each_entry() instead of list_for_each() in the block deviceMatthias Kaehlcke2007-07-101-10/+3
* [PATCH] elevator: elv_list_lock does not need irq disablingJens Axboe2007-04-301-8/+9
* make elv_register() output atomicThibaut VARENE2007-03-271-3/+4
* elevator: don't sort reads between writesJens Axboe2007-02-111-0/+2
* elevator: abstract out the activate and deactivate functionsJens Axboe2007-02-111-9/+20
* [PATCH] elevator: move clearing of unplug flag earlierLinas Vepstas2007-01-231-5/+6
* [PATCH] elevator: fixup typo in merge logicJens Axboe2006-12-211-1/+1
* [PATCH] cfq-iosched: don't allow sync merges across queuesJens Axboe2006-12-201-4/+22
* [BLOCK] Cleanup unused variable passingJens Axboe2006-12-011-2/+2
* [PATCH] block layer: elv_iosched_show should get elv_list_lockVasily Tarasov2006-10-121-2/+2
* [PATCH] block layer: elevator_find function cleanupVasily Tarasov2006-10-121-8/+5
* [PATCH] Update axboe@suse.de email addressJens Axboe2006-09-301-1/+1
* [PATCH] Make sure all block/io scheduler setups are node awareJens Axboe2006-09-301-5/+6
* [PATCH] Drop useless bio passing in may_queue/set_request APIJens Axboe2006-09-301-5/+4