aboutsummaryrefslogtreecommitdiff
path: root/block/blk-sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-09blk-throttle: delay initialization until configurationGravatar Yu Kuai 1-1/+0
2024-05-09blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOWGravatar Yu Kuai 1-7/+0
2024-04-17block: Allow zero value of max_zone_append_sectors queue limitGravatar Damien Le Moal 1-1/+1
2024-02-13block: use queue_limits_commit_update in queue_discard_max_storeGravatar Christoph Hellwig 1-3/+10
2024-02-13block: add a max_user_discard_sectors queue limitGravatar Christoph Hellwig 1-9/+8
2024-02-13block: use queue_limits_commit_update in queue_max_sectors_storeGravatar Christoph Hellwig 1-25/+12
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-8/+3
2023-12-27block: rename and document BLK_DEF_MAX_SECTORSGravatar Christoph Hellwig 1-1/+1
2023-12-19block: remove support for the host aware zone modelGravatar Christoph Hellwig 1-7/+2
2023-11-29block: Document the role of the two attribute groupsGravatar Bart Van Assche 1-0/+2
2023-07-17block: don't allow enabling a cache on devices that don't support itGravatar Christoph Hellwig 1-4/+7
2023-07-17block: cleanup queue_wc_storeGravatar Christoph Hellwig 1-11/+3
2023-06-26blk-sysfs: add a new attr_group for blk_mqGravatar Yu Kuai 1-11/+31
2023-06-26blk-wbt: don't create wbt sysfs entry if CONFIG_BLK_WBT is disabledGravatar Yu Kuai 1-69/+74
2023-04-13blk-mq: include <linux/blk-mq.h> in block/blk-mq.hGravatar Christoph Hellwig 1-1/+0
2023-03-20blk-mq: remove hybrid pollingGravatar Keith Busch 1-24/+1
2023-02-09block: make kobj_type structures constantGravatar Thomas Weißschuh 1-1/+1
2023-02-03blk-wbt: move private information from blk-wbt.h to blk-wbt.cGravatar Christoph Hellwig 1-0/+1
2023-02-03blk-wbt: pass a gendisk to wbt_initGravatar Christoph Hellwig 1-1/+1
2023-02-03blk-wbt: pass a gendisk to wbt_{enable,disable}_defaultGravatar Christoph Hellwig 1-1/+1
2023-01-29block: save user max_sectors limitGravatar Keith Busch 1-6/+15
2022-11-30block: untangle request_queue refcounting from sysfsGravatar Christoph Hellwig 1-63/+23
2022-11-30block: fix error unwinding in blk_register_queueGravatar Christoph Hellwig 1-12/+16
2022-11-30block: factor out a blk_debugfs_remove helperGravatar Christoph Hellwig 1-7/+14
2022-11-30blk-crypto: pass a gendisk to blk_crypto_sysfs_{,un}registerGravatar Christoph Hellwig 1-2/+2
2022-11-02blk-mq: move the srcu_struct used for quiescing to the tagsetGravatar Christoph Hellwig 1-7/+2
2022-10-23blk-wbt: don't show valid wbt_lat_usec in sysfs while wbt is disabledGravatar Yu Kuai 1-0/+3
2022-09-26blk-throttle: pass a gendisk to blk_throtl_register_queueGravatar Christoph Hellwig 1-1/+1
2022-08-02block: move ->bio_split to the gendiskGravatar Christoph Hellwig 1-2/+0
2022-07-06block: move zone related fields to struct gendiskGravatar Christoph Hellwig 1-1/+1
2022-07-06block: remove queue_max_open_zones and queue_max_active_zonesGravatar Christoph Hellwig 1-2/+2
2022-07-06block: call blk_queue_free_zone_bitmaps from disk_releaseGravatar Christoph Hellwig 1-2/+0
2022-06-29block: simplify disk_set_independent_access_rangesGravatar Christoph Hellwig 1-1/+1
2022-06-28blk-mq: cleanup disk sysfs registrationGravatar Christoph Hellwig 1-5/+4
2022-06-28block: use default groups to register the queue attributesGravatar Christoph Hellwig 1-6/+6
2022-06-28block: remove a superflous queue kobject referenceGravatar Christoph Hellwig 1-5/+1
2022-06-28block: simplify blktrace sysfs attribute creationGravatar Christoph Hellwig 1-10/+1
2022-06-28block: simplify disk shutdownGravatar Christoph Hellwig 1-5/+0
2022-06-27block: Directly use ida_alloc()/free()Gravatar Bo Liu 1-1/+1
2022-06-27block: export dma_alignment attributeGravatar Keith Busch 1-0/+7
2022-06-17block: remove per-disk debugfs files in blk_unregister_queueGravatar Christoph Hellwig 1-8/+8
2022-06-17block: serialize all debugfs operations using q->debugfs_mutexGravatar Christoph Hellwig 1-11/+9
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-2/+1
2022-03-08block: move blk_exit_queue into disk_releaseGravatar Ming Lei 1-16/+0
2022-03-08block: move q_usage_counter release into blk_queue_releaseGravatar Ming Lei 1-0/+2
2022-03-08block: move blkcg initialization/destroy into disk allocation/release handlerGravatar Ming Lei 1-7/+0
2022-02-28blk-crypto: show crypto capabilities in sysfsGravatar Eric Biggers 1-0/+6
2022-02-28block: don't delete queue kobject before its childrenGravatar Eric Biggers 1-3/+5
2022-02-28block: simplify calling convention of elv_unregister_queue()Gravatar Eric Biggers 1-2/+1
2022-02-22scsi: block: Remove REQ_OP_WRITE_SAME supportGravatar Christoph Hellwig 1-2/+1