aboutsummaryrefslogtreecommitdiffstats
path: root/block/elevator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-27blk-mq: use quiesced elevator switch when reinitializing queuesKeith Busch1-2/+2
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+8
2022-03-08block: do more work in elevator_exitChristoph Hellwig1-3/+3
2022-02-28block: simplify calling convention of elv_unregister_queue()Eric Biggers1-4/+4
2022-02-17block/wbt: fix negative inflight counter when remove scsi deviceLaibin Qiu1-2/+0
2022-02-11block: partition include/linux/blk-cgroup.hMing Lei1-1/+1
2021-11-29block: remove the e argument to elevator_exitChristoph Hellwig1-3/+5
2021-11-29block: remove elevator_exitChristoph Hellwig1-1/+3
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