summaryrefslogtreecommitdiffstats
path: root/block/blk-sysfs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* block: Revert "block: Fix potential deadlock while freezing queue and acquiri...Ming Lei2024-12-181-2/+2
* block: Fix potential deadlock while freezing queue and acquiring sysfs_lockNilay Shroff2024-12-131-2/+2
* block: Fix queue_iostats_passthrough_show()Bart Van Assche2024-12-131-1/+1
* block: fix uaf for flush rq while iterating tagsYu Kuai2024-11-191-4/+2
* block: pre-calculate max_zone_append_sectorsChristoph Hellwig2024-11-111-14/+3
* block: Replace sprintf() with sysfs_emit()zhangguopeng2024-11-071-12/+12
* Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe2024-11-071-3/+14
* block: pre-calculate max_zone_append_sectorsChristoph Hellwig2024-11-041-14/+3
* block: enable passthrough command statisticsKeith Busch2024-10-221-0/+30
* block: return void from the queue_sysfs_entry load_module methodChristoph Hellwig2024-10-221-6/+3
* block: Prevent deadlocks when switching elevatorsDamien Le Moal2024-09-101-1/+21
* block: pass a gendisk to the queue_sysfs_entry methodsChristoph Hellwig2024-06-281-91/+89
* block: add helper macros to de-duplicate the queue sysfs attributesChristoph Hellwig2024-06-281-173/+82
* block: convert features and flags to __bitwise typesChristoph Hellwig2024-06-261-3/+3
* block: correctly report cache typeChristoph Hellwig2024-06-261-3/+3
* block: Add core atomic write supportJohn Garry2024-06-201-0/+33
* block: renumber and rename the cache disabled flagChristoph Hellwig2024-06-201-3/+3
* block: move the poll flag to queue_limitsChristoph Hellwig2024-06-191-2/+2
* block: move the stable_writes flag to queue_limitsChristoph Hellwig2024-06-191-28/+1
* block: move the io_stat flag setting to queue_limitsChristoph Hellwig2024-06-191-1/+1
* block: move the add_random flag to queue_limitsChristoph Hellwig2024-06-191-3/+3
* block: move the nonrot flag to queue_limitsChristoph Hellwig2024-06-191-3/+36
* block: move cache control settings out of queue->flagsChristoph Hellwig2024-06-191-10/+19
* block: freeze the queue in queue_attr_storeChristoph Hellwig2024-06-191-7/+2
* blk-throttle: delay initialization until configurationYu Kuai2024-05-091-1/+0
* blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOWYu Kuai2024-05-091-7/+0
* block: Allow zero value of max_zone_append_sectors queue limitDamien Le Moal2024-04-171-1/+1
* block: use queue_limits_commit_update in queue_discard_max_storeChristoph Hellwig2024-02-131-3/+10
* block: add a max_user_discard_sectors queue limitChristoph Hellwig2024-02-131-9/+8
* block: use queue_limits_commit_update in queue_max_sectors_storeChristoph Hellwig2024-02-131-25/+12
* Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds2024-01-111-8/+3
|\
| * block: rename and document BLK_DEF_MAX_SECTORSChristoph Hellwig2023-12-271-1/+1
| * block: remove support for the host aware zone modelChristoph Hellwig2023-12-201-7/+2
* | block: Document the role of the two attribute groupsBart Van Assche2023-11-291-0/+2
|/
* block: don't allow enabling a cache on devices that don't support itChristoph Hellwig2023-07-171-4/+7
* block: cleanup queue_wc_storeChristoph Hellwig2023-07-171-11/+3
* blk-sysfs: add a new attr_group for blk_mqYu Kuai2023-06-261-11/+31
* blk-wbt: don't create wbt sysfs entry if CONFIG_BLK_WBT is disabledYu Kuai2023-06-261-69/+74
* blk-mq: include <linux/blk-mq.h> in block/blk-mq.hChristoph Hellwig2023-04-131-1/+0
* blk-mq: remove hybrid pollingKeith Busch2023-03-201-24/+1
* block: make kobj_type structures constantThomas Weißschuh2023-02-091-1/+1
* blk-wbt: move private information from blk-wbt.h to blk-wbt.cChristoph Hellwig2023-02-031-0/+1
* blk-wbt: pass a gendisk to wbt_initChristoph Hellwig2023-02-031-1/+1
* blk-wbt: pass a gendisk to wbt_{enable,disable}_defaultChristoph Hellwig2023-02-031-1/+1
* block: save user max_sectors limitKeith Busch2023-01-291-6/+15
* block: untangle request_queue refcounting from sysfsChristoph Hellwig2022-11-301-63/+23
* block: fix error unwinding in blk_register_queueChristoph Hellwig2022-11-301-12/+16
* block: factor out a blk_debugfs_remove helperChristoph Hellwig2022-11-301-7/+14
* blk-crypto: pass a gendisk to blk_crypto_sysfs_{,un}registerChristoph Hellwig2022-11-301-2/+2
* blk-mq: move the srcu_struct used for quiescing to the tagsetChristoph Hellwig2022-11-021-7/+2