index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
elevator.c
Age
Commit message (
Expand
)
Author
Files
Lines
12 days
block: fix race between wbt_enable_default and IO submission
Ming Lei
1
-4
/
+0
2025-11-13
block: use {alloc|free}_sched data methods
Nilay Shroff
1
-12
/
+22
2025-11-13
block: move elevator tags into struct elevator_resources
Nilay Shroff
1
-15
/
+16
2025-11-13
block: unify elevator tags and type xarrays into struct elv_change_ctx
Nilay Shroff
1
-24
/
+7
2025-09-10
blk-mq-sched: add new parameter nr_requests in blk_mq_alloc_sched_tags()
Yu Kuai
1
-1
/
+2
2025-07-30
block: fix potential deadlock while running nr_hw_queue update
Nilay Shroff
1
-9
/
+6
2025-07-30
block: fix lockdep warning caused by lock dependency in elv_iosched_store
Nilay Shroff
1
-6
/
+34
2025-07-30
block: move elevator queue allocation logic into blk_mq_init_sched
Nilay Shroff
1
-1
/
+0
2025-07-29
Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linux
Linus Torvalds
1
-5
/
+5
2025-07-25
block: restore two stage elevator switch while running nr_hw_queue update
Nilay Shroff
1
-5
/
+5
2025-07-20
block: fix module reference leak in mq-deadline I/O scheduler
Nilay Shroff
1
-6
/
+13
2025-05-15
block: fix elv_update_nr_hw_queues() to reattach elevator
Nilay Shroff
1
-1
/
+1
2025-05-06
block: move wbt_enable_default() out of queue freezing from sched ->exit()
Ming Lei
1
-0
/
+5
2025-05-06
block: move elv_register[unregister]_queue out of elevator_lock
Ming Lei
1
-16
/
+52
2025-05-06
block: add new helper for disabling elevator switch when deleting disk
Ming Lei
1
-3
/
+10
2025-05-06
block: fail to show/store elevator sysfs attribute if elevator is dying
Ming Lei
1
-4
/
+6
2025-05-06
block: remove elevator queue's type check in elv_attr_show/store()
Ming Lei
1
-2
/
+2
2025-05-06
block: pass elevator_queue to elv_register_queue & unregister_queue
Ming Lei
1
-7
/
+7
2025-05-06
block: unifying elevator change
Ming Lei
1
-63
/
+53
2025-05-06
block: add `struct elv_change_ctx` for unifying elevator change
Ming Lei
1
-16
/
+23
2025-05-06
block: move queue freezing & elevator_lock into elevator_change()
Ming Lei
1
-8
/
+12
2025-05-06
block: simplify elevator reattachment for updating nr_hw_queues
Ming Lei
1
-1
/
+19
2025-05-06
block: move blk_queue_registered() check into elv_iosched_store()
Ming Lei
1
-4
/
+4
2025-05-06
block: fold elevator_disable into elevator_switch
Christoph Hellwig
1
-38
/
+23
2025-05-06
block: look up the elevator type in elevator_switch
Christoph Hellwig
1
-10
/
+8
2025-05-06
block: don't allow to switch elevator if updating nr_hw_queues is in-progress
Ming Lei
1
-0
/
+3
2025-05-06
block: move sched debugfs register into elvevator_register_queue
Ming Lei
1
-0
/
+8
2025-05-06
block: use q->elevator with ->elevator_lock held in elv_iosched_show()
Ming Lei
1
-2
/
+1
2025-05-06
block: don't call freeze queue in elevator_switch() and elevator_disable()
Ming Lei
1
-7
/
+2
2025-03-10
block: introduce a dedicated lock for protecting queue elevator updates
Nilay Shroff
1
-19
/
+16
2025-03-10
block: move q->sysfs_lock and queue-freeze under show/store method
Nilay Shroff
1
-2
/
+18
2025-01-31
block: force noio scope in blk_mq_freeze_queue
Christoph Hellwig
1
-6
/
+10
2025-01-06
block: remove BLK_MQ_F_NO_SCHED
Christoph Hellwig
1
-20
/
+0
2025-01-02
elevator: Enable const sysfs attributes
Thomas Weißschuh
1
-4
/
+4
2024-12-23
block: don't verify queue freeze manually in elevator_init_mq()
Ming Lei
1
-5
/
+2
2024-12-23
block: track disk DEAD state automatically for modeling queue freeze lockdep
Ming Lei
1
-2
/
+2
2024-11-08
block: don't verify IO lock for freeze/unfreeze in elevator_init_mq()
Ming Lei
1
-2
/
+8
2024-10-22
block: return void from the queue_sysfs_entry load_module method
Christoph Hellwig
1
-5
/
+3
2024-10-11
elevator: Remove argument from elevator_find_get
Breno Leitao
1
-4
/
+3
2024-10-11
elevator: do not request_module if elevator exists
Breno Leitao
1
-1
/
+9
2024-10-07
block: Fix elevator_get_default() checking for NULL q->tag_set
SurajSonawane2415
1
-2
/
+2
2024-09-17
block: Fix elv_iosched_local_module handling of "none" scheduler
Damien Le Moal
1
-1
/
+3
2024-09-10
block: Prevent deadlocks when switching elevators
Damien Le Moal
1
-6
/
+15
2024-06-29
block: pass a gendisk to the queue_sysfs_entry methods
Christoph Hellwig
1
-4
/
+5
2024-04-17
block: Remove elevator required features
Damien Le Moal
1
-41
/
+5
2023-08-19
blk-mq: release scheduler resource when request completes
Chengming Zhou
1
-0
/
+3
2023-06-01
block: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-1
/
+1
2023-02-09
block: make kobj_type structures constant
Thomas Weißschuh
1
-2
/
+2
2022-11-30
block: untangle request_queue refcounting from sysfs
Christoph Hellwig
1
-1
/
+1
2022-11-29
block: use bool as the return type of elv_iosched_allow_bio_merge
Jinlong Chen
1
-2
/
+2
[next]