aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-sysfs.c
AgeCommit message (Expand)Author
2023-09-13block: don't allow enabling a cache on devices that don't support itChristoph Hellwig
2023-09-13block: 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
2022-06-28block: simplify disk shutdownChristoph Hellwig
2022-06-27block: Directly use ida_alloc()/free()Bo Liu
2022-06-27block: export dma_alignment attributeKeith Busch
2022-06-17block: remove per-disk debugfs files in blk_unregister_queueChristoph Hellwig
2022-06-17block: serialize all debugfs operations using q->debugfs_mutexChristoph Hellwig
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-03-08block: move blk_exit_queue into disk_releaseMing Lei
2022-03-08block: move q_usage_counter release into blk_queue_releaseMing Lei
2022-03-08block: move blkcg initialization/destroy into disk allocation/release handlerMing Lei
2022-02-28blk-crypto: show crypto capabilities in sysfsEric Biggers
2022-02-28block: don't delete queue kobject before its childrenEric Biggers
2022-02-28block: simplify calling convention of elv_unregister_queue()Eric Biggers
2022-02-22scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig
2022-02-11block: partition include/linux/blk-cgroup.hMing Lei
2022-01-17block: cleanup q->srcuMing Lei
2022-01-17block: Remove unnecessary variable assignmentGuoYong Zheng
2021-12-20block: call blk_exit_queue() before freeing q->statsMing Lei
2021-12-03blk-mq: move srcu from blk_mq_hw_ctx to request_queueMing Lei
2021-11-29block: don't include blk-mq-sched.h in blk.hChristoph Hellwig
2021-11-29block: remove the e argument to elevator_exitChristoph Hellwig
2021-11-29block: remove elevator_exitChristoph Hellwig
2021-11-29block: only allocate poll_stats if there's a user of themJens Axboe
2021-11-15blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release()Ming Lei