aboutsummaryrefslogtreecommitdiffstats
path: root/block/elevator.c
Commit message (Expand)AuthorAge
* block: request_module(): use format stringmaximilian attems2008-07-03
* block: Block layer data integrity supportMartin K. Petersen2008-07-03
* Added in elevator switch message to blktrace streamAlan D. Brunelle2008-05-28
* block: remove remaining __FUNCTION__ occurrencesHarvey Harrison2008-05-01
* block: Skip I/O merges when disabledAlan D. Brunelle2008-04-29
* block/elevator.c:elv_rq_merge_ok() mustn't be inlineAdrian Bunk2008-04-29
* block: make queue flags non-atomicNick Piggin2008-04-29
* elevator: make elevator_get() attempt to load the appropriate moduleJens Axboe2008-02-19
* block: make elevator lib checkpatch compliantJens Axboe2008-02-01
* block: implement drain buffersJames Bottomley2008-01-28
* Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman2008-01-24
* Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman2008-01-24
* Kobject: convert block/elevator.c to use kobject_init/add_ng()Greg Kroah-Hartman2008-01-24
* block: let elv_register() return voidAdrian Bunk2007-12-18
* fix typo "insted" -> "instead"Uwe Kleine-König2007-10-19
* block: Initial support for data-less (or empty) barrier supportJens Axboe2007-10-16
* block: add end_queued_request() and end_dequeued_request() helpersJens Axboe2007-10-16
* kobjects: fix up improper use of the kobject name fieldGreg Kroah-Hartman2007-10-12
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-24
* Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter2007-07-17
* Use list_for_each_entry() instead of list_for_each() in the block deviceMatthias Kaehlcke2007-07-10
* [PATCH] elevator: elv_list_lock does not need irq disablingJens Axboe2007-04-30
* make elv_register() output atomicThibaut VARENE2007-03-27
* elevator: don't sort reads between writesJens Axboe2007-02-11
* elevator: abstract out the activate and deactivate functionsJens Axboe2007-02-11
* [PATCH] elevator: move clearing of unplug flag earlierLinas Vepstas2007-01-23
* [PATCH] elevator: fixup typo in merge logicJens Axboe2006-12-22
* [PATCH] cfq-iosched: don't allow sync merges across queuesJens Axboe2006-12-20
* [BLOCK] Cleanup unused variable passingJens Axboe2006-12-01
* [PATCH] block layer: elv_iosched_show should get elv_list_lockVasily Tarasov2006-10-12
* [PATCH] block layer: elevator_find function cleanupVasily Tarasov2006-10-12
* [PATCH] Update axboe@suse.de email addressJens Axboe2006-09-30
* [PATCH] Make sure all block/io scheduler setups are node awareJens Axboe2006-09-30
* [PATCH] Drop useless bio passing in may_queue/set_request APIJens Axboe2006-09-30
* [PATCH] Remove ->waiting member from struct requestJens Axboe2006-09-30
* [PATCH] elevator: abstract out the rbtree sort handlingJens Axboe2006-09-30
* [PATCH] elevator: move the backmerging logic into the elevator coreJens Axboe2006-09-30
* [PATCH] Split struct request ->flags into two partsJens Axboe2006-09-30
* elv_unregister: fix possible crash on module unloadOleg Nesterov2006-08-22
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30
* [PATCH] remove dead code from elevator switchingDave Jones2006-06-23
* [PATCH] elevator switching raceJens Axboe2006-06-08
* [BLOCK] limit request_fn recursionJens Axboe2006-05-11
* [PATCH] block/elevator.c: remove unused exportsAdrian Bunk2006-04-20
* [PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi2006-03-31
* BUG_ON() Conversion in block/elevator.cEric Sesterhenn2006-03-24
* [PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23Jens Axboe2006-03-23
* [PATCH] fix rmmod problems with elevator attributes, clean them upAl Viro2006-03-18
* [PATCH] elevator_t lifetime rules and sysfs fixesAl Viro2006-03-18
* [PATCH] stop elv_unregister() from rogering other iosched's data, fix lockingAl Viro2006-03-18