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
/
blk-sysfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
12 days
block: fix race between wbt_enable_default and IO submission
Ming Lei
1
-1
/
+1
2025-11-19
block: Remove queue freezing from several sysfs store callbacks
Bart Van Assche
1
-18
/
+8
2025-09-10
blk-mq: fix potential deadlock while nr_requests grown
Yu Kuai
1
-8
/
+21
2025-09-10
blk-mq: convert to serialize updating nr_requests with update_nr_hwq_lock
Yu Kuai
1
-5
/
+20
2025-09-10
blk-mq: check invalid nr_requests in queue_requests_store()
Yu Kuai
1
-0
/
+13
2025-09-10
blk-mq: remove useless checking in queue_requests_store()
Yu Kuai
1
-3
/
+0
2025-08-25
block: Move a misplaced comment in queue_wb_lat_store()
Bart Van Assche
1
-5
/
+5
2025-08-13
block: restore default wbt enablement
Julian Sun
1
-1
/
+1
2025-08-11
block: fix kobject double initialization in add_disk
Zheng Qixing
1
-7
/
+5
2025-07-28
Merge tag 'vfs-6.17-rc1.fallocate' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+26
2025-07-12
block: fix kobject leak in blk_unregister_queue
Ming Lei
1
-0
/
+1
2025-06-23
block: introduce max_{hw|user}_wzeroes_unmap_sectors to queue limits
Zhang Yi
1
-0
/
+26
2025-05-08
block: move removing elevator after deleting disk->queue_kobj
Ming Lei
1
-3
/
+3
2025-05-08
block: don't quiesce queue for calling elevator_set_none()
Ming Lei
1
-4
/
+1
2025-05-06
block: introduce a write_stream_granularity queue limit
Christoph Hellwig
1
-0
/
+3
2025-05-06
block: introduce max_write_streams queue limit
Keith Busch
1
-0
/
+3
2025-05-06
block: move wbt_enable_default() out of queue freezing from sched ->exit()
Ming Lei
1
-6
/
+4
2025-05-06
block: unifying elevator change
Ming Lei
1
-12
/
+7
2025-04-14
block: fix resource leak in blk_register_queue() error path
Zheng Qixing
1
-0
/
+2
2025-03-18
block: fix a comment in the queue_attrs[] array
Christoph Hellwig
1
-5
/
+0
2025-03-10
block: protect read_ahead_kb using q->limits_lock
Nilay Shroff
1
-6
/
+10
2025-03-10
block: protect wbt_lat_usec using q->elevator_lock
Nilay Shroff
1
-12
/
+8
2025-03-10
block: protect nr_requests update using q->elevator_lock
Nilay Shroff
1
-5
/
+5
2025-03-10
block: introduce a dedicated lock for protecting queue elevator updates
Nilay Shroff
1
-10
/
+22
2025-03-10
block: remove q->sysfs_lock for attributes which don't need it
Nilay Shroff
1
-53
/
+28
2025-03-10
block: move q->sysfs_lock and queue-freeze under show/store method
Nilay Shroff
1
-66
/
+144
2025-03-10
block: acquire q->limits_lock while reading sysfs attributes
Nilay Shroff
1
-37
/
+65
2025-01-31
block: force noio scope in blk_mq_freeze_queue
Christoph Hellwig
1
-5
/
+3
2025-01-29
block: get rid of request queue ->sysfs_dir_lock
Nilay Shroff
1
-5
/
+0
2025-01-13
block: mark GFP_NOIO around sysfs ->store()
Ming Lei
1
-0
/
+3
2025-01-10
block: fix queue freeze vs limits lock order in sysfs store methods
Christoph Hellwig
1
-8
/
+10
2025-01-10
block: add a store_limit operations for sysfs entries
Christoph Hellwig
1
-67
/
+61
2025-01-10
block: don't update BLK_FEAT_POLL in __blk_mq_update_nr_hw_queues
Christoph Hellwig
1
-1
/
+8
2024-12-18
block: Revert "block: Fix potential deadlock while freezing queue and acquiri...
Ming Lei
1
-2
/
+2
2024-12-13
block: Fix potential deadlock while freezing queue and acquiring sysfs_lock
Nilay Shroff
1
-2
/
+2
2024-12-13
block: Fix queue_iostats_passthrough_show()
Bart Van Assche
1
-1
/
+1
2024-11-19
block: fix uaf for flush rq while iterating tags
Yu Kuai
1
-4
/
+2
2024-11-11
block: pre-calculate max_zone_append_sectors
Christoph Hellwig
1
-14
/
+3
2024-11-08
block: Replace sprintf() with sysfs_emit()
zhangguopeng
1
-12
/
+12
2024-11-07
Revert "block: pre-calculate max_zone_append_sectors"
Jens Axboe
1
-3
/
+14
2024-11-04
block: pre-calculate max_zone_append_sectors
Christoph Hellwig
1
-14
/
+3
2024-10-22
block: enable passthrough command statistics
Keith Busch
1
-0
/
+30
2024-10-22
block: return void from the queue_sysfs_entry load_module method
Christoph Hellwig
1
-6
/
+3
2024-09-10
block: Prevent deadlocks when switching elevators
Damien Le Moal
1
-1
/
+21
2024-06-29
block: pass a gendisk to the queue_sysfs_entry methods
Christoph Hellwig
1
-91
/
+89
2024-06-29
block: add helper macros to de-duplicate the queue sysfs attributes
Christoph Hellwig
1
-173
/
+82
2024-06-26
block: convert features and flags to __bitwise types
Christoph Hellwig
1
-3
/
+3
2024-06-26
block: correctly report cache type
Christoph Hellwig
1
-3
/
+3
2024-06-21
block: Add core atomic write support
John Garry
1
-0
/
+33
2024-06-20
block: renumber and rename the cache disabled flag
Christoph Hellwig
1
-3
/
+3
[next]