summaryrefslogtreecommitdiffstats
path: root/include/linux/elevator.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-02-281-1/+4
|\
| * block,elevator: use new hashtable implementationSasha Levin2013-01-111-1/+4
* | init, block: try to load default elevator module early during bootTejun Heo2013-01-181-0/+5
|/
* block: implement bio_associate_current()Tejun Heo2012-03-061-2/+4
* elevator: make elevator_init_fn() return 0/-errnoTejun Heo2012-03-061-1/+1
* block: don't call elevator callbacks for plug mergesTejun Heo2012-02-081-6/+0
* block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct...Tejun Heo2012-02-081-2/+1
* block, cfq: move icq creation and rq->elv.icq association to block coreTejun Heo2011-12-141-4/+4
* block, cfq: restructure io_cq creation path for io_context interface cleanupTejun Heo2011-12-141-0/+2
* block, cfq: move io_cq exit/release to blk-ioc.cTejun Heo2011-12-141-0/+5
* block, cfq: move icq cache management to block coreTejun Heo2011-12-141-1/+10
* block: remove elevator_queue->opsTejun Heo2011-12-141-3/+2
* block, cfq: kill ioc_goneTejun Heo2011-12-141-17/+0
* block, cfq: remove delayed unlinkTejun Heo2011-12-141-1/+0
* block: drop @tsk from attempt_plug_merge() and explain sync rulesTejun Heo2011-10-191-0/+6
* iosched: prevent aliased requests from starving other I/OJeff Moyer2011-06-021-1/+1
* block: get rid of elv_insert() interfaceJens Axboe2011-04-051-1/+0
* block: attempt to merge with existing requests on plug flushJens Axboe2011-03-211-0/+1
* block: remove per-queue pluggingJens Axboe2011-03-101-5/+2
* block: initial patch for on-stack per-task pluggingJens Axboe2011-03-101-0/+1
* Merge commit 'v2.6.38-rc6' into for-2.6.39/coreJens Axboe2011-03-011-9/+3
|\
| * core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter2010-12-171-9/+3
* | block: reimplement FLUSH/FUA to support mergeTejun Heo2011-01-251-0/+1
|/
* Revert "block: fix accounting bug on cross partition merges"Jens Axboe2010-10-241-2/+0
* Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-0/+2
|\
| * block: fix accounting bug on cross partition mergesYasuaki Ishimatsu2010-10-191-0/+2
* | elevator: fix oops on early call to elevator_change()Jens Axboe2010-10-071-0/+1
* | block: add function call to switch the IO scheduler from a driverJens Axboe2010-08-231-0/+1
|/
* blkio: Add io_merged statDivyesh Shah2010-04-091-0/+6
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-111-2/+0
* block: drop request->hard_* and *nr_sectorsTejun Heo2009-05-111-1/+1
* block: fix inconsistency in I/O stat accounting codeJerome Marchand2009-04-071-0/+1
* block: get rid of elevator_t typedefJens Axboe2008-12-291-4/+4
* block: Add interface to abort queued requestsMike Anderson2008-10-091-0/+1
* block: add support for IO CPU affinityJens Axboe2008-10-091-4/+4
* block: let elv_register() return voidAdrian Bunk2007-12-181-1/+1
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-38/+38
* [PATCH] cfq-iosched: don't allow sync merges across queuesJens Axboe2006-12-201-0/+3
* [BLOCK] Cleanup unused variable passingJens Axboe2006-12-011-2/+2
* [PATCH] elevator: elevator_type member not usedJens Axboe2006-10-121-1/+0
* [PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells2006-09-301-0/+3
* [PATCH] elevator: define ioc counting mechanismJens Axboe2006-09-301-0/+25
* [PATCH] Drop useless bio passing in may_queue/set_request APIJens Axboe2006-09-301-4/+4
* [PATCH] elevator: introduce a way to reuse rq for internal FIFO handlingJens Axboe2006-09-301-0/+12
* [PATCH] elevator: abstract out the rbtree sort handlingJens Axboe2006-09-301-2/+16
* [PATCH] elevator: move the backmerging logic into the elevator coreJens Axboe2006-09-301-0/+2
* [PATCH] elevator switching raceJens Axboe2006-06-081-1/+1
* [PATCH] fix rmmod problems with elevator attributes, clean them upAl Viro2006-03-181-7/+7
* [PATCH] elevator_t lifetime rules and sysfs fixesAl Viro2006-03-181-1/+8
* [PATCH] stop elv_unregister() from rogering other iosched's data, fix lockingAl Viro2006-03-181-0/+1