index
:
kernel
0x221E-v0.0-v7.0
0x221E-v0.0.1-v6.19
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.19.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-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
elevator.c
Age
Commit message (
Expand
)
Author
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
2022-11-07
block: Fix some kernel-doc comments
Yang Li
2022-11-01
block: split elevator_switch
Christoph Hellwig
2022-11-01
block: don't check for required features in elevator_match
Christoph Hellwig
2022-11-01
block: simplify the check for the current elevator in elv_iosched_show
Christoph Hellwig
2022-11-01
block: cleanup the variable naming in elv_iosched_store
Christoph Hellwig
2022-11-01
block: exit elv_iosched_show early when I/O schedulers are not supported
Christoph Hellwig
2022-11-01
block: cleanup elevator_get
Christoph Hellwig
2022-10-23
block: fix up elevator_type refcounting
Jinlong Chen
2022-10-23
block: check for an unchanged elevator earlier in __elevator_change
Jinlong Chen
2022-10-23
block: sanitize the elevator name before passing it to __elevator_change
Christoph Hellwig
2022-10-23
block: add proper helpers for elevator_type module refcount management
Christoph Hellwig
2022-10-23
elevator: add new field flags in struct elevator_queue
Yu Kuai
2022-10-23
elevator: remove redundant code in elv_unregister_queue()
Yu Kuai
2022-09-27
blk-mq: use quiesced elevator switch when reinitializing queues
Keith Busch
2022-03-21
Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-03-08
block: do more work in elevator_exit
Christoph Hellwig
2022-02-28
block: simplify calling convention of elv_unregister_queue()
Eric Biggers
2022-02-17
block/wbt: fix negative inflight counter when remove scsi device
Laibin Qiu
2022-02-11
block: partition include/linux/blk-cgroup.h
Ming Lei
2021-11-29
block: remove the e argument to elevator_exit
Christoph Hellwig
2021-11-29
block: remove elevator_exit
Christoph Hellwig
2021-11-17
block: avoid to quiesce queue in elevator_init_mq
Ming Lei
2021-10-18
blk-mq: Change shared sbitmap naming to shared tags
John Garry
[next]