aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq-sysfs.c
AgeCommit message (Expand)Author
2023-04-13blk-mq: include <linux/blk-mq.h> in block/blk-mq.hChristoph Hellwig
2023-04-13blk-mq: remove blk-mq-tag.hChristoph Hellwig
2023-02-09block: make kobj_type structures constantThomas Weißschuh
2023-01-29blk-mq: cleanup unused methods: blk_mq_hw_sysfs_storeZhong Jinghua
2022-11-25blk-mq: fix possible memleak when register 'hctx' failedYe Bin
2022-06-28blk-mq: cleanup disk sysfs registrationChristoph Hellwig
2022-06-28blk-mq: rename blk_mq_sysfs_{,un}registerChristoph Hellwig
2022-06-28block: remove the extra gendisk reference in __blk_mq_register_devChristoph Hellwig
2022-03-08blk-mq: prepare for implementing hctx table via xarrayMing Lei
2021-12-03blk-mq: move srcu from blk_mq_hw_ctx to request_queueMing Lei
2021-08-02block: remove blk-mq-sysfs dead codeDamien Le Moal
2020-10-09blk-mq: move cancel of hctx->run_work to the front of blk_exit_queueYang Yang
2019-11-04blk-mq: make sure that line break can be printedMing Lei
2019-11-02blk-mq: avoid sysfs buffer overflow with too many CPU coresMing Lei
2019-10-07block: Remove "dying" checks from sysfs callbacksBart Van Assche
2019-08-27block: split .sysfs_lock into two locksMing Lei
2019-08-27block: Remove blk_mq_register_dev()Bart Van Assche
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-05-04blk-mq: move cancel of hctx->run_work into blk_mq_hw_sysfs_releaseMing Lei
2019-05-04blk-mq: free hw queue's resource in hctx's release handlerMing Lei
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig
2019-04-25block: Replace all ktype default_attrs with groupsKimberly Brown
2018-12-17blk-mq: export hctx->type in debugfs instead of sysfsMing Lei
2018-12-04block: move queues types to the block layerChristoph Hellwig
2018-11-21blk-mq: not embed .mq_kobj and ctx->kobj into queue instanceMing Lei
2018-11-15block: remove a few unused exportsChristoph Hellwig
2018-11-07blk-mq: add 'type' attribute to the sysfs hctx directoryJens Axboe
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches
2018-01-15block: properly protect the 'queue' kobj in blk_unregister_queueMike Snitzer
2017-05-04blk-mq: untangle debugfs and sysfsOmar Sandoval
2017-05-04blk-mq: move debugfs declarations to a separate header fileOmar Sandoval
2017-04-26blk-mq: Only unregister hctxs for which registration succeededBart Van Assche
2017-04-26blk-mq-debugfs: Rename functions for registering and unregistering the mq dir...Bart Van Assche
2017-04-26blk-mq: Let blk_mq_debugfs_register() look up the queue nameBart Van Assche
2017-04-26blk-mq: Register <dev>/queue/mq after having registered <dev>/queueBart Van Assche
2017-03-08blk-mq: free hctx->cpumask in release handler of hctx's kobjectMing Lei
2017-03-08blk-mq: make lifetime consistent between hctx and its kobjectMing Lei
2017-03-08blk-mq: make lifetime consitent between q/ctx and its kobjectMing Lei
2017-03-08blk-mq: initialize mq kobjects in blk_mq_init_allocated_queue()Ming Lei
2017-02-02blk-mq: move debugfs_remove() of disk dir to blk_release_queue()Omar Sandoval
2017-01-27blk-mq: move hctx and ctx counters from sysfs to debugfsOmar Sandoval
2017-01-27blk-mq: move hctx io_poll, stats, and dispatched from sysfs to debugfsOmar Sandoval
2017-01-27blk-mq: move tags and sched_tags info from sysfs to debugfsOmar Sandoval
2017-01-27blk-mq: move hctx->dispatch and ctx->rq_list from sysfs to debugfsOmar Sandoval
2017-01-27blk-mq: create debugfs directory treeOmar Sandoval
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe
2016-11-10block: add scalable completion tracking of requestsJens Axboe
2016-09-21blk-mq: register device instead of diskMatias Bjørling
2016-09-16blk-mq: account higher order dispatchJens Axboe
2016-09-14block: enable zeroing of io_poll statisticsStephen Bates