summaryrefslogtreecommitdiffstats
path: root/block/blk-mq-sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* block: add block polling supportJens Axboe2015-11-071-0/+10
* block: generic request_queue reference countingDan Williams2015-10-211-6/+0
* blk-mq: fix deadlock when reading cpu_listAkinobu Mita2015-09-291-4/+0
* blk-mq: fix sysfs registration/unregistration raceAkinobu Mita2015-09-291-8/+22
* blk-mq: fix buffer overflow when reading sysfs file of 'pending'Ming Lei2015-08-151-7/+18
* blk-mq: add blk_mq_init_allocated_queue and export blk_mq_register_diskMike Snitzer2015-03-131-0/+1
* Revert "blk-mq: fix hctx/ctx kobject use-after-free"Ming Lei2015-01-291-23/+2
* blk-mq: fix hctx/ctx kobject use-after-freeMing Lei2015-01-201-2/+23
* blk-mq: Fix uninitialized kobject at CPU hotpluggingTakashi Iwai2014-12-101-5/+4
* blk-mq, percpu_ref: start q->mq_usage_counter in atomic modeTejun Heo2014-09-241-0/+6
* blk-mq: blk_mq_unregister_hctx() can be staticFengguang Wu2014-05-301-2/+2
* blk-mq: make the sysfs mq/ layout reflect current mappingsJens Axboe2014-05-301-19/+83
* blk-mq: improve support for shared tags mapsJens Axboe2014-05-131-0/+10
* blk-mq: respect rq_affinityChristoph Hellwig2014-04-251-42/+0
* blk-mq: simplify blk_mq_hw_sysfs_cpus_show()Jens Axboe2014-04-091-6/+2
* blk-mq: don't dump CPU -> hw queue map on driver loadJens Axboe2014-03-201-0/+31
* block: fix memory leaks on unplugging block deviceAndrey Vagin2013-12-061-0/+13
* blk-mq: new multi-queue block IO queueing mechanismJens Axboe2013-10-251-0/+384