aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq-sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-10blk-mq: Fix uninitialized kobject at CPU hotpluggingTakashi Iwai1-5/+4
2014-09-24blk-mq, percpu_ref: start q->mq_usage_counter in atomic modeTejun Heo1-0/+6
2014-05-30blk-mq: blk_mq_unregister_hctx() can be staticFengguang Wu1-2/+2
2014-05-30blk-mq: make the sysfs mq/ layout reflect current mappingsJens Axboe1-19/+83
2014-05-13blk-mq: improve support for shared tags mapsJens Axboe1-0/+10
2014-04-25blk-mq: respect rq_affinityChristoph Hellwig1-42/+0
2014-04-09blk-mq: simplify blk_mq_hw_sysfs_cpus_show()Jens Axboe1-6/+2
2014-03-20blk-mq: don't dump CPU -> hw queue map on driver loadJens Axboe1-0/+31
2013-12-06block: fix memory leaks on unplugging block deviceAndrey Vagin1-0/+13
2013-10-25blk-mq: new multi-queue block IO queueing mechanismJens Axboe1-0/+384