summaryrefslogtreecommitdiffstats
path: root/block/blk-sysfs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* blk-wbt: don't show valid wbt_lat_usec in sysfs while wbt is disabledYu Kuai2022-10-241-0/+3
* blk-throttle: pass a gendisk to blk_throtl_register_queueChristoph Hellwig2022-09-271-1/+1
* block: move ->bio_split to the gendiskChristoph Hellwig2022-08-031-2/+0
* block: move zone related fields to struct gendiskChristoph Hellwig2022-07-061-1/+1
* block: remove queue_max_open_zones and queue_max_active_zonesChristoph Hellwig2022-07-061-2/+2
* block: call blk_queue_free_zone_bitmaps from disk_releaseChristoph Hellwig2022-07-061-2/+0
* block: simplify disk_set_independent_access_rangesChristoph Hellwig2022-06-291-1/+1
* blk-mq: cleanup disk sysfs registrationChristoph Hellwig2022-06-281-5/+4
* block: use default groups to register the queue attributesChristoph Hellwig2022-06-281-6/+6
* block: remove a superflous queue kobject referenceChristoph Hellwig2022-06-281-5/+1
* block: simplify blktrace sysfs attribute creationChristoph Hellwig2022-06-281-10/+1