summaryrefslogtreecommitdiffstats
path: root/include/linux/elevator.h
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: pass bio to blk_mq_sched_get_rq_privPaolo Valente2017-02-101-1/+1
* block: optionally merge discontiguous discard bios into a single requestChristoph Hellwig2017-02-081-0/+1
* block: enumify ELEVATOR_*_MERGEChristoph Hellwig2017-02-081-12/+16
* blk-mq-sched: change ->dispatch_requests() to ->dispatch_request()Jens Axboe2017-01-271-1/+1
* blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe2017-01-171-0/+32
* block: move existing elevator ops to unionJens Axboe2017-01-171-1/+3
* elevator: make the rqhash helpers exportedJens Axboe2016-12-091-0/+5
* block: better op and flags encodingChristoph Hellwig2016-10-281-2/+2
* block: do not merge requests without consulting with io schedulerTahsin Erdogan2016-07-201-3/+8
* block: prepare elevator to use REQ_OPs.Mike Christie2016-06-071-2/+2
* cfq-iosched: fix the setting of IOPS mode on SSDsJens Axboe2015-06-101-0/+2
* Revert "block: add __init to elv_register"Jens Axboe2014-06-221-1/+1
* block: remove elv_abort_queue and blk_abort_flushesChristoph Hellwig2014-06-111-1/+0
* block: add __init to elv_registerFabian Frederick2014-06-101-1/+1
* block: Remove useless IPI struct initializationFrederic Weisbecker2014-02-241-4/+1
* block: Stop abusing csd.list for fifo_timeJan Kara2014-02-241-6/+0
* elevator: Fix a race in elevator switchingJianpeng Ma2013-07-031-1/+5
* 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