summaryrefslogtreecommitdiff
path: root/block/blk-sysfs.c
AgeCommit message (Expand)Author
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
2023-06-26blk-sysfs: add a new attr_group for blk_mqYu Kuai
2023-06-26blk-wbt: don't create wbt sysfs entry if CONFIG_BLK_WBT is disabledYu Kuai
2023-04-13blk-mq: include <linux/blk-mq.h> in block/blk-mq.hChristoph Hellwig
2023-03-20blk-mq: remove hybrid pollingKeith Busch
2023-02-09block: make kobj_type structures constantThomas Weißschuh
2023-02-03blk-wbt: move private information from blk-wbt.h to blk-wbt.cChristoph Hellwig
2023-02-03blk-wbt: pass a gendisk to wbt_initChristoph Hellwig
2023-02-03blk-wbt: pass a gendisk to wbt_{enable,disable}_defaultChristoph Hellwig
2023-01-29block: save user max_sectors limitKeith Busch
2022-11-30block: untangle request_queue refcounting from sysfsChristoph Hellwig
2022-11-30block: fix error unwinding in blk_register_queueChristoph Hellwig
2022-11-30block: factor out a blk_debugfs_remove helperChristoph Hellwig
2022-11-30blk-crypto: pass a gendisk to blk_crypto_sysfs_{,un}registerChristoph Hellwig
2022-11-02blk-mq: move the srcu_struct used for quiescing to the tagsetChristoph Hellwig
2022-10-23blk-wbt: don't show valid wbt_lat_usec in sysfs while wbt is disabledYu Kuai
2022-09-26blk-throttle: pass a gendisk to blk_throtl_register_queueChristoph Hellwig
2022-08-02block: move ->bio_split to the gendiskChristoph Hellwig
2022-07-06block: move zone related fields to struct gendiskChristoph Hellwig
2022-07-06block: remove queue_max_open_zones and queue_max_active_zonesChristoph Hellwig
2022-07-06block: call blk_queue_free_zone_bitmaps from disk_releaseChristoph Hellwig
2022-06-29block: simplify disk_set_independent_access_rangesChristoph Hellwig
2022-06-28blk-mq: cleanup disk sysfs registrationChristoph Hellwig
2022-06-28block: use default groups to register the queue attributesChristoph Hellwig
2022-06-28block: remove a superflous queue kobject referenceChristoph Hellwig
2022-06-28block: simplify blktrace sysfs attribute creationChristoph Hellwig