summaryrefslogtreecommitdiffstats
path: root/include/linux/elevator.h
Commit message (Expand)AuthorAgeFilesLines
* block: blk-mq: Remove blk_mq_sched_started_request and started_requestMarcos Paulo de Souza2019-07-231-1/+0Star
* block: Fix elevator name declarationDamien Le Moal2019-07-101-1/+1
* block: Remove unused definitionsDamien Le Moal2019-07-101-9/+0Star
* block: remove the bi_phys_segments field in struct bioChristoph Hellwig2019-06-201-1/+1
* bfq: update internal depth state when queue depth changesJens Axboe2019-04-141-0/+1
* block: get rid of MQ scheduler ops unionJens Axboe2018-11-071-3/+1Star
* block: remove dead elevator codeJens Axboe2018-11-071-89/+1Star
* block: move call of scheduler's ->completed_request() hookOmar Sandoval2018-09-281-1/+1
* block: unexport elevator_init/exitChristoph Hellwig2018-06-011-2/+0Star
* block: Unexport elv_register_queue() and elv_unregister_queue()Bart Van Assche2018-01-181-2/+0Star
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-151-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/+1Star
* 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/+0Star
* 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-211-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-231-1/+1
* block: remove elv_abort_queue and blk_abort_flushesChristoph Hellwig2014-06-111-1/+0Star
* block: add __init to elv_registerFabian Frederick2014-06-101-1/+1
* block: Remove useless IPI struct initializationFrederic Weisbecker2014-02-241-4/+1Star
* block: Stop abusing csd.list for fifo_timeJan Kara2014-02-241-6/+0Star
* 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/+0Star
* block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct...Tejun Heo2012-02-081-2/+1Star
* 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/+2Star