summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-12-14blk-mq: initialize mq kobjects in blk_mq_init_allocated_queue()Ming Lei3-4/+5
2016-09-21blk-mq: register device instead of diskMatias Bjørling4-15/+12
2016-09-16blk-mq: account higher order dispatchJens Axboe2-7/+14
2016-09-14block: enable zeroing of io_poll statisticsStephen Bates1-1/+10
2016-09-14block: add poll_considered statisticStephen Bates3-3/+10
2016-08-04blk-mq: fix deadlock in blk_mq_register_disk() error pathJens Axboe1-4/+8
2016-03-20blk-mq: Use proper cpumask iteratorThomas Gleixner3-17/+6
2016-02-09blk-mq: dynamic h/w context countKeith Busch4-73/+112
2015-11-07block: add block polling supportJens Axboe5-0/+99
2015-10-21block: generic request_queue reference countingDan Williams7-75/+102
2015-09-29blk-mq: fix deadlock when reading cpu_listAkinobu Mita2-4/+7
2015-09-29blk-mq: fix sysfs registration/unregistration raceAkinobu Mita4-12/+27
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 Snitzer3-10/+23
2015-01-29Revert "blk-mq: fix hctx/ctx kobject use-after-free"Ming Lei2-24/+7
2015-01-20blk-mq: fix hctx/ctx kobject use-after-freeMing Lei2-7/+24
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 Heo4-3/+21
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 Axboe4-19/+94
2014-05-13blk-mq: improve support for shared tags mapsJens Axboe9-27/+236
2014-04-25blk-mq: respect rq_affinityChristoph Hellwig4-46/+6
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 Axboe4-10/+43
2013-12-06block: fix memory leaks on unplugging block deviceAndrey Vagin1-0/+13
2013-10-25blk-mq: new multi-queue block IO queueing mechanismJens Axboe18-109/+2890