summaryrefslogtreecommitdiffstats
path: root/block/elevator.c
AgeCommit message (Expand)AuthorLines
2019-06-06block: free sched's request pool in blk_cleanup_queueMing Lei-1/+1
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig-0/+1
2019-04-08block: remove unused variable 'def'Hisao Tanabe-4/+2
2019-02-11block: avoid setting none scheduler if it's already noneAleksei Zakharov-1/+4
2018-11-16block: add queue_is_mq() helperJens Axboe-6/+5
2018-11-14block: clean up dead code that is now redundantColin Ian King-7/+0
2018-11-07block: get rid of MQ scheduler ops unionJens Axboe-13/+13
2018-11-07block: remove dead elevator codeJens Axboe-355/+22
2018-11-07block: remove legacy IO schedulersJens Axboe-70/+0
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe-1/+1
2018-09-26block: fix deadline elevator drain for zoned block devicesDamien Le Moal-1/+1
2018-09-26block: Schedule runtime resume earlierBart Van Assche-1/+0
2018-09-26block: Split blk_pm_add_request() and blk_pm_put_request()Bart Van Assche-0/+1
2018-09-26block: Move power management code into a new source fileBart Van Assche-21/+1
2018-08-27block: remove unnecessary condition checkChengguang Xu-2/+1
2018-08-21blk-mq: init hctx sched after update ctx and hctx mappingJianchao Wang-8/+12
2018-06-01block: split the blk-mq case from elevator_initChristoph Hellwig-31/+46
2018-06-01block: move sysfs_lock into elevator_initChristoph Hellwig-5/+6
2018-06-01block: remove the always unused name argument to elevator_initChristoph Hellwig-8/+2
2018-06-01block: unexport elevator_init/exitChristoph Hellwig-2/+0
2018-06-01block: move initialization of elevator-related fields to blk_alloc_queue_nodeChristoph Hellwig-5/+0
2018-01-18block: Document scheduler modification locking requirementsBart Van Assche-0/+8
2018-01-18block: Unexport elv_register_queue() and elv_unregister_queue()Bart Van Assche-2/+0
2018-01-06blk-mq: quiesce queue during switching io sched and updating nr_requestsMing Lei-0/+2
2017-10-25elevator: allow name aliasesJens Axboe-6/+17
2017-10-25elevator: lookup mq vs non-mq elevatorsJens Axboe-23/+21
2017-10-05block: remove QUEUE_FLAG_STACKABLEChristoph Hellwig-1/+1
2017-08-28block: fix warning when I/O elevator is changed as request_queue is being rem...David Jeffery-0/+4
2017-06-21block: Add fallthrough markers to switch statementsBart Van Assche-0/+1
2017-05-10elevator: remove redundant warnings on IO scheduler switchJens Axboe-4/+1
2017-05-02block: don't call blk_mq_quiesce_queue() after queue is frozenMing Lei-3/+0
2017-05-02block: Remove elevator_change()Bart Van Assche-13/+0
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+3
2017-04-19block: respect BLK_MQ_F_NO_SCHEDMing Lei-2/+10
2017-04-19block: Make writeback throttling defaults consistent for SQ devicesJan Kara-0/+3
2017-04-07blk-mq-sched: fix crash in switch error pathOmar Sandoval-41/+53
2017-04-07blk-mq-sched: refactor scheduler initializationOmar Sandoval-20/+12
2017-03-02block: don't call ioc_exit_icq() with the queue lock held for blk-mqJens Axboe-2/+0
2017-02-22block: get rid of blk-mq default scheduler choice Kconfig entriesJens Axboe-6/+13
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe-7/+9
2017-02-14elevator: fix loading wrong elevator type for blk-mq devicesJens Axboe-4/+5
2017-02-08block: enumify ELEVATOR_*_MERGEChristoph Hellwig-4/+6
2017-02-01blk-mq-debug: Avoid that sparse complains about req_flags_t usageBart Van Assche-1/+1
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig-2/+2
2017-01-19elevator: fix unnecessary put of elevator in failure caseJens Axboe-4/+0
2017-01-17blk-mq-sched: allow setting of default IO schedulerJens Axboe-1/+7
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe-45/+159
2017-01-17block: move existing elevator ops to unionJens Axboe-30/+30
2016-12-09elevator: make the rqhash helpers exportedJens Axboe-4/+4
2016-10-28block: better op and flags encodingChristoph Hellwig-2/+2