aboutsummaryrefslogtreecommitdiff
path: root/include/linux/elevator.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-18blk-mq-sched: unify request prepare methodsGravatar Christoph Hellwig 1-2/+2
2017-06-18blk-mq-sched: unify request finished methodsGravatar Christoph Hellwig 1-2/+1
2017-06-06elevator: fix truncation of icq_cache_nameGravatar Eric Biggers 1-1/+1
2017-05-04blk-mq-debugfs: allow schedulers to register debugfs attributesGravatar Omar Sandoval 1-0/+7
2017-05-02block: Remove elevator_change()Gravatar Bart Van Assche 1-1/+0
2017-04-14blk-mq-sched: make completed_request() callback more usefulGravatar Omar Sandoval 1-1/+1
2017-04-07blk-mq-sched: provide hooks for initializing hardware queue dataGravatar Omar Sandoval 1-0/+2
2017-04-07blk-mq-sched: fix crash in switch error pathGravatar Omar Sandoval 1-1/+1
2017-02-10blk-mq: pass bio to blk_mq_sched_get_rq_privGravatar Paolo Valente 1-1/+1
2017-02-08block: optionally merge discontiguous discard bios into a single requestGravatar Christoph Hellwig 1-0/+1
2017-02-08block: enumify ELEVATOR_*_MERGEGravatar Christoph Hellwig 1-12/+16
2017-01-27blk-mq-sched: change ->dispatch_requests() to ->dispatch_request()Gravatar Jens Axboe 1-1/+1
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersGravatar Jens Axboe 1-0/+32
2017-01-17block: move existing elevator ops to unionGravatar Jens Axboe 1-1/+3
2016-12-09elevator: make the rqhash helpers exportedGravatar Jens Axboe 1-0/+5
2016-10-28block: better op and flags encodingGravatar Christoph Hellwig 1-2/+2
2016-07-20block: do not merge requests without consulting with io schedulerGravatar Tahsin Erdogan 1-3/+8
2016-06-07block: prepare elevator to use REQ_OPs.Gravatar Mike Christie 1-2/+2
2015-06-10cfq-iosched: fix the setting of IOPS mode on SSDsGravatar Jens Axboe 1-0/+2
2014-06-22Revert "block: add __init to elv_register"Gravatar Jens Axboe 1-1/+1
2014-06-11block: remove elv_abort_queue and blk_abort_flushesGravatar Christoph Hellwig 1-1/+0
2014-06-10block: add __init to elv_registerGravatar Fabian Frederick 1-1/+1
2014-02-24block: Remove useless IPI struct initializationGravatar Frederic Weisbecker 1-4/+1
2014-02-24block: Stop abusing csd.list for fifo_timeGravatar Jan Kara 1-6/+0
2013-07-03elevator: Fix a race in elevator switchingGravatar Jianpeng Ma 1-1/+5
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+4
2013-01-18init, block: try to load default elevator module early during bootGravatar Tejun Heo 1-0/+5
2013-01-11block,elevator: use new hashtable implementationGravatar Sasha Levin 1-1/+4
2012-03-06block: implement bio_associate_current()Gravatar Tejun Heo 1-2/+4
2012-03-06elevator: make elevator_init_fn() return 0/-errnoGravatar Tejun Heo 1-1/+1
2012-02-08block: don't call elevator callbacks for plug mergesGravatar Tejun Heo 1-6/+0
2012-02-08block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct...Gravatar Tejun Heo 1-2/+1
2011-12-14block, cfq: move icq creation and rq->elv.icq association to block coreGravatar Tejun Heo 1-4/+4
2011-12-14block, cfq: restructure io_cq creation path for io_context interface cleanupGravatar Tejun Heo 1-0/+2
2011-12-14block, cfq: move io_cq exit/release to blk-ioc.cGravatar Tejun Heo 1-0/+5
2011-12-14block, cfq: move icq cache management to block coreGravatar Tejun Heo 1-1/+10
2011-12-14block: remove elevator_queue->opsGravatar Tejun Heo 1-3/+2
2011-12-14block, cfq: kill ioc_goneGravatar Tejun Heo 1-17/+0
2011-12-14block, cfq: remove delayed unlinkGravatar Tejun Heo 1-1/+0
2011-10-19block: drop @tsk from attempt_plug_merge() and explain sync rulesGravatar Tejun Heo 1-0/+6
2011-06-02iosched: prevent aliased requests from starving other I/OGravatar Jeff Moyer 1-1/+1
2011-04-05block: get rid of elv_insert() interfaceGravatar Jens Axboe 1-1/+0
2011-03-21block: attempt to merge with existing requests on plug flushGravatar Jens Axboe 1-0/+1
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-5/+2
2011-03-10block: initial patch for on-stack per-task pluggingGravatar Jens Axboe 1-0/+1
2011-03-01Merge commit 'v2.6.38-rc6' into for-2.6.39/coreGravatar Jens Axboe 1-9/+3
2011-01-25block: reimplement FLUSH/FUA to support mergeGravatar Tejun Heo 1-0/+1
2010-12-17core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Gravatar Christoph Lameter 1-9/+3
2010-10-24Revert "block: fix accounting bug on cross partition merges"Gravatar Jens Axboe 1-2/+0
2010-10-22Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-0/+2