summaryrefslogtreecommitdiff
path: root/block/elevator.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-19block: use q->elevator with ->elevator_lock held in elv_iosched_show()Ming Lei1-2/+1
2025-03-10block: introduce a dedicated lock for protecting queue elevator updatesNilay Shroff1-19/+16
2025-03-10block: move q->sysfs_lock and queue-freeze under show/store methodNilay Shroff1-2/+18
2025-01-31block: force noio scope in blk_mq_freeze_queueChristoph Hellwig1-6/+10
2025-01-06block: remove BLK_MQ_F_NO_SCHEDChristoph Hellwig1-20/+0
2025-01-02elevator: Enable const sysfs attributesThomas Weißschuh1-4/+4
2024-12-23block: don't verify queue freeze manually in elevator_init_mq()Ming Lei1-5/+2
2024-12-23block: track disk DEAD state automatically for modeling queue freeze lockdepMing Lei1-2/+2
2024-11-07block: don't verify IO lock for freeze/unfreeze in elevator_init_mq()Ming Lei1-2/+8
2024-10-22block: return void from the queue_sysfs_entry load_module methodChristoph Hellwig1-5/+3
2024-10-11elevator: Remove argument from elevator_find_getBreno Leitao1-4/+3
2024-10-11elevator: do not request_module if elevator existsBreno Leitao1-1/+9
2024-10-07block: Fix elevator_get_default() checking for NULL q->tag_setSurajSonawane24151-2/+2
2024-09-17block: Fix elv_iosched_local_module handling of "none" schedulerDamien Le Moal1-1/+3
2024-09-10block: Prevent deadlocks when switching elevatorsDamien Le Moal1-6/+15
2024-06-28block: pass a gendisk to the queue_sysfs_entry methodsChristoph Hellwig1-4/+5
2024-04-17block: Remove elevator required featuresDamien Le Moal1-41/+5
2023-08-19blk-mq: release scheduler resource when request completesChengming Zhou1-0/+3
2023-06-01block: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-1/+1
2023-02-09block: make kobj_type structures constantThomas Weißschuh1-2/+2
2022-11-30block: untangle request_queue refcounting from sysfsChristoph Hellwig1-1/+1
2022-11-29block: use bool as the return type of elv_iosched_allow_bio_mergeJinlong Chen1-2/+2
2022-11-29block: replace "len+name" with "name+len" in elv_iosched_showJinlong Chen1-1/+1
2022-11-29block: always use 'e' when printing scheduler nameJinlong Chen1-1/+1
2022-11-29block: replace continue with else-if in elv_iosched_showJinlong Chen1-4/+2
2022-11-29block: include 'none' for initial elv_iosched_show callJinlong Chen1-5/+4
2022-11-23elevator: remove an outdated comment in elevator_changeJinlong Chen1-3/+0
2022-11-23elevator: update the document of elevator_matchJinlong Chen1-3/+2
2022-11-23elevator: printk a warning if switching to a new io scheduler failsJinlong Chen1-0/+6
2022-11-23elevator: update the document of elevator_switchJinlong Chen1-4/+4
2022-11-07block: Fix some kernel-doc commentsYang Li1-1/+0
2022-11-01block: split elevator_switchChristoph Hellwig1-39/+38
2022-11-01block: don't check for required features in elevator_matchChristoph Hellwig1-35/+16
2022-11-01block: simplify the check for the current elevator in elv_iosched_showChristoph Hellwig1-1/+1
2022-11-01block: cleanup the variable naming in elv_iosched_storeChristoph Hellwig1-9/+8
2022-11-01block: exit elv_iosched_show early when I/O schedulers are not supportedChristoph Hellwig1-3/+2
2022-11-01block: cleanup elevator_getChristoph Hellwig1-15/+10
2022-10-23block: fix up elevator_type refcountingJinlong Chen1-3/+7
2022-10-23block: check for an unchanged elevator earlier in __elevator_changeJinlong Chen1-6/+3
2022-10-23block: sanitize the elevator name before passing it to __elevator_changeChristoph Hellwig1-8/+7
2022-10-23block: add proper helpers for elevator_type module refcount managementChristoph Hellwig1-7/+2
2022-10-23elevator: add new field flags in struct elevator_queueYu Kuai1-4/+2
2022-10-23elevator: remove redundant code in elv_unregister_queue()Yu Kuai1-2/+0
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