aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block/blk-mq-sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-04blk-mq: make sure that line break can be printedMing Lei1-1/+1
2019-11-02blk-mq: avoid sysfs buffer overflow with too many CPU coresMing Lei1-5/+10
2019-10-07block: Remove "dying" checks from sysfs callbacksBart Van Assche1-12/+4
2019-08-27block: split .sysfs_lock into two locksMing Lei1-6/+6
2019-08-27block: Remove blk_mq_register_dev()Bart Van Assche1-11/+0
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+9
2019-05-04blk-mq: move cancel of hctx->run_work into blk_mq_hw_sysfs_releaseMing Lei1-0/+2
2019-05-04blk-mq: free hw queue's resource in hctx's release handlerMing Lei1-0/+6
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig1-0/+1
2019-04-25block: Replace all ktype default_attrs with groupsKimberly Brown1-6/+2
2018-12-17blk-mq: export hctx->type in debugfs instead of sysfsMing Lei1-17/+0
2018-12-04block: move queues types to the block layerChristoph Hellwig1-1/+8
2018-11-21blk-mq: not embed .mq_kobj and ctx->kobj into queue instanceMing Lei1-10/+24
2018-11-15block: remove a few unused exportsChristoph Hellwig1-1/+0
2018-11-07blk-mq: add 'type' attribute to the sysfs hctx directoryJens Axboe1-0/+10
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches1-3/+3
2018-01-15block: properly protect the 'queue' kobj in blk_unregister_queueMike Snitzer1-8/+1
2017-05-04blk-mq: untangle debugfs and sysfsOmar Sandoval1-11/+0
2017-05-04blk-mq: move debugfs declarations to a separate header fileOmar Sandoval1-0/+1
2017-04-26blk-mq: Only unregister hctxs for which registration succeededBart Van Assche1-5/+13
2017-04-26blk-mq-debugfs: Rename functions for registering and unregistering the mq directoryBart Van Assche1-3/+3
2017-04-26blk-mq: Let blk_mq_debugfs_register() look up the queue nameBart Van Assche1-1/+1
2017-04-26blk-mq: Register <dev>/queue/mq after having registered <dev>/queueBart Van Assche1-7/+28
2017-03-08blk-mq: free hctx->cpumask in release handler of hctx's kobjectMing Lei1-0/+1
2017-03-08blk-mq: make lifetime consistent between hctx and its kobjectMing Lei1-5/+10
2017-03-08blk-mq: make lifetime consitent between q/ctx and its kobjectMing Lei1-7/+13
2017-03-08blk-mq: initialize mq kobjects in blk_mq_init_allocated_queue()Ming Lei1-3/+1
2017-02-02blk-mq: move debugfs_remove() of disk dir to blk_release_queue()Omar Sandoval1-1/+1
2017-01-27blk-mq: move hctx and ctx counters from sysfs to debugfsOmar Sandoval1-64/+0
2017-01-27blk-mq: move hctx io_poll, stats, and dispatched from sysfs to debugfsOmar Sandoval1-92/+0
2017-01-27blk-mq: move tags and sched_tags info from sysfs to debugfsOmar Sandoval1-17/+16
2017-01-27blk-mq: move hctx->dispatch and ctx->rq_list from sysfs to debugfsOmar Sandoval1-57/+0
2017-01-27blk-mq: create debugfs directory treeOmar Sandoval1-0/+8
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe1-0/+13
2016-11-10block: add scalable completion tracking of requestsJens Axboe1-0/+47
2016-09-21blk-mq: register device instead of diskMatias Bjørling1-10/+7
2016-09-16blk-mq: account higher order dispatchJens Axboe1-3/+5
2016-09-14block: enable zeroing of io_poll statisticsStephen Bates1-1/+10
2016-09-14block: add poll_considered statisticStephen Bates1-1/+3
2016-08-04blk-mq: fix deadlock in blk_mq_register_disk() error pathJens Axboe1-4/+8
2016-03-20blk-mq: Use proper cpumask iteratorThomas Gleixner1-2/+4
2016-02-09blk-mq: dynamic h/w context countKeith Busch1-4/+5
2015-11-07block: add block polling supportJens Axboe1-0/+10
2015-10-21block: generic request_queue reference countingDan Williams1-6/+0
2015-09-29blk-mq: fix deadlock when reading cpu_listAkinobu Mita1-4/+0
2015-09-29blk-mq: fix sysfs registration/unregistration raceAkinobu Mita1-8/+22
2015-08-15blk-mq: fix buffer overflow when reading sysfs file of 'pending'Ming Lei1-7/+18
2015-03-13blk-mq: add blk_mq_init_allocated_queue and export blk_mq_register_diskMike Snitzer1-0/+1
2015-01-29Revert "blk-mq: fix hctx/ctx kobject use-after-free"Ming Lei1-23/+2
2015-01-20blk-mq: fix hctx/ctx kobject use-after-freeMing Lei1-2/+23