summaryrefslogtreecommitdiff
path: root/block/elevator.h
AgeCommit message (Expand)Author
2025-11-18block: remove the declaration of elevator_init_mq functionChengkaitao
2025-11-13block: use {alloc|free}_sched data methodsNilay Shroff
2025-11-13block: introduce alloc_sched_data and free_sched_data elevator methodsNilay Shroff
2025-11-13block: move elevator tags into struct elevator_resourcesNilay Shroff
2025-11-13block: unify elevator tags and type xarrays into struct elv_change_ctxNilay Shroff
2025-09-05blk-mq: fix elevator depth_updated methodYu Kuai
2025-07-30block: fix lockdep warning caused by lock dependency in elv_iosched_storeNilay Shroff
2025-07-30block: move elevator queue allocation logic into blk_mq_init_schedNilay Shroff
2025-05-06block: move wbt_enable_default() out of queue freezing from sched ->exit()Ming Lei
2025-05-06block: fail to show/store elevator sysfs attribute if elevator is dyingMing Lei
2025-05-06block: move sched debugfs register into elvevator_register_queueMing Lei
2025-05-06block: move ELEVATOR_FLAG_DISABLE_WBT a request queue flagMing Lei
2025-03-10block: introduce a dedicated lock for protecting queue elevator updatesNilay Shroff
2025-01-02elevator: Enable const sysfs attributesThomas Weißschuh
2024-10-22block: return void from the queue_sysfs_entry load_module methodChristoph Hellwig
2024-09-10block: Prevent deadlocks when switching elevatorsDamien Le Moal
2024-06-28block: pass a gendisk to the queue_sysfs_entry methodsChristoph Hellwig
2024-04-17block: Remove elevator required featuresDamien Le Moal
2023-04-13blk-mq: pass a flags argument to elevator_type->insert_requestsChristoph Hellwig
2022-10-23block: add proper helpers for elevator_type module refcount managementChristoph Hellwig
2022-10-23blk-wbt: don't enable throttling if default elevator is bfqYu Kuai
2022-10-23elevator: add new field flags in struct elevator_queueYu Kuai
2022-07-14block: Use the new blk_opf_t typeBart Van Assche
2021-10-18block: move elevator.h to block/Christoph Hellwig