aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-01blk-mq: decouble blk-mq freezing from generic bypassingTejun Heo1-1/+1
2014-06-03blk-mq: fix schedule from atomic contextMing Lei1-0/+23
2014-06-03blk-mq: move blk_mq_get_ctx/blk_mq_put_ctx to mq private headerMing Lei1-0/+22
2014-05-30blk-mq: make the sysfs mq/ layout reflect current mappingsJens Axboe1-0/+6
2014-05-27blk-mq: pass in suggested NUMA node to ->alloc_hctx()Jens Axboe1-0/+1
2014-05-21blk-mq: allow the hctx cpu hotplug notifier to return errorsJens Axboe1-1/+1
2014-05-20blk-mq: allow changing of queue depth through sysfsJens Axboe1-0/+1
2014-05-19blk-mq: move the cache friendly bitmap type of out blk-mq-tagJens Axboe1-0/+9
2014-05-09blk-mq: implement new and more efficient tagging schemeJens Axboe1-1/+3
2014-04-25blk-mq: respect rq_affinityChristoph Hellwig1-1/+0
2014-04-24blk-mq: fix race with timeouts and requeue eventsJens Axboe1-2/+0
2014-04-15blk-mq: split out tag initialization, support shared tagsChristoph Hellwig1-2/+3
2014-04-15blk-mq: make ->flush_rq fully transparent to driversChristoph Hellwig1-0/+2
2014-04-15blk-mq: do not initialize req->specialChristoph Hellwig1-1/+0
2014-03-21blk-mq: merge blk_mq_insert_request and blk_mq_run_requestChristoph Hellwig1-1/+0
2014-03-20blk-mq: don't dump CPU -> hw queue map on driver loadJens Axboe1-0/+2
2014-02-10blk-mq: rework flush sequencing logicChristoph Hellwig1-0/+1
2014-02-10blk-mq: rework I/O completionsChristoph Hellwig1-2/+1
2014-01-08blk-mq: use __smp_call_function_single directlyChristoph Hellwig1-1/+0
2013-12-31block: blk-mq: don't export blk_mq_free_queue()Ming Lei1-0/+1
2013-12-31block: blk-mq: support draining mq queueMing Lei1-0/+1
2013-10-25blk-mq: new multi-queue block IO queueing mechanismJens Axboe1-0/+52