index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
elevator.c
Age
Commit message (
Expand
)
Author
7 days
Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linux
Linus Torvalds
11 days
block: restore two stage elevator switch while running nr_hw_queue update
Nilay Shroff
2025-07-20
block: fix module reference leak in mq-deadline I/O scheduler
Nilay Shroff
2025-05-15
block: fix elv_update_nr_hw_queues() to reattach elevator
Nilay Shroff
2025-05-06
block: move wbt_enable_default() out of queue freezing from sched ->exit()
Ming Lei
2025-05-06
block: move elv_register[unregister]_queue out of elevator_lock
Ming Lei
2025-05-06
block: add new helper for disabling elevator switch when deleting disk
Ming Lei
2025-05-06
block: fail to show/store elevator sysfs attribute if elevator is dying
Ming Lei
2025-05-06
block: remove elevator queue's type check in elv_attr_show/store()
Ming Lei
2025-05-06
block: pass elevator_queue to elv_register_queue & unregister_queue
Ming Lei
2025-05-06
block: unifying elevator change
Ming Lei
2025-05-06
block: add `struct elv_change_ctx` for unifying elevator change
Ming Lei
2025-05-06
block: move queue freezing & elevator_lock into elevator_change()
Ming Lei
2025-05-06
block: simplify elevator reattachment for updating nr_hw_queues
Ming Lei
2025-05-06
block: move blk_queue_registered() check into elv_iosched_store()
Ming Lei
2025-05-06
block: fold elevator_disable into elevator_switch
Christoph Hellwig
2025-05-06
block: look up the elevator type in elevator_switch
Christoph Hellwig
2025-05-06
block: don't allow to switch elevator if updating nr_hw_queues is in-progress
Ming Lei
2025-05-06
block: move sched debugfs register into elvevator_register_queue
Ming Lei
2025-05-06
block: use q->elevator with ->elevator_lock held in elv_iosched_show()
Ming Lei
2025-05-06
block: don't call freeze queue in elevator_switch() and elevator_disable()
Ming Lei
2025-03-10
block: introduce a dedicated lock for protecting queue elevator updates
Nilay Shroff
2025-03-10
block: move q->sysfs_lock and queue-freeze under show/store method
Nilay Shroff
2025-01-31
block: force noio scope in blk_mq_freeze_queue
Christoph Hellwig
2025-01-06
block: remove BLK_MQ_F_NO_SCHED
Christoph Hellwig
2025-01-02
elevator: Enable const sysfs attributes
Thomas Weißschuh
2024-12-23
block: don't verify queue freeze manually in elevator_init_mq()
Ming Lei
2024-12-23
block: track disk DEAD state automatically for modeling queue freeze lockdep
Ming Lei
2024-11-07
block: don't verify IO lock for freeze/unfreeze in elevator_init_mq()
Ming Lei
2024-10-22
block: return void from the queue_sysfs_entry load_module method
Christoph Hellwig
2024-10-11
elevator: Remove argument from elevator_find_get
Breno Leitao
2024-10-11
elevator: do not request_module if elevator exists
Breno Leitao
2024-10-07
block: Fix elevator_get_default() checking for NULL q->tag_set
SurajSonawane2415
2024-09-17
block: Fix elv_iosched_local_module handling of "none" scheduler
Damien Le Moal
2024-09-10
block: Prevent deadlocks when switching elevators
Damien Le Moal
2024-06-28
block: pass a gendisk to the queue_sysfs_entry methods
Christoph Hellwig
2024-04-17
block: Remove elevator required features
Damien Le Moal
2023-08-19
blk-mq: release scheduler resource when request completes
Chengming Zhou
2023-06-01
block: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2023-02-09
block: make kobj_type structures constant
Thomas Weißschuh
2022-11-30
block: untangle request_queue refcounting from sysfs
Christoph Hellwig
2022-11-29
block: use bool as the return type of elv_iosched_allow_bio_merge
Jinlong Chen
2022-11-29
block: replace "len+name" with "name+len" in elv_iosched_show
Jinlong Chen
2022-11-29
block: always use 'e' when printing scheduler name
Jinlong Chen
2022-11-29
block: replace continue with else-if in elv_iosched_show
Jinlong Chen
2022-11-29
block: include 'none' for initial elv_iosched_show call
Jinlong Chen
2022-11-23
elevator: remove an outdated comment in elevator_change
Jinlong Chen
2022-11-23
elevator: update the document of elevator_match
Jinlong Chen
2022-11-23
elevator: printk a warning if switching to a new io scheduler fails
Jinlong Chen
2022-11-23
elevator: update the document of elevator_switch
Jinlong Chen
[next]