Age | Commit message (Expand) | Author |
2023-04-13 | blk-mq: include <linux/blk-mq.h> in block/blk-mq.h | Christoph Hellwig |
2023-04-13 | blk-mq: remove blk-mq-tag.h | Christoph Hellwig |
2023-02-09 | block: make kobj_type structures constant | Thomas Weißschuh |
2023-01-29 | blk-mq: cleanup unused methods: blk_mq_hw_sysfs_store | Zhong Jinghua |
2022-11-25 | blk-mq: fix possible memleak when register 'hctx' failed | Ye Bin |
2022-06-28 | blk-mq: cleanup disk sysfs registration | Christoph Hellwig |
2022-06-28 | blk-mq: rename blk_mq_sysfs_{,un}register | Christoph Hellwig |
2022-06-28 | block: remove the extra gendisk reference in __blk_mq_register_dev | Christoph Hellwig |
2022-03-08 | blk-mq: prepare for implementing hctx table via xarray | Ming Lei |
2021-12-03 | blk-mq: move srcu from blk_mq_hw_ctx to request_queue | Ming Lei |
2021-08-02 | block: remove blk-mq-sysfs dead code | Damien Le Moal |
2020-10-09 | blk-mq: move cancel of hctx->run_work to the front of blk_exit_queue | Yang Yang |
2019-11-04 | blk-mq: make sure that line break can be printed | Ming Lei |
2019-11-02 | blk-mq: avoid sysfs buffer overflow with too many CPU cores | Ming Lei |
2019-10-07 | block: Remove "dying" checks from sysfs callbacks | Bart Van Assche |
2019-08-27 | block: split .sysfs_lock into two locks | Ming Lei |
2019-08-27 | block: Remove blk_mq_register_dev() | Bart Van Assche |
2019-05-07 | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block | Linus Torvalds |
2019-05-04 | blk-mq: move cancel of hctx->run_work into blk_mq_hw_sysfs_release | Ming Lei |
2019-05-04 | blk-mq: free hw queue's resource in hctx's release handler | Ming Lei |
2019-04-30 | block: add SPDX tags to block layer files missing licensing information | Christoph Hellwig |
2019-04-25 | block: Replace all ktype default_attrs with groups | Kimberly Brown |
2018-12-17 | blk-mq: export hctx->type in debugfs instead of sysfs | Ming Lei |
2018-12-04 | block: move queues types to the block layer | Christoph Hellwig |
2018-11-21 | blk-mq: not embed .mq_kobj and ctx->kobj into queue instance | Ming Lei |
2018-11-15 | block: remove a few unused exports | Christoph Hellwig |
2018-11-07 | blk-mq: add 'type' attribute to the sysfs hctx directory | Jens Axboe |
2018-05-24 | block drivers/block: Use octal not symbolic permissions | Joe Perches |
2018-01-15 | block: properly protect the 'queue' kobj in blk_unregister_queue | Mike Snitzer |
2017-05-04 | blk-mq: untangle debugfs and sysfs | Omar Sandoval |
2017-05-04 | blk-mq: move debugfs declarations to a separate header file | Omar Sandoval |
2017-04-26 | blk-mq: Only unregister hctxs for which registration succeeded | Bart Van Assche |
2017-04-26 | blk-mq-debugfs: Rename functions for registering and unregistering the mq dir... | Bart Van Assche |
2017-04-26 | blk-mq: Let blk_mq_debugfs_register() look up the queue name | Bart Van Assche |
2017-04-26 | blk-mq: Register <dev>/queue/mq after having registered <dev>/queue | Bart Van Assche |
2017-03-08 | blk-mq: free hctx->cpumask in release handler of hctx's kobject | Ming Lei |
2017-03-08 | blk-mq: make lifetime consistent between hctx and its kobject | Ming Lei |
2017-03-08 | blk-mq: make lifetime consitent between q/ctx and its kobject | Ming Lei |
2017-03-08 | blk-mq: initialize mq kobjects in blk_mq_init_allocated_queue() | Ming Lei |
2017-02-02 | blk-mq: move debugfs_remove() of disk dir to blk_release_queue() | Omar Sandoval |
2017-01-27 | blk-mq: move hctx and ctx counters from sysfs to debugfs | Omar Sandoval |
2017-01-27 | blk-mq: move hctx io_poll, stats, and dispatched from sysfs to debugfs | Omar Sandoval |
2017-01-27 | blk-mq: move tags and sched_tags info from sysfs to debugfs | Omar Sandoval |
2017-01-27 | blk-mq: move hctx->dispatch and ctx->rq_list from sysfs to debugfs | Omar Sandoval |
2017-01-27 | blk-mq: create debugfs directory tree | Omar Sandoval |
2017-01-17 | blk-mq-sched: add framework for MQ capable IO schedulers | Jens Axboe |
2016-11-10 | block: add scalable completion tracking of requests | Jens Axboe |
2016-09-21 | blk-mq: register device instead of disk | Matias Bjørling |
2016-09-16 | blk-mq: account higher order dispatch | Jens Axboe |
2016-09-14 | block: enable zeroing of io_poll statistics | Stephen Bates |