index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-sysfs.c
Age
Commit message (
Expand
)
Author
2025-05-08
block: move removing elevator after deleting disk->queue_kobj
Ming Lei
2025-05-08
block: don't quiesce queue for calling elevator_set_none()
Ming Lei
2025-05-06
block: introduce a write_stream_granularity queue limit
Christoph Hellwig
2025-05-06
block: introduce max_write_streams queue limit
Keith Busch
2025-05-06
block: move wbt_enable_default() out of queue freezing from sched ->exit()
Ming Lei
2025-05-06
block: unifying elevator change
Ming Lei
2025-04-14
block: fix resource leak in blk_register_queue() error path
Zheng Qixing
2025-03-18
block: fix a comment in the queue_attrs[] array
Christoph Hellwig
2025-03-10
block: protect read_ahead_kb using q->limits_lock
Nilay Shroff
2025-03-10
block: protect wbt_lat_usec using q->elevator_lock
Nilay Shroff
2025-03-10
block: protect nr_requests update using q->elevator_lock
Nilay Shroff
2025-03-10
block: introduce a dedicated lock for protecting queue elevator updates
Nilay Shroff
2025-03-10
block: remove q->sysfs_lock for attributes which don't need it
Nilay Shroff
2025-03-10
block: move q->sysfs_lock and queue-freeze under show/store method
Nilay Shroff
2025-03-10
block: acquire q->limits_lock while reading sysfs attributes
Nilay Shroff
2025-01-31
block: force noio scope in blk_mq_freeze_queue
Christoph Hellwig
2025-01-29
block: get rid of request queue ->sysfs_dir_lock
Nilay Shroff
2025-01-13
block: mark GFP_NOIO around sysfs ->store()
Ming Lei
2025-01-10
block: fix queue freeze vs limits lock order in sysfs store methods
Christoph Hellwig
2025-01-10
block: add a store_limit operations for sysfs entries
Christoph Hellwig
2025-01-10
block: don't update BLK_FEAT_POLL in __blk_mq_update_nr_hw_queues
Christoph Hellwig
2024-12-18
block: Revert "block: Fix potential deadlock while freezing queue and acquiri...
Ming Lei
2024-12-13
block: Fix potential deadlock while freezing queue and acquiring sysfs_lock
Nilay Shroff
2024-12-13
block: Fix queue_iostats_passthrough_show()
Bart Van Assche
2024-11-18
block: fix uaf for flush rq while iterating tags
Yu Kuai
2024-11-11
block: pre-calculate max_zone_append_sectors
Christoph Hellwig
2024-11-07
block: Replace sprintf() with sysfs_emit()
zhangguopeng
2024-11-07
Revert "block: pre-calculate max_zone_append_sectors"
Jens Axboe
2024-11-04
block: pre-calculate max_zone_append_sectors
Christoph Hellwig
2024-10-22
block: enable passthrough command statistics
Keith Busch
2024-10-22
block: return void from the queue_sysfs_entry load_module method
Christoph Hellwig
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-06-28
block: add helper macros to de-duplicate the queue sysfs attributes
Christoph Hellwig
2024-06-26
block: convert features and flags to __bitwise types
Christoph Hellwig
2024-06-26
block: correctly report cache type
Christoph Hellwig
2024-06-20
block: Add core atomic write support
John Garry
2024-06-20
block: renumber and rename the cache disabled flag
Christoph Hellwig
2024-06-19
block: move the poll flag to queue_limits
Christoph Hellwig
2024-06-19
block: move the stable_writes flag to queue_limits
Christoph Hellwig
2024-06-19
block: move the io_stat flag setting to queue_limits
Christoph Hellwig
2024-06-19
block: move the add_random flag to queue_limits
Christoph Hellwig
2024-06-19
block: move the nonrot flag to queue_limits
Christoph Hellwig
2024-06-19
block: move cache control settings out of queue->flags
Christoph Hellwig
2024-06-19
block: freeze the queue in queue_attr_store
Christoph Hellwig
2024-05-09
blk-throttle: delay initialization until configuration
Yu Kuai
2024-05-09
blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOW
Yu Kuai
2024-04-17
block: Allow zero value of max_zone_append_sectors queue limit
Damien Le Moal
2024-02-13
block: use queue_limits_commit_update in queue_discard_max_store
Christoph Hellwig
2024-02-13
block: add a max_user_discard_sectors queue limit
Christoph Hellwig
[next]