aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/elevator.h
AgeCommit message (Expand)AuthorFilesLines
2021-10-18block: move elevator.h to block/Christoph Hellwig1-180/+0
2021-10-18block: remove the unused rq_end_sector macroChristoph Hellwig1-1/+0
2021-06-24blk: Fix lock inversion between ioc lock and bfqd lockJan Kara1-1/+2
2021-06-11blk-mq: improve the blk_mq_init_allocated_queue interfaceChristoph Hellwig1-0/+1
2021-05-11kyber: fix out of bounds access when preemptedOmar Sandoval1-1/+1
2021-01-24blk-mq: Improve performance of non-mq IO schedulers with multiple HW queuesJan Kara1-0/+2
2020-05-29blk-mq: remove the bio argument to ->prepare_requestChristoph Hellwig1-1/+1
2019-09-05block: Introduce elevator featuresDamien Le Moal1-0/+8
2019-07-23block: blk-mq: Remove blk_mq_sched_started_request and started_requestMarcos Paulo de Souza1-1/+0
2019-07-10block: Fix elevator name declarationDamien Le Moal1-1/+1
2019-07-10block: Remove unused definitionsDamien Le Moal1-9/+0
2019-06-20block: remove the bi_phys_segments field in struct bioChristoph Hellwig1-1/+1
2019-04-13bfq: update internal depth state when queue depth changesJens Axboe1-0/+1
2018-11-07block: get rid of MQ scheduler ops unionJens Axboe1-3/+1
2018-11-07block: remove dead elevator codeJens Axboe1-89/+1
2018-09-27block: move call of scheduler's ->completed_request() hookOmar Sandoval1-1/+1
2018-06-01block: unexport elevator_init/exitChristoph Hellwig1-2/+0
2018-01-18block: Unexport elv_register_queue() and elv_unregister_queue()Bart Van Assche1-2/+0
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25elevator: allow name aliasesJens Axboe1-0/+1
2017-06-18blk-mq-sched: unify request prepare methodsChristoph Hellwig1-2/+2
2017-06-18blk-mq-sched: unify request finished methodsChristoph Hellwig1-2/+1
2017-06-06elevator: fix truncation of icq_cache_nameEric Biggers1-1/+1
2017-05-04blk-mq-debugfs: allow schedulers to register debugfs attributesOmar Sandoval1-0/+7
2017-05-02block: Remove elevator_change()Bart Van Assche1-1/+0
2017-04-14blk-mq-sched: make completed_request() callback more usefulOmar Sandoval1-1/+1
2017-04-07blk-mq-sched: provide hooks for initializing hardware queue dataOmar Sandoval1-0/+2
2017-04-07blk-mq-sched: fix crash in switch error pathOmar Sandoval1-1/+1
2017-02-10blk-mq: pass bio to blk_mq_sched_get_rq_privPaolo Valente1-1/+1
2017-02-08block: optionally merge discontiguous discard bios into a single requestChristoph Hellwig1-0/+1
2017-02-08block: enumify ELEVATOR_*_MERGEChristoph Hellwig1-12/+16
2017-01-27blk-mq-sched: change ->dispatch_requests() to ->dispatch_request()Jens Axboe1-1/+1
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe1-0/+32
2017-01-17block: move existing elevator ops to unionJens Axboe1-1/+3
2016-12-09elevator: make the rqhash helpers exportedJens Axboe1-0/+5
2016-10-28block: better op and flags encodingChristoph Hellwig1-2/+2
2016-07-20block: do not merge requests without consulting with io schedulerTahsin Erdogan1-3/+8
2016-06-07block: prepare elevator to use REQ_OPs.Mike Christie1-2/+2
2015-06-10cfq-iosched: fix the setting of IOPS mode on SSDsJens Axboe1-0/+2
2014-06-22Revert "block: add __init to elv_register"Jens Axboe1-1/+1
2014-06-11block: remove elv_abort_queue and blk_abort_flushesChristoph Hellwig1-1/+0
2014-06-10block: add __init to elv_registerFabian Frederick1-1/+1
2014-02-24block: Remove useless IPI struct initializationFrederic Weisbecker1-4/+1
2014-02-24block: Stop abusing csd.list for fifo_timeJan Kara1-6/+0
2013-07-03elevator: Fix a race in elevator switchingJianpeng Ma1-1/+5
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+4
2013-01-18init, block: try to load default elevator module early during bootTejun Heo1-0/+5
2013-01-11block,elevator: use new hashtable implementationSasha Levin1-1/+4
2012-03-06block: implement bio_associate_current()Tejun Heo1-2/+4
2012-03-06elevator: make elevator_init_fn() return 0/-errnoTejun Heo1-1/+1
2012-02-08block: don't call elevator callbacks for plug mergesTejun Heo1-6/+0
2012-02-08block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct...Tejun Heo1-2/+1
2011-12-14block, cfq: move icq creation and rq->elv.icq association to block coreTejun Heo1-4/+4
2011-12-14block, cfq: restructure io_cq creation path for io_context interface cleanupTejun Heo1-0/+2
2011-12-14block, cfq: move io_cq exit/release to blk-ioc.cTejun Heo1-0/+5
2011-12-14block, cfq: move icq cache management to block coreTejun Heo1-1/+10
2011-12-14block: remove elevator_queue->opsTejun Heo1-3/+2
2011-12-14block, cfq: kill ioc_goneTejun Heo1-17/+0
2011-12-14block, cfq: remove delayed unlinkTejun Heo1-1/+0
2011-10-19block: drop @tsk from attempt_plug_merge() and explain sync rulesTejun Heo1-0/+6
2011-06-02iosched: prevent aliased requests from starving other I/OJeff Moyer1-1/+1
2011-04-05block: get rid of elv_insert() interfaceJens Axboe1-1/+0
2011-03-21block: attempt to merge with existing requests on plug flushJens Axboe1-0/+1
2011-03-10block: remove per-queue pluggingJens Axboe1-5/+2
2011-03-10block: initial patch for on-stack per-task pluggingJens Axboe1-0/+1
2011-03-01Merge commit 'v2.6.38-rc6' into for-2.6.39/coreJens Axboe1-9/+3
2011-01-25block: reimplement FLUSH/FUA to support mergeTejun Heo1-0/+1
2010-12-17core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter1-9/+3
2010-10-24Revert "block: fix accounting bug on cross partition merges"Jens Axboe1-2/+0
2010-10-22Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+2
2010-10-19block: fix accounting bug on cross partition mergesYasuaki Ishimatsu1-0/+2
2010-10-07elevator: fix oops on early call to elevator_change()Jens Axboe1-0/+1
2010-08-23block: add function call to switch the IO scheduler from a driverJens Axboe1-0/+1
2010-04-09blkio: Add io_merged statDivyesh Shah1-0/+6
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-2/+0
2009-05-11block: drop request->hard_* and *nr_sectorsTejun Heo1-1/+1
2009-04-07block: fix inconsistency in I/O stat accounting codeJerome Marchand1-0/+1
2008-12-29block: get rid of elevator_t typedefJens Axboe1-4/+4
2008-10-09block: Add interface to abort queued requestsMike Anderson1-0/+1
2008-10-09block: add support for IO CPU affinityJens Axboe1-4/+4
2007-12-18block: let elv_register() return voidAdrian Bunk1-1/+1
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-38/+38
2006-12-20[PATCH] cfq-iosched: don't allow sync merges across queuesJens Axboe1-0/+3
2006-12-01[BLOCK] Cleanup unused variable passingJens Axboe1-2/+2
2006-10-12[PATCH] elevator: elevator_type member not usedJens Axboe1-1/+0
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells1-0/+3
2006-09-30[PATCH] elevator: define ioc counting mechanismJens Axboe1-0/+25
2006-09-30[PATCH] Drop useless bio passing in may_queue/set_request APIJens Axboe1-4/+4
2006-09-30[PATCH] elevator: introduce a way to reuse rq for internal FIFO handlingJens Axboe1-0/+12
2006-09-30[PATCH] elevator: abstract out the rbtree sort handlingJens Axboe1-2/+16
2006-09-30[PATCH] elevator: move the backmerging logic into the elevator coreJens Axboe1-0/+2
2006-06-08[PATCH] elevator switching raceJens Axboe1-1/+1
2006-03-18[PATCH] fix rmmod problems with elevator attributes, clean them upAl Viro1-7/+7
2006-03-18[PATCH] elevator_t lifetime rules and sysfs fixesAl Viro1-1/+8
2006-03-18[PATCH] stop elv_unregister() from rogering other iosched's data, fix lockingAl Viro1-0/+1
2006-02-08[PATCH] block: implement elv_insert and use it (fix ordcolor flipping bug)Tejun Heo1-0/+1
2006-01-10s/assoicated/associated/Adrian Bunk1-1/+1
2006-01-09make elv_try_merge() static, kill the dead declaration ofCoywolf Qi Hunt1-2/+0
2006-01-06[BLOCK] reimplement handling of barrier requestTejun Heo1-0/+1
2005-10-28Merge branch 'generic-dispatch' of git://brick.kernel.dk/data/git/linux-2.6-b...Linus Torvalds1-9/+9
2005-10-28[PATCH] gfp_t: block layer coreAl Viro1-2/+2
2005-10-28[PATCH] generic dispatch fixesJens Axboe1-1/+3
2005-10-28[PATCH] 01/05 Implement generic dispatch queueTejun Heo1-9/+7
2005-06-27[PATCH] Update cfq io scheduler to time sliced designJens Axboe1-4/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+145