summaryrefslogtreecommitdiffstats
path: root/include/linux/elevator.h
Commit message (Expand)AuthorAgeFilesLines
* block: unexport elevator_init/exitChristoph Hellwig2018-06-011-2/+0
* block: Unexport elv_register_queue() and elv_unregister_queue()Bart Van Assche2018-01-181-2/+0
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-141-0/+1
|\
| * elevator: allow name aliasesJens Axboe2017-10-251-0/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* blk-mq-sched: unify request prepare methodsChristoph Hellwig2017-06-181-2/+2
* blk-mq-sched: unify request finished methodsChristoph Hellwig2017-06-181-2/+1
* elevator: fix truncation of icq_cache_nameEric Biggers2017-06-061-1/+1
* blk-mq-debugfs: allow schedulers to register debugfs attributesOmar Sandoval2017-05-041-0/+7
* block: Remove elevator_change()Bart Van Assche2017-05-021-1/+0
* blk-mq-sched: make completed_request() callback more usefulOmar Sandoval2017-04-141-1/+1
* blk-mq-sched: provide hooks for initializing hardware queue dataOmar Sandoval2017-04-071-0/+2
* blk-mq-sched: fix crash in switch error pathOmar Sandoval2017-04-071-1/+1
* 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