summaryrefslogtreecommitdiffstats
path: root/block/elevator.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [PATCH] Remove ->waiting member from struct requestJens Axboe2006-09-301-2/+1
* [PATCH] elevator: abstract out the rbtree sort handlingJens Axboe2006-09-301-14/+109
* [PATCH] elevator: move the backmerging logic into the elevator coreJens Axboe2006-09-301-15/+132
* [PATCH] Split struct request ->flags into two partsJens Axboe2006-09-301-13/+13
* elv_unregister: fix possible crash on module unloadOleg Nesterov2006-08-221-1/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] remove dead code from elevator switchingDave Jones2006-06-231-3/+0
* [PATCH] elevator switching raceJens Axboe2006-06-081-21/+34
* [BLOCK] limit request_fn recursionJens Axboe2006-05-111-1/+7
* [PATCH] block/elevator.c: remove unused exportsAdrian Bunk2006-04-201-2/+0
* [PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi2006-03-311-1/+1
* BUG_ON() Conversion in block/elevator.cEric Sesterhenn2006-03-241-2/+1
* [PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23Jens Axboe2006-03-231-0/+4
* [PATCH] fix rmmod problems with elevator attributes, clean them upAl Viro2006-03-181-3/+4
* [PATCH] elevator_t lifetime rules and sysfs fixesAl Viro2006-03-181-38/+108
* [PATCH] stop elv_unregister() from rogering other iosched's data, fix lockingAl Viro2006-03-181-15/+9
* [PATCH] block: implement elv_insert and use it (fix ordcolor flipping bug)Tejun Heo2006-02-081-32/+38
* [PATCH] block: request_queue->ordcolor must not be flipped on SOFTBARRIERTejun Heo2006-02-051-1/+2
* [BLOCK] elevator: allow default scheduler to potentially be modularNate Diller2006-01-241-4/+6
* [BLOCK] elevator: default choice selectionNate Diller2006-01-241-31/+14
* [BLOCK] elevator: if specified scheduler is not found, fall back to defaultJens Axboe2006-01-161-2/+2
* [BLOCK] elevator: Make elevator=as work again for anticipatoryChuck Ebbert2006-01-161-0/+7
* [PATCH] fix queue stalling while barrier sequencingTejun Heo2006-01-121-10/+10
* make elv_try_merge() static, kill the dead declaration ofCoywolf Qi Hunt2006-01-091-2/+1
* [BLOCK] reimplement handling of barrier requestTejun Heo2006-01-061-26/+58
* [BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()Tejun Heo2006-01-061-1/+1
* [BLOCK] new block/ directory comment tidyCoywolf Qi Hunt2005-11-181-2/+0
* [BLOCK] elevator: elv_latter/former_request updateTejun Heo2005-11-121-14/+0
* [BLOCK] fix string handling in elv_iosched_storeTejun Heo2005-11-121-4/+6
* [BLOCK] Implement elv_drain_elevator for improved switch error detectionTejun Heo2005-11-121-5/+20