aboutsummaryrefslogtreecommitdiffstats
path: root/block/elevator.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-06block: free sched's request pool in blk_cleanup_queueMing Lei1-1/+1
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig1-0/+1
2019-04-08block: remove unused variable 'def'Hisao Tanabe1-4/+2
2019-02-11block: avoid setting none scheduler if it's already noneAleksei Zakharov1-1/+4
2018-11-16block: add queue_is_mq() helperJens Axboe1-6/+5
2018-11-14block: clean up dead code that is now redundantColin Ian King1-7/+0
2018-11-07block: get rid of MQ scheduler ops unionJens Axboe1-13/+13
2018-11-07block: remove dead elevator codeJens Axboe1-355/+22
2018-11-07block: remove legacy IO schedulersJens Axboe1-70/+0
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe1-1/+1
2018-09-26block: fix deadline elevator drain for zoned block devicesDamien Le Moal1-1/+1
2018-09-26block: Schedule runtime resume earlierBart Van Assche1-1/+0
2018-09-26block: Split blk_pm_add_request() and blk_pm_put_request()Bart Van Assche1-0/+1
2018-09-26block: Move power management code into a new source fileBart Van Assche1-21/+1
2018-08-27block: remove unnecessary condition checkChengguang Xu1-2/+1
2018-08-21blk-mq: init hctx sched after update ctx and hctx mappingJianchao Wang1-8/+12
2018-06-01block: split the blk-mq case from elevator_initChristoph Hellwig1-31/+46
2018-06-01block: move sysfs_lock into elevator_initChristoph Hellwig1-5/+6
2018-06-01block: remove the always unused name argument to elevator_initChristoph Hellwig1-8/+2
2018-06-01block: unexport elevator_init/exitChristoph Hellwig1-2/+0
2018-06-01block: move initialization of elevator-related fields to blk_alloc_queue_nodeChristoph Hellwig1-5/+0
2018-01-18block: Document scheduler modification locking requirementsBart Van Assche1-0/+8
2018-01-18block: Unexport elv_register_queue() and elv_unregister_queue()Bart Van Assche1-2/+0
2018-01-06blk-mq: quiesce queue during switching io sched and updating nr_requestsMing Lei1-0/+2
2017-10-25elevator: allow name aliasesJens Axboe1-6/+17
2017-10-25elevator: lookup mq vs non-mq elevatorsJens Axboe1-23/+21
2017-10-05block: remove QUEUE_FLAG_STACKABLEChristoph Hellwig1-1/+1
2017-08-28block: fix warning when I/O elevator is changed as request_queue is being rem...David Jeffery1-0/+4
2017-06-21block: Add fallthrough markers to switch statementsBart Van Assche1-0/+1
2017-05-10elevator: remove redundant warnings on IO scheduler switchJens Axboe1-4/+1
2017-05-02block: don't call blk_mq_quiesce_queue() after queue is frozenMing Lei1-3/+0
2017-05-02block: Remove elevator_change()Bart Van Assche1-13/+0
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2017-04-19block: respect BLK_MQ_F_NO_SCHEDMing Lei1-2/+10
2017-04-19block: Make writeback throttling defaults consistent for SQ devicesJan Kara1-0/+3
2017-04-07blk-mq-sched: fix crash in switch error pathOmar Sandoval1-41/+53
2017-04-07blk-mq-sched: refactor scheduler initializationOmar Sandoval1-20/+12
2017-03-02block: don't call ioc_exit_icq() with the queue lock held for blk-mqJens Axboe1-2/+0
2017-02-22block: get rid of blk-mq default scheduler choice Kconfig entriesJens Axboe1-6/+13
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe1-7/+9
2017-02-14elevator: fix loading wrong elevator type for blk-mq devicesJens Axboe1-4/+5
2017-02-08block: enumify ELEVATOR_*_MERGEChristoph Hellwig1-4/+6
2017-02-01blk-mq-debug: Avoid that sparse complains about req_flags_t usageBart Van Assche1-1/+1
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig1-2/+2
2017-01-19elevator: fix unnecessary put of elevator in failure caseJens Axboe1-4/+0
2017-01-17blk-mq-sched: allow setting of default IO schedulerJens Axboe1-1/+7
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe1-45/+159
2017-01-17block: move existing elevator ops to unionJens Axboe1-30/+30
2016-12-09elevator: make the rqhash helpers exportedJens Axboe1-4/+4
2016-10-28block: better op and flags encodingChristoph Hellwig1-2/+2
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig1-17/+15
2016-08-16block: Fix secure eraseAdrian Hunter1-1/+1
2016-07-20block: do not merge requests without consulting with io schedulerTahsin Erdogan1-11/+11
2016-06-07block: prepare elevator to use REQ_OPs.Mike Christie1-4/+3
2015-10-21block: check bio_mergeable() early before mergingMing Lei1-1/+1
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-06-25Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2015-06-10cfq-iosched: fix the setting of IOPS mode on SSDsJens Axboe1-0/+2
2015-06-02blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.hTejun Heo1-1/+1
2015-04-23elevator: fix double release of elevator moduleChao Yu1-5/+1
2014-12-04block / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-1/+1
2014-10-23block: fix wrong error return in elevator_init()Sudip Mukherjee1-1/+3
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-20/+0
2014-06-10block: add __init to elv_registerFabian Frederick1-1/+1
2014-04-09block: fix regression with block enabled taggingJens Axboe1-0/+2
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-1/+1
2013-11-08elevator: acquire q->sysfs_lock in elevator_change()Tomoki Sekiyama1-2/+14
2013-11-08elevator: Fix a race in elevator switching and md device initializationTomoki Sekiyama1-0/+6
2013-09-11block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches1-1/+1
2013-07-03elevator: Fix a race in elevator switchingJianpeng Ma1-20/+5
2013-03-22block: implement runtime pm strategyLin Ming1-0/+26
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-19/+4
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+2
2013-01-22block: don't request module during elevator initTejun Heo1-7/+12
2013-01-18init, block: try to load default elevator module early during bootTejun Heo1-0/+16
2013-01-11block,elevator: use new hashtable implementationSasha Levin1-19/+4
2012-11-09block: recursive merge requestsShaohua Li1-4/+12
2012-09-20block: Clean up special command handling logicMartin K. Petersen1-4/+2
2012-04-20blkcg: implement per-queue policy activationTejun Heo1-2/+0
2012-03-06block: implement bio_associate_current()Tejun Heo1-2/+3
2012-03-06blkcg: unify blkg's for blkcg policiesTejun Heo1-3/+2
2012-03-06blkcg: let blkcg core manage per-queue blkg list and counterTejun Heo1-2/+3
2012-03-06blkcg: shoot down blkio_groups on elevator switchTejun Heo1-0/+3
2012-03-06block: implement blk_queue_bypass_start/end()Tejun Heo1-22/+3
2012-03-06elevator: make elevator_init_fn() return 0/-errnoTejun Heo1-10/+2
2012-03-06elevator: clear auxiliary data earlier during elevator switchTejun Heo1-45/+45
2012-02-08block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct...Tejun Heo1-51/+4
2012-01-15Revert "block: recursive merge requests"Jens Axboe1-12/+4
2011-12-16block: recursive merge requestsShaohua Li1-4/+12
2011-12-14block, cfq: move io_cq exit/release to blk-ioc.cTejun Heo1-1/+2
2011-12-14block, cfq: move icq cache management to block coreTejun Heo1-2/+35
2011-12-14block, cfq: move cfqd->icq_list to request_queue and add request->elv.icqTejun Heo1-2/+0
2011-12-14block: remove elevator_queue->opsTejun Heo1-38/+36
2011-12-14block: reorder elevator switch sequenceTejun Heo1-54/+37
2011-12-14block, cfq: remove delayed unlinkTejun Heo1-16/+0
2011-10-19block: fix request_queue lifetime handling by making blk_queue_cleanup() prop...Tejun Heo1-1/+1
2011-10-19block: reorganize queue drainingTejun Heo1-26/+11
2011-09-12elevator: use ELV_NAME_MAX instead of magic number 16 for chosen_elevatorWang Sheng-Hui1-1/+1
2011-06-02iosched: prevent aliased requests from starving other I/OJeff Moyer1-5/+2
2011-05-20block: get rid of on-stack plugging debug checksJens Axboe1-4/+0
2011-05-20Merge commit 'v2.6.39' into for-2.6.40/coreJens Axboe1-1/+2
2011-05-05iosched: remove redundant sprintfKees Cook1-6/+1
2011-04-21elevator: check for ELEVATOR_INSERT_SORT_MERGE in !elvpriv case tooJens Axboe1-1/+2
2011-04-18block: add blk_run_queue_asyncChristoph Hellwig1-2/+2
2011-04-05block: get rid of elv_insert() interfaceJens Axboe1-20/+15
2011-03-21block: attempt to merge with existing requests on plug flushJens Axboe1-3/+49
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe1-41/+8
2011-03-10block: remove per-queue pluggingJens Axboe1-40/+3
2011-03-10block: initial patch for on-stack per-task pluggingJens Axboe1-1/+5
2011-03-04Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreTejun Heo1-2/+2
2011-03-02block: add @force_kblockd to __blk_run_queue()Tejun Heo1-2/+2
2011-02-11block: share request flush fields with elevator_privateMike Snitzer1-1/+1
2011-01-25block: reimplement FLUSH/FUA to support mergeTejun Heo1-0/+7
2010-11-10block: remove REQ_HARDBARRIERChristoph Hellwig1-2/+2
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe1-15/+37
2010-10-07elevator: fix oops on early call to elevator_change()Jens Axboe1-4/+8
2010-09-10block: drop barrier ordering by queue drainingTejun Heo1-70/+9
2010-08-23block: add function call to switch the IO scheduler from a driverJens Axboe1-13/+31
2010-08-12block: add secure discardAdrian Hunter1-0/+6
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig1-2/+1
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig1-6/+10
2010-06-04block: make blk_init_free_list and elevator_init idempotentMike Snitzer1-2/+4
2010-05-24block: Adjust elv_iosched_show to return "none" for bio-based DMMike Snitzer1-1/+1
2010-05-11block: allow initialization of previously allocated request_queueMike Snitzer1-0/+2
2010-04-09blkio: Add io_merged statDivyesh Shah1-0/+9
2010-04-02Block: Fix block/elevator.c elevator_get() off-by-one errorwzt.wzt@gmail.com1-1/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2010-01-29block: Added in stricter no merge semantics for block I/OAlan D. Brunelle1-1/+10
2009-10-13Merge branch 'for-linus' into for-2.6.33Jens Axboe1-3/+1
2009-10-09elv_iosched_store(): fix strstrip() misuseKOSAKI Motohiro1-3/+1
2009-10-03block: remove the anticipatory IO schedulerJens Axboe1-8/+2
2009-09-11bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe1-1/+2
2009-09-11scsi,block: update SCSI to handle mixed merge failuresTejun Heo1-13/+0
2009-07-17block: fix failfast merge testing in elv_rq_merge_ok()Tejun Heo1-4/+9
2009-07-03block: don't merge requests of different failfast settingsTejun Heo1-0/+8
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-149/+36
2009-06-09tracing/events: convert block trace points to TRACE_EVENT()Li Zefan1-6/+2
2009-06-02block: fix a possible oops on elv_abort_queue()Kiyoshi Ueda1-0/+5
2009-05-22block: Expose stacked device queues in sysfsMartin K. Petersen1-1/+12
2009-05-20block: change the tag sync vs async restriction logicJens Axboe1-4/+4
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-11/+11
2009-04-28block: implement and use [__]blk_end_request_all()Tejun Heo1-1/+1
2009-04-28block: reorganize request fetching functionsTejun Heo1-128/+0
2009-04-28block: kill blk_start_queueing()Tejun Heo1-4/+3
2009-04-15block: fix bad spelling of quiesceJens Axboe1-4/+4
2009-04-07block: fix inconsistency in I/O stat accounting codeJerome Marchand1-1/+1
2009-04-07block: elevator quiescing helpersJens Axboe1-13/+27
2009-04-06block: change the request allocation/congestion logic to be sync/async basedJens Axboe1-1/+1
2008-12-29block: get rid of elevator_t typedefJens Axboe1-26/+29
2008-12-29block: simplify empty barrier implementationTejun Heo1-8/+0
2008-12-29block: make barrier completion more robustTejun Heo1-3/+7
2008-12-05Merge branches 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing...Ingo Molnar1-7/+0
2008-12-03block: internal dequeue shouldn't start timerTejun Heo1-7/+0
2008-11-26blktrace: port to tracepoints, updateIngo Molnar1-0/+5
2008-11-26blktrace: port to tracepointsArnaldo Carvalho de Melo1-3/+4
2008-11-06block: add timer on blkdev_dequeue_request() not elv_next_request()Tejun Heo1-6/+6
2008-10-17block: only call ->request_fn when the queue is not stoppedJens Axboe1-4/+3
2008-10-17block: simplify string handling in elv_iosched_store()Li Zefan1-7/+2
2008-10-09block: change elevator to use __blk_end_request()Kiyoshi Ueda1-3/+3
2008-10-09block: Add interface to abort queued requestsMike Anderson1-0/+13
2008-10-09block: unify request timeout handlingJens Axboe1-0/+8
2008-10-09block: use linux/uaccess.h in elevator.c instead of asm variantJens Axboe1-2/+1
2008-10-09drop vmerge accountingMikulas Patocka1-2/+0
2008-10-09Allow elevators to sort/merge discard requestsDavid Woodhouse1-2/+10
2008-07-03block: request_module(): use format stringmaximilian attems1-1/+1
2008-07-03block: Block layer data integrity supportMartin K. Petersen1-0/+6
2008-05-28Added in elevator switch message to blktrace streamAlan D. Brunelle1-0/+2
2008-05-01block: remove remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+2
2008-04-29block: Skip I/O merges when disabledAlan D. Brunelle1-0/+3
2008-04-29block/elevator.c:elv_rq_merge_ok() mustn't be inlineAdrian Bunk1-1/+1
2008-04-29block: make queue flags non-atomicNick Piggin1-3/+10
2008-02-19elevator: make elevator_get() attempt to load the appropriate moduleJens Axboe1-0/+15
2008-02-01block: make elevator lib checkpatch compliantJens Axboe1-27/+30
2008-01-28block: implement drain buffersJames Bottomley1-1/+25
2008-01-24Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman1-1/+1
2008-01-24Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman1-1/+1
2008-01-24Kobject: convert block/elevator.c to use kobject_init/add_ng()Greg Kroah-Hartman1-6/+2
2007-12-18block: let elv_register() return voidAdrian Bunk1-2/+1
2007-10-20fix typo "insted" -> "instead"Uwe Kleine-König1-1/+1
2007-10-16block: Initial support for data-less (or empty) barrier supportJens Axboe1-0/+8
2007-10-16block: add end_queued_request() and end_dequeued_request() helpersJens Axboe1-8/+1
2007-10-12kobjects: fix up improper use of the kobject name fieldGreg Kroah-Hartman1-1/+1
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-35/+40
2007-07-17Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter1-2/+1
2007-07-10Use list_for_each_entry() instead of list_for_each() in the block deviceMatthias Kaehlcke1-10/+3
2007-04-30[PATCH] elevator: elv_list_lock does not need irq disablingJens Axboe1-8/+9
2007-03-27make elv_register() output atomicThibaut VARENE1-3/+4
2007-02-11elevator: don't sort reads between writesJens Axboe1-0/+2
2007-02-11elevator: abstract out the activate and deactivate functionsJens Axboe1-9/+20
2007-01-23[PATCH] elevator: move clearing of unplug flag earlierLinas Vepstas1-5/+6
2006-12-21[PATCH] elevator: fixup typo in merge logicJens Axboe1-1/+1
2006-12-20[PATCH] cfq-iosched: don't allow sync merges across queuesJens Axboe1-4/+22
2006-12-01[BLOCK] Cleanup unused variable passingJens Axboe1-2/+2
2006-10-12[PATCH] block layer: elv_iosched_show should get elv_list_lockVasily Tarasov1-2/+2
2006-10-12[PATCH] block layer: elevator_find function cleanupVasily Tarasov1-8/+5
2006-09-30[PATCH] Update axboe@suse.de email addressJens Axboe1-1/+1
2006-09-30[PATCH] Make sure all block/io scheduler setups are node awareJens Axboe1-5/+6
2006-09-30[PATCH] Drop useless bio passing in may_queue/set_request APIJens Axboe1-5/+4
2006-09-30[PATCH] Remove ->waiting member from struct requestJens Axboe1-2/+1