aboutsummaryrefslogtreecommitdiff
path: root/include/linux/elevator.h
AgeCommit message (Expand)Author
2019-04-13bfq: update internal depth state when queue depth changesJens Axboe
2018-11-07block: get rid of MQ scheduler ops unionJens Axboe
2018-11-07block: remove dead elevator codeJens Axboe
2018-09-27block: move call of scheduler's ->completed_request() hookOmar Sandoval
2018-06-01block: unexport elevator_init/exitChristoph Hellwig
2018-01-18block: Unexport elv_register_queue() and elv_unregister_queue()Bart Van Assche
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25elevator: allow name aliasesJens Axboe
2017-06-18blk-mq-sched: unify request prepare methodsChristoph Hellwig
2017-06-18blk-mq-sched: unify request finished methodsChristoph Hellwig
2017-06-06elevator: fix truncation of icq_cache_nameEric Biggers
2017-05-04blk-mq-debugfs: allow schedulers to register debugfs attributesOmar Sandoval
2017-05-02block: Remove elevator_change()Bart Van Assche
2017-04-14blk-mq-sched: make completed_request() callback more usefulOmar Sandoval
2017-04-07blk-mq-sched: provide hooks for initializing hardware queue dataOmar Sandoval
2017-04-07blk-mq-sched: fix crash in switch error pathOmar Sandoval
2017-02-10blk-mq: pass bio to blk_mq_sched_get_rq_privPaolo Valente
2017-02-08block: optionally merge discontiguous discard bios into a single requestChristoph Hellwig
2017-02-08block: enumify ELEVATOR_*_MERGEChristoph Hellwig
2017-01-27blk-mq-sched: change ->dispatch_requests() to ->dispatch_request()Jens Axboe
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe
2017-01-17block: move existing elevator ops to unionJens Axboe
2016-12-09elevator: make the rqhash helpers exportedJens Axboe
2016-10-28block: better op and flags encodingChristoph Hellwig
2016-07-20block: do not merge requests without consulting with io schedulerTahsin Erdogan
2016-06-07block: prepare elevator to use REQ_OPs.Mike Christie
2015-06-10cfq-iosched: fix the setting of IOPS mode on SSDsJens Axboe
2014-06-22Revert "block: add __init to elv_register"Jens Axboe
2014-06-11block: remove elv_abort_queue and blk_abort_flushesChristoph Hellwig
2014-06-10block: add __init to elv_registerFabian Frederick
2014-02-24block: Remove useless IPI struct initializationFrederic Weisbecker
2014-02-24block: Stop abusing csd.list for fifo_timeJan Kara
2013-07-03elevator: Fix a race in elevator switchingJianpeng Ma
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-01-18init, block: try to load default elevator module early during bootTejun Heo
2013-01-11block,elevator: use new hashtable implementationSasha Levin
2012-03-06block: implement bio_associate_current()Tejun Heo
2012-03-06elevator: make elevator_init_fn() return 0/-errnoTejun Heo
2012-02-08block: don't call elevator callbacks for plug mergesTejun Heo
2012-02-08block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct...Tejun Heo
2011-12-14block, cfq: move icq creation and rq->elv.icq association to block coreTejun Heo
2011-12-14block, cfq: restructure io_cq creation path for io_context interface cleanupTejun Heo
2011-12-14block, cfq: move io_cq exit/release to blk-ioc.cTejun Heo
2011-12-14block, cfq: move icq cache management to block coreTejun Heo
2011-12-14block: remove elevator_queue->opsTejun Heo
2011-12-14block, cfq: kill ioc_goneTejun Heo
2011-12-14block, cfq: remove delayed unlinkTejun Heo
2011-10-19block: drop @tsk from attempt_plug_merge() and explain sync rulesTejun Heo
2011-06-02iosched: prevent aliased requests from starving other I/OJeff Moyer