summaryrefslogtreecommitdiff
path: root/block/blk-sysfs.c
AgeCommit message (Expand)Author
2025-03-18block: fix a comment in the queue_attrs[] arrayChristoph Hellwig
2025-03-10block: protect read_ahead_kb using q->limits_lockNilay Shroff
2025-03-10block: protect wbt_lat_usec using q->elevator_lockNilay Shroff
2025-03-10block: protect nr_requests update using q->elevator_lockNilay Shroff
2025-03-10block: introduce a dedicated lock for protecting queue elevator updatesNilay Shroff
2025-03-10block: remove q->sysfs_lock for attributes which don't need itNilay Shroff
2025-03-10block: move q->sysfs_lock and queue-freeze under show/store methodNilay Shroff
2025-03-10block: acquire q->limits_lock while reading sysfs attributesNilay Shroff
2025-01-31block: force noio scope in blk_mq_freeze_queueChristoph Hellwig
2025-01-29block: get rid of request queue ->sysfs_dir_lockNilay Shroff
2025-01-13block: mark GFP_NOIO around sysfs ->store()Ming Lei
2025-01-10block: fix queue freeze vs limits lock order in sysfs store methodsChristoph Hellwig
2025-01-10block: add a store_limit operations for sysfs entriesChristoph Hellwig
2025-01-10block: don't update BLK_FEAT_POLL in __blk_mq_update_nr_hw_queuesChristoph Hellwig
2024-12-18block: Revert "block: Fix potential deadlock while freezing queue and acquiri...Ming Lei
2024-12-13block: Fix potential deadlock while freezing queue and acquiring sysfs_lockNilay Shroff
2024-12-13block: Fix queue_iostats_passthrough_show()Bart Van Assche
2024-11-18block: fix uaf for flush rq while iterating tagsYu Kuai
2024-11-11block: pre-calculate max_zone_append_sectorsChristoph Hellwig
2024-11-07block: Replace sprintf() with sysfs_emit()zhangguopeng
2024-11-07Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe
2024-11-04block: pre-calculate max_zone_append_sectorsChristoph Hellwig
2024-10-22block: enable passthrough command statisticsKeith Busch
2024-10-22block: return void from the queue_sysfs_entry load_module methodChristoph Hellwig
2024-09-10block: Prevent deadlocks when switching elevatorsDamien Le Moal
2024-06-28block: pass a gendisk to the queue_sysfs_entry methodsChristoph Hellwig
2024-06-28block: add helper macros to de-duplicate the queue sysfs attributesChristoph Hellwig
2024-06-26block: convert features and flags to __bitwise typesChristoph Hellwig
2024-06-26block: correctly report cache typeChristoph Hellwig
2024-06-20block: Add core atomic write supportJohn Garry
2024-06-20block: renumber and rename the cache disabled flagChristoph Hellwig
2024-06-19block: move the poll flag to queue_limitsChristoph Hellwig
2024-06-19block: move the stable_writes flag to queue_limitsChristoph Hellwig
2024-06-19block: move the io_stat flag setting to queue_limitsChristoph Hellwig
2024-06-19block: move the add_random flag to queue_limitsChristoph Hellwig
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig
2024-06-19block: freeze the queue in queue_attr_storeChristoph Hellwig
2024-05-09blk-throttle: delay initialization until configurationYu Kuai
2024-05-09blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOWYu Kuai
2024-04-17block: Allow zero value of max_zone_append_sectors queue limitDamien Le Moal
2024-02-13block: use queue_limits_commit_update in queue_discard_max_storeChristoph Hellwig
2024-02-13block: add a max_user_discard_sectors queue limitChristoph Hellwig
2024-02-13block: use queue_limits_commit_update in queue_max_sectors_storeChristoph Hellwig
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds
2023-12-27block: rename and document BLK_DEF_MAX_SECTORSChristoph Hellwig
2023-12-19block: remove support for the host aware zone modelChristoph Hellwig
2023-11-29block: Document the role of the two attribute groupsBart Van Assche
2023-07-17block: don't allow enabling a cache on devices that don't support itChristoph Hellwig
2023-07-17block: cleanup queue_wc_storeChristoph Hellwig