aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block/blk-mq-sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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