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