aboutsummaryrefslogtreecommitdiff
path: root/block/blk-mq.h
AgeCommit message (Expand)Author
2014-12-31block: wake up waiters when a queue is marked dyingJens Axboe
2014-12-08blk-mq: prevent unmapped hw queue from being scheduledMing Lei
2014-09-25block: introduce blk_init_flush and its pairMing Lei
2014-09-25blk-mq: allocate flush_rq in blk_mq_init_flush()Ming Lei
2014-09-22block: fix blk_abort_request on blk-mqChristoph Hellwig
2014-07-01blk-mq: decouble blk-mq freezing from generic bypassingTejun Heo
2014-06-03blk-mq: fix schedule from atomic contextMing Lei
2014-06-03blk-mq: move blk_mq_get_ctx/blk_mq_put_ctx to mq private headerMing Lei
2014-05-30blk-mq: make the sysfs mq/ layout reflect current mappingsJens Axboe
2014-05-27blk-mq: pass in suggested NUMA node to ->alloc_hctx()Jens Axboe
2014-05-21blk-mq: allow the hctx cpu hotplug notifier to return errorsJens Axboe
2014-05-20blk-mq: allow changing of queue depth through sysfsJens Axboe
2014-05-19blk-mq: move the cache friendly bitmap type of out blk-mq-tagJens Axboe
2014-05-09blk-mq: implement new and more efficient tagging schemeJens Axboe
2014-04-25blk-mq: respect rq_affinityChristoph Hellwig
2014-04-24blk-mq: fix race with timeouts and requeue eventsJens Axboe
2014-04-15blk-mq: split out tag initialization, support shared tagsChristoph Hellwig
2014-04-15blk-mq: make ->flush_rq fully transparent to driversChristoph Hellwig
2014-04-15blk-mq: do not initialize req->specialChristoph Hellwig
2014-03-21blk-mq: merge blk_mq_insert_request and blk_mq_run_requestChristoph Hellwig
2014-03-20blk-mq: don't dump CPU -> hw queue map on driver loadJens Axboe
2014-02-10blk-mq: rework flush sequencing logicChristoph Hellwig
2014-02-10blk-mq: rework I/O completionsChristoph Hellwig
2014-01-08blk-mq: use __smp_call_function_single directlyChristoph Hellwig
2013-12-31block: blk-mq: don't export blk_mq_free_queue()Ming Lei
2013-12-31block: blk-mq: support draining mq queueMing Lei
2013-10-25blk-mq: new multi-queue block IO queueing mechanismJens Axboe