summaryrefslogtreecommitdiff
path: root/block/blk-sysfs.c
AgeCommit message (Expand)AuthorFilesLines
12 daysblock: fix race between wbt_enable_default and IO submissionMing Lei1-1/+1
2025-11-19block: Remove queue freezing from several sysfs store callbacksBart Van Assche1-18/+8
2025-09-10blk-mq: fix potential deadlock while nr_requests grownYu Kuai1-8/+21
2025-09-10blk-mq: convert to serialize updating nr_requests with update_nr_hwq_lockYu Kuai1-5/+20
2025-09-10blk-mq: check invalid nr_requests in queue_requests_store()Yu Kuai1-0/+13
2025-09-10blk-mq: remove useless checking in queue_requests_store()Yu Kuai1-3/+0
2025-08-25block: Move a misplaced comment in queue_wb_lat_store()Bart Van Assche1-5/+5
2025-08-13block: restore default wbt enablementJulian Sun1-1/+1
2025-08-11block: fix kobject double initialization in add_diskZheng Qixing1-7/+5
2025-07-28Merge tag 'vfs-6.17-rc1.fallocate' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+26
2025-07-12block: fix kobject leak in blk_unregister_queueMing Lei1-0/+1
2025-06-23block: introduce max_{hw|user}_wzeroes_unmap_sectors to queue limitsZhang Yi1-0/+26
2025-05-08block: move removing elevator after deleting disk->queue_kobjMing Lei1-3/+3
2025-05-08block: don't quiesce queue for calling elevator_set_none()Ming Lei1-4/+1
2025-05-06block: introduce a write_stream_granularity queue limitChristoph Hellwig1-0/+3
2025-05-06block: introduce max_write_streams queue limitKeith Busch1-0/+3
2025-05-06block: move wbt_enable_default() out of queue freezing from sched ->exit()Ming Lei1-6/+4
2025-05-06block: unifying elevator changeMing Lei1-12/+7
2025-04-14block: fix resource leak in blk_register_queue() error pathZheng Qixing1-0/+2
2025-03-18block: fix a comment in the queue_attrs[] arrayChristoph Hellwig1-5/+0
2025-03-10block: protect read_ahead_kb using q->limits_lockNilay Shroff1-6/+10
2025-03-10block: protect wbt_lat_usec using q->elevator_lockNilay Shroff1-12/+8
2025-03-10block: protect nr_requests update using q->elevator_lockNilay Shroff1-5/+5
2025-03-10block: introduce a dedicated lock for protecting queue elevator updatesNilay Shroff1-10/+22
2025-03-10block: remove q->sysfs_lock for attributes which don't need itNilay Shroff1-53/+28
2025-03-10block: move q->sysfs_lock and queue-freeze under show/store methodNilay Shroff1-66/+144
2025-03-10block: acquire q->limits_lock while reading sysfs attributesNilay Shroff1-37/+65
2025-01-31block: force noio scope in blk_mq_freeze_queueChristoph Hellwig1-5/+3
2025-01-29block: get rid of request queue ->sysfs_dir_lockNilay Shroff1-5/+0
2025-01-13block: mark GFP_NOIO around sysfs ->store()Ming Lei1-0/+3
2025-01-10block: fix queue freeze vs limits lock order in sysfs store methodsChristoph Hellwig1-8/+10
2025-01-10block: add a store_limit operations for sysfs entriesChristoph Hellwig1-67/+61
2025-01-10block: don't update BLK_FEAT_POLL in __blk_mq_update_nr_hw_queuesChristoph Hellwig1-1/+8
2024-12-18block: Revert "block: Fix potential deadlock while freezing queue and acquiri...Ming Lei1-2/+2
2024-12-13block: Fix potential deadlock while freezing queue and acquiring sysfs_lockNilay Shroff1-2/+2
2024-12-13block: Fix queue_iostats_passthrough_show()Bart Van Assche1-1/+1
2024-11-19block: fix uaf for flush rq while iterating tagsYu Kuai1-4/+2
2024-11-11block: pre-calculate max_zone_append_sectorsChristoph Hellwig1-14/+3
2024-11-08block: Replace sprintf() with sysfs_emit()zhangguopeng1-12/+12
2024-11-07Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe1-3/+14
2024-11-04block: pre-calculate max_zone_append_sectorsChristoph Hellwig1-14/+3
2024-10-22block: enable passthrough command statisticsKeith Busch1-0/+30
2024-10-22block: return void from the queue_sysfs_entry load_module methodChristoph Hellwig1-6/+3
2024-09-10block: Prevent deadlocks when switching elevatorsDamien Le Moal1-1/+21
2024-06-29block: pass a gendisk to the queue_sysfs_entry methodsChristoph Hellwig1-91/+89
2024-06-29block: add helper macros to de-duplicate the queue sysfs attributesChristoph Hellwig1-173/+82
2024-06-26block: convert features and flags to __bitwise typesChristoph Hellwig1-3/+3
2024-06-26block: correctly report cache typeChristoph Hellwig1-3/+3
2024-06-21block: Add core atomic write supportJohn Garry1-0/+33
2024-06-20block: renumber and rename the cache disabled flagChristoph Hellwig1-3/+3