aboutsummaryrefslogtreecommitdiff
path: root/block/elevator.c
AgeCommit message (Expand)Author
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-08block: do more work in elevator_exitChristoph Hellwig
2022-02-28block: simplify calling convention of elv_unregister_queue()Eric Biggers
2022-02-17block/wbt: fix negative inflight counter when remove scsi deviceLaibin Qiu
2022-02-11block: partition include/linux/blk-cgroup.hMing Lei
2021-11-29block: remove the e argument to elevator_exitChristoph Hellwig
2021-11-29block: remove elevator_exitChristoph Hellwig
2021-11-17block: avoid to quiesce queue in elevator_init_mqMing Lei
2021-10-18blk-mq: Change shared sbitmap naming to shared tagsJohn Garry
2021-10-18block: move elevator.h to block/Christoph Hellwig
2021-08-09block: return ELEVATOR_DISCARD_MERGE if possibleMing Lei
2021-08-09block: remove support for delayed queue registrationsChristoph Hellwig
2021-08-05blk-mq: Introduce the BLK_MQ_F_NO_SCHED_BY_DEFAULT flagBart Van Assche
2021-06-24blk: Fix lock inversion between ioc lock and bfqd lockJan Kara
2021-06-18block: Remove unnecessary elevator operation checksDamien Le Moal
2021-06-11blk-mq: improve the blk_mq_init_allocated_queue interfaceChristoph Hellwig
2021-04-07blk-mq: set default elevator as deadline in case of hctx shared tagsetMing Lei
2020-10-09block: fix comment and add lockdep assertYufen Yu
2020-10-09block: use helper function to test queue registerYufen Yu
2020-10-09block: remove redundant mq checkYufen Yu
2020-10-09block: invoke blk_mq_exit_sched no matter whether have .exit_schedYufen Yu
2020-07-31block: elevator: delete duplicated word and fix typosRandy Dunlap
2019-11-07Merge branch 'for-linus' into for-5.5/blockJens Axboe
2019-11-06block: Warn if elevator= parameter is usedJan Kara
2019-10-14block: Fix elv_support_iosched()Damien Le Moal
2019-09-26block: don't release queue's sysfs lock during switching elevatorMing Lei
2019-09-06block: fix elevator_get_by_features()Jens Axboe
2019-09-05block: Delay default elevator initializationDamien Le Moal
2019-09-05block: Improve default elevator selectionDamien Le Moal
2019-09-05block: Introduce elevator featuresDamien Le Moal
2019-09-05block: Change elevator_init_mq() to always succeedDamien Le Moal
2019-09-05block: Cleanup elevator_init_mq() useDamien Le Moal
2019-09-03block: elevator.c: Remove now unused elevator= argumentMarcos Paulo de Souza
2019-08-27block: split .sysfs_lock into two locksMing Lei
2019-08-27block: add helper for checking if queue is registeredMing Lei
2019-08-27block: don't hold q->sysfs_lock in elevator_init_mqMing Lei
2019-06-06block: free sched's request pool in blk_cleanup_queueMing Lei
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