aboutsummaryrefslogtreecommitdiffstats
path: root/block/elevator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-17block: avoid to quiesce queue in elevator_init_mqMing Lei1-2/+8
2021-10-18blk-mq: Change shared sbitmap naming to shared tagsJohn Garry1-1/+1
2021-10-18block: move elevator.h to block/Christoph Hellwig1-1/+1
2021-08-09block: return ELEVATOR_DISCARD_MERGE if possibleMing Lei1-0/+3
2021-08-09block: remove support for delayed queue registrationsChristoph Hellwig1-1/+0
2021-08-05blk-mq: Introduce the BLK_MQ_F_NO_SCHED_BY_DEFAULT flagBart Van Assche1-0/+3
2021-06-24blk: Fix lock inversion between ioc lock and bfqd lockJan Kara1-3/+8
2021-06-18block: Remove unnecessary elevator operation checksDamien Le Moal1-0/+4
2021-06-11blk-mq: improve the blk_mq_init_allocated_queue interfaceChristoph Hellwig1-1/+1
2021-04-07blk-mq: set default elevator as deadline in case of hctx shared tagsetMing Lei1-1/+2
2020-10-09block: fix comment and add lockdep assertYufen Yu1-10/+4
2020-10-09block: use helper function to test queue registerYufen Yu1-1/+1
2020-10-09block: remove redundant mq checkYufen Yu1-2/+2
2020-10-09block: invoke blk_mq_exit_sched no matter whether have .exit_schedYufen Yu1-2/+1
2020-07-31block: elevator: delete duplicated word and fix typosRandy Dunlap1-2/+2
2019-11-07Merge branch 'for-linus' into for-5.5/blockJens Axboe1-1/+2
2019-11-06block: Warn if elevator= parameter is usedJan Kara1-0/+9
2019-10-14block: Fix elv_support_iosched()Damien Le Moal1-1/+2
2019-09-26block: don't release queue's sysfs lock during switching elevatorMing Lei1-30/+1
2019-09-06block: fix elevator_get_by_features()Jens Axboe1-6/+7
2019-09-05block: Delay default elevator initializationDamien Le Moal1-0/+7
2019-09-05block: Improve default elevator selectionDamien Le Moal1-7/+44
2019-09-05block: Introduce elevator featuresDamien Le Moal1-11/+38
2019-09-05block: Change elevator_init_mq() to always succeedDamien Le Moal1-11/+12
2019-09-05block: Cleanup elevator_init_mq() useDamien Le Moal1-10/+13
2019-09-03block: elevator.c: Remove now unused elevator= argumentMarcos Paulo de Souza1-14/+0
2019-08-27block: split .sysfs_lock into two locksMing Lei1-8/+47
2019-08-27block: add helper for checking if queue is registeredMing Lei1-1/+1
2019-08-27block: don't hold q->sysfs_lock in elevator_init_mqMing Lei1-9/+5
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