summaryrefslogtreecommitdiffstats
path: root/block/elevator.c
AgeCommit message (Expand)AuthorLines
2023-02-09block: make kobj_type structures constantThomas Weißschuh-2/+2
2022-11-30block: untangle request_queue refcounting from sysfsChristoph Hellwig-1/+1
2022-11-29block: use bool as the return type of elv_iosched_allow_bio_mergeJinlong Chen-2/+2
2022-11-29block: replace "len+name" with "name+len" in elv_iosched_showJinlong Chen-1/+1
2022-11-29block: always use 'e' when printing scheduler nameJinlong Chen-1/+1
2022-11-29block: replace continue with else-if in elv_iosched_showJinlong Chen-4/+2
2022-11-29block: include 'none' for initial elv_iosched_show callJinlong Chen-5/+4
2022-11-23elevator: remove an outdated comment in elevator_changeJinlong Chen-3/+0
2022-11-23elevator: update the document of elevator_matchJinlong Chen-3/+2
2022-11-23elevator: printk a warning if switching to a new io scheduler failsJinlong Chen-0/+6
2022-11-23elevator: update the document of elevator_switchJinlong Chen-4/+4
2022-11-07block: Fix some kernel-doc commentsYang Li-1/+0
2022-11-01block: split elevator_switchChristoph Hellwig-39/+38
2022-11-01block: don't check for required features in elevator_matchChristoph Hellwig-35/+16
2022-11-01block: simplify the check for the current elevator in elv_iosched_showChristoph Hellwig-1/+1
2022-11-01block: cleanup the variable naming in elv_iosched_storeChristoph Hellwig-9/+8
2022-11-01block: exit elv_iosched_show early when I/O schedulers are not supportedChristoph Hellwig-3/+2
2022-11-01block: cleanup elevator_getChristoph Hellwig-15/+10
2022-10-23block: fix up elevator_type refcountingJinlong Chen-3/+7
2022-10-23block: check for an unchanged elevator earlier in __elevator_changeJinlong Chen-6/+3
2022-10-23block: sanitize the elevator name before passing it to __elevator_changeChristoph Hellwig-8/+7
2022-10-23block: add proper helpers for elevator_type module refcount managementChristoph Hellwig-7/+2
2022-10-23elevator: add new field flags in struct elevator_queueYu Kuai-4/+2
2022-10-23elevator: remove redundant code in elv_unregister_queue()Yu Kuai-2/+0
2022-09-27blk-mq: use quiesced elevator switch when reinitializing queuesKeith Busch-2/+2
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds-8/+8
2022-03-08block: do more work in elevator_exitChristoph Hellwig-3/+3
2022-02-28block: simplify calling convention of elv_unregister_queue()Eric Biggers-4/+4
2022-02-17block/wbt: fix negative inflight counter when remove scsi deviceLaibin Qiu-2/+0
2022-02-11block: partition include/linux/blk-cgroup.hMing Lei-1/+1
2021-11-29block: remove the e argument to elevator_exitChristoph Hellwig-3/+5
2021-11-29block: remove elevator_exitChristoph Hellwig-1/+3
2021-11-17block: avoid to quiesce queue in elevator_init_mqMing Lei-2/+8
2021-10-18blk-mq: Change shared sbitmap naming to shared tagsJohn Garry-1/+1
2021-10-18block: move elevator.h to block/Christoph Hellwig-1/+1
2021-08-09block: return ELEVATOR_DISCARD_MERGE if possibleMing Lei-0/+3
2021-08-09block: remove support for delayed queue registrationsChristoph Hellwig-1/+0
2021-08-05blk-mq: Introduce the BLK_MQ_F_NO_SCHED_BY_DEFAULT flagBart Van Assche-0/+3
2021-06-24blk: Fix lock inversion between ioc lock and bfqd lockJan Kara-3/+8
2021-06-18block: Remove unnecessary elevator operation checksDamien Le Moal-0/+4
2021-06-11blk-mq: improve the blk_mq_init_allocated_queue interfaceChristoph Hellwig-1/+1
2021-04-07blk-mq: set default elevator as deadline in case of hctx shared tagsetMing Lei-1/+2
2020-10-09block: fix comment and add lockdep assertYufen Yu-10/+4
2020-10-09block: use helper function to test queue registerYufen Yu-1/+1
2020-10-09block: remove redundant mq checkYufen Yu-2/+2
2020-10-09block: invoke blk_mq_exit_sched no matter whether have .exit_schedYufen Yu-2/+1
2020-07-31block: elevator: delete duplicated word and fix typosRandy Dunlap-2/+2
2019-11-07Merge branch 'for-linus' into for-5.5/blockJens Axboe-1/+2
2019-11-06block: Warn if elevator= parameter is usedJan Kara-0/+9
2019-10-14block: Fix elv_support_iosched()Damien Le Moal-1/+2