summaryrefslogtreecommitdiff
path: root/block/blk-sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* block: call blk_exit_queue() before freeing q->statsMing Lei2021-12-201-2/+2
* blk-mq: move srcu from blk_mq_hw_ctx to request_queueMing Lei2021-12-031-1/+2
* block: don't include blk-mq-sched.h in blk.hChristoph Hellwig2021-11-291-0/+1
* block: remove the e argument to elevator_exitChristoph Hellwig2021-11-291-1/+1
* block: remove elevator_exitChristoph Hellwig2021-11-291-1/+1
* block: only allocate poll_stats if there's a user of themJens Axboe2021-11-291-1/+2
* blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release()Ming Lei2021-11-151-10/+0
* block: Add independent access ranges supportDamien Le Moal2021-10-261-8/+18
* block: don't allow writing to the poll queue attributeChristoph Hellwig2021-10-181-19/+4
* block: move blk-throtl fast path inlineJens Axboe2021-10-181-0/+1
* block: call blk_register_queue earlier in device_add_diskChristoph Hellwig2021-08-231-9/+0