summaryrefslogtreecommitdiff
path: root/block/blk-mq.h
Commit message (Expand)AuthorAge
...
| * blk-mq: remove ->map_queueChristoph Hellwig2016-09-15
* | sbitmap: push per-cpu last_tag into sbitmap_queueOmar Sandoval2016-09-17
* | blk-mq: abstract tag allocation out into sbitmap libraryOmar Sandoval2016-09-17
|/
* blk-mq: dynamic h/w context countKeith Busch2016-02-09
* blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig2015-12-01
* blk-mq: mark __blk_mq_complete_request() staticJens Axboe2015-11-11
* blk-mq: remove unused blk_mq_clone_flush_request prototypeChristoph Hellwig2015-10-09
* blk-mq: avoid inserting requests before establishing new mappingAkinobu Mita2015-09-29
* blk-mq: release mq's kobjects in blk_release_queue()Ming Lei2015-01-29
* block: wake up waiters when a queue is marked dyingJens Axboe2014-12-31
* blk-mq: prevent unmapped hw queue from being scheduledMing Lei2014-12-08
* block: introduce blk_init_flush and its pairMing Lei2014-09-25
* blk-mq: allocate flush_rq in blk_mq_init_flush()Ming Lei2014-09-25
* block: fix blk_abort_request on blk-mqChristoph Hellwig2014-09-22
* blk-mq: decouble blk-mq freezing from generic bypassingTejun Heo2014-07-01
* blk-mq: fix schedule from atomic contextMing Lei2014-06-03
* blk-mq: move blk_mq_get_ctx/blk_mq_put_ctx to mq private headerMing Lei2014-06-03
* blk-mq: make the sysfs mq/ layout reflect current mappingsJens Axboe2014-05-30
* blk-mq: pass in suggested NUMA node to ->alloc_hctx()Jens Axboe2014-05-27
* blk-mq: allow the hctx cpu hotplug notifier to return errorsJens Axboe2014-05-21
* blk-mq: allow changing of queue depth through sysfsJens Axboe2014-05-20
* blk-mq: move the cache friendly bitmap type of out blk-mq-tagJens Axboe2014-05-19
* blk-mq: implement new and more efficient tagging schemeJens Axboe2014-05-09
* blk-mq: respect rq_affinityChristoph Hellwig2014-04-25
* blk-mq: fix race with timeouts and requeue eventsJens Axboe2014-04-24
* blk-mq: split out tag initialization, support shared tagsChristoph Hellwig2014-04-15
* blk-mq: make ->flush_rq fully transparent to driversChristoph Hellwig2014-04-15
* blk-mq: do not initialize req->specialChristoph Hellwig2014-04-15
* blk-mq: merge blk_mq_insert_request and blk_mq_run_requestChristoph Hellwig2014-03-21
* blk-mq: don't dump CPU -> hw queue map on driver loadJens Axboe2014-03-20
* blk-mq: rework flush sequencing logicChristoph Hellwig2014-02-10
* blk-mq: rework I/O completionsChristoph Hellwig2014-02-10
* blk-mq: use __smp_call_function_single directlyChristoph Hellwig2014-01-08
* block: blk-mq: don't export blk_mq_free_queue()Ming Lei2013-12-31
* block: blk-mq: support draining mq queueMing Lei2013-12-31
* blk-mq: new multi-queue block IO queueing mechanismJens Axboe2013-10-25