aboutsummaryrefslogtreecommitdiff
path: root/block/elevator.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-20fix typo "insted" -> "instead"Gravatar Uwe Kleine-König 1-1/+1
2007-10-16block: Initial support for data-less (or empty) barrier supportGravatar Jens Axboe 1-0/+8
2007-10-16block: add end_queued_request() and end_dequeued_request() helpersGravatar Jens Axboe 1-8/+1
2007-10-12kobjects: fix up improper use of the kobject name fieldGravatar Greg Kroah-Hartman 1-1/+1
2007-07-24[BLOCK] Get rid of request_queue_t typedefGravatar Jens Axboe 1-35/+40
2007-07-17Slab allocators: Replace explicit zeroing with __GFP_ZEROGravatar Christoph Lameter 1-2/+1
2007-07-10Use list_for_each_entry() instead of list_for_each() in the block deviceGravatar Matthias Kaehlcke 1-10/+3
2007-04-30[PATCH] elevator: elv_list_lock does not need irq disablingGravatar Jens Axboe 1-8/+9
2007-03-27make elv_register() output atomicGravatar Thibaut VARENE 1-3/+4
2007-02-11elevator: don't sort reads between writesGravatar Jens Axboe 1-0/+2
2007-02-11elevator: abstract out the activate and deactivate functionsGravatar Jens Axboe 1-9/+20
2007-01-23[PATCH] elevator: move clearing of unplug flag earlierGravatar Linas Vepstas 1-5/+6
2006-12-21[PATCH] elevator: fixup typo in merge logicGravatar Jens Axboe 1-1/+1
2006-12-20[PATCH] cfq-iosched: don't allow sync merges across queuesGravatar Jens Axboe 1-4/+22
2006-12-01[BLOCK] Cleanup unused variable passingGravatar Jens Axboe 1-2/+2
2006-10-12[PATCH] block layer: elv_iosched_show should get elv_list_lockGravatar Vasily Tarasov 1-2/+2
2006-10-12[PATCH] block layer: elevator_find function cleanupGravatar Vasily Tarasov 1-8/+5
2006-09-30[PATCH] Update axboe@suse.de email addressGravatar Jens Axboe 1-1/+1
2006-09-30[PATCH] Make sure all block/io scheduler setups are node awareGravatar Jens Axboe 1-5/+6
2006-09-30[PATCH] Drop useless bio passing in may_queue/set_request APIGravatar Jens Axboe 1-5/+4
2006-09-30[PATCH] Remove ->waiting member from struct requestGravatar Jens Axboe 1-2/+1
2006-09-30[PATCH] elevator: abstract out the rbtree sort handlingGravatar Jens Axboe 1-14/+109
2006-09-30[PATCH] elevator: move the backmerging logic into the elevator coreGravatar Jens Axboe 1-15/+132
2006-09-30[PATCH] Split struct request ->flags into two partsGravatar Jens Axboe 1-13/+13
2006-08-22elv_unregister: fix possible crash on module unloadGravatar Oleg Nesterov 1-1/+2
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-23[PATCH] remove dead code from elevator switchingGravatar Dave Jones 1-3/+0
2006-06-08[PATCH] elevator switching raceGravatar Jens Axboe 1-21/+34
2006-05-11[BLOCK] limit request_fn recursionGravatar Jens Axboe 1-1/+7
2006-04-20[PATCH] block/elevator.c: remove unused exportsGravatar Adrian Bunk 1-2/+0
2006-03-31[PATCH] Don't pass boot parameters to argv_init[]Gravatar OGAWA Hirofumi 1-1/+1
2006-03-24BUG_ON() Conversion in block/elevator.cGravatar Eric Sesterhenn 1-2/+1
2006-03-23[PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23Gravatar Jens Axboe 1-0/+4
2006-03-18[PATCH] fix rmmod problems with elevator attributes, clean them upGravatar Al Viro 1-3/+4
2006-03-18[PATCH] elevator_t lifetime rules and sysfs fixesGravatar Al Viro 1-38/+108
2006-03-18[PATCH] stop elv_unregister() from rogering other iosched's data, fix lockingGravatar Al Viro 1-15/+9
2006-02-08[PATCH] block: implement elv_insert and use it (fix ordcolor flipping bug)Gravatar Tejun Heo 1-32/+38
2006-02-05[PATCH] block: request_queue->ordcolor must not be flipped on SOFTBARRIERGravatar Tejun Heo 1-1/+2
2006-01-24[BLOCK] elevator: allow default scheduler to potentially be modularGravatar Nate Diller 1-4/+6
2006-01-24[BLOCK] elevator: default choice selectionGravatar Nate Diller 1-31/+14
2006-01-16[BLOCK] elevator: if specified scheduler is not found, fall back to defaultGravatar Jens Axboe 1-2/+2
2006-01-16[BLOCK] elevator: Make elevator=as work again for anticipatoryGravatar Chuck Ebbert 1-0/+7
2006-01-12[PATCH] fix queue stalling while barrier sequencingGravatar Tejun Heo 1-10/+10
2006-01-09make elv_try_merge() static, kill the dead declaration ofGravatar Coywolf Qi Hunt 1-2/+1
2006-01-06[BLOCK] reimplement handling of barrier requestGravatar Tejun Heo 1-26/+58
2006-01-06[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()Gravatar Tejun Heo 1-1/+1
2005-11-18[BLOCK] new block/ directory comment tidyGravatar Coywolf Qi Hunt 1-2/+0
2005-11-12[BLOCK] elevator: elv_latter/former_request updateGravatar Tejun Heo 1-14/+0
2005-11-12[BLOCK] fix string handling in elv_iosched_storeGravatar Tejun Heo 1-4/+6
2005-11-12[BLOCK] Implement elv_drain_elevator for improved switch error detectionGravatar Tejun Heo 1-5/+20