summaryrefslogtreecommitdiffstats
path: root/block/blk-sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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-191-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-231-0/+3
* blk-throttle: pass a gendisk to blk_throtl_register_queueChristoph Hellwig2022-09-261-1/+1
* block: move ->bio_split to the gendiskChristoph Hellwig2022-08-021-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
* block: simplify disk shutdownChristoph Hellwig2022-06-281-5/+0
* block: Directly use ida_alloc()/free()Bo Liu2022-06-271-1/+1
* block: export dma_alignment attributeKeith Busch2022-06-271-0/+7
* block: remove per-disk debugfs files in blk_unregister_queueChristoph Hellwig2022-06-171-8/+8
* block: serialize all debugfs operations using q->debugfs_mutexChristoph Hellwig2022-06-171-11/+9
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-241-2/+1
|\
| * scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig2022-02-221-2/+1
* | block: move blk_exit_queue into disk_releaseMing Lei2022-03-081-16/+0
* | block: move q_usage_counter release into blk_queue_releaseMing Lei2022-03-081-0/+2
* | block: move blkcg initialization/destroy into disk allocation/release handlerMing Lei2022-03-081-7/+0
* | blk-crypto: show crypto capabilities in sysfsEric Biggers2022-02-281-0/+6
* | block: don't delete queue kobject before its childrenEric Biggers2022-02-281-3/+5
* | block: simplify calling convention of elv_unregister_queue()Eric Biggers2022-02-281-2/+1
* | block: partition include/linux/blk-cgroup.hMing Lei2022-02-111-1/+1
|/
* block: cleanup q->srcuMing Lei2022-01-171-0/+3
* block: Remove unnecessary variable assignmentGuoYong Zheng2022-01-171-1/+0