summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-12-14blk-mq: initialize mq kobjects in blk_mq_init_allocated_queue()Ming Lei3-4/+5
2016-10-10Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-blockLinus Torvalds5-149/+58
2016-10-10Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds27-191/+159
2016-09-22blk-mq/cpu-notif: Convert to new hotplug state machineThomas Gleixner5-105/+15
2016-09-17sbitmap: push per-cpu last_tag into sbitmap_queueOmar Sandoval6-42/+98
2016-09-17blk-mq: abstract tag allocation out into sbitmap libraryOmar Sandoval11-476/+789
2016-09-15blk-mq: allow the driver to pass in a queue mappingChristoph Hellwig4-26/+24
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig18-65/+25
2016-02-09blk-mq: dynamic h/w context countKeith Busch4-73/+112
2015-12-01blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig11-42/+42
2015-11-11blk-mq: mark __blk_mq_complete_request() staticJens Axboe2-2/+1
2015-10-09blk-mq: remove unused blk_mq_clone_flush_request prototypeChristoph Hellwig1-2/+0
2015-09-29blk-mq: avoid inserting requests before establishing new mappingAkinobu Mita3-19/+52
2015-01-29blk-mq: release mq's kobjects in blk_release_queue()Ming Lei3-7/+26
2014-12-31block: wake up waiters when a queue is marked dyingJens Axboe5-5/+42
2014-12-09blk-mq: prevent unmapped hw queue from being scheduledMing Lei2-2/+11
2014-09-25block: introduce blk_init_flush and its pairMing Lei6-8/+26
2014-09-25blk-mq: allocate flush_rq in blk_mq_init_flush()Ming Lei3-12/+17
2014-09-22block: fix blk_abort_request on blk-mqChristoph Hellwig3-2/+8
2014-07-01blk-mq: decouble blk-mq freezing from generic bypassingTejun Heo4-13/+9
2014-06-04blk-mq: fix schedule from atomic contextMing Lei4-31/+78
2014-06-04blk-mq: move blk_mq_get_ctx/blk_mq_put_ctx to mq private headerMing Lei2-22/+22
2014-05-30blk-mq: make the sysfs mq/ layout reflect current mappingsJens Axboe4-19/+94
2014-05-27blk-mq: pass in suggested NUMA node to ->alloc_hctx()Jens Axboe5-45/+37
2014-05-21blk-mq: allow the hctx cpu hotplug notifier to return errorsJens Axboe4-10/+15
2014-05-20blk-mq: allow changing of queue depth through sysfsJens Axboe8-60/+134
2014-05-19blk-mq: move the cache friendly bitmap type of out blk-mq-tagJens Axboe3-11/+17
2014-05-09blk-mq: implement new and more efficient tagging schemeJens Axboe5-99/+391
2014-04-25blk-mq: respect rq_affinityChristoph Hellwig4-46/+6
2014-04-24blk-mq: fix race with timeouts and requeue eventsJens Axboe4-18/+42
2014-04-15blk-mq: split out tag initialization, support shared tagsChristoph Hellwig8-200/+262
2014-04-15blk-mq: make ->flush_rq fully transparent to driversChristoph Hellwig3-10/+24
2014-04-15blk-mq: do not initialize req->specialChristoph Hellwig5-27/+9
2014-03-21blk-mq: merge blk_mq_insert_request and blk_mq_run_requestChristoph Hellwig5-49/+14
2014-03-20blk-mq: don't dump CPU -> hw queue map on driver loadJens Axboe4-10/+43
2014-02-10blk-mq: rework flush sequencing logicChristoph Hellwig7-117/+76
2014-02-10blk-mq: rework I/O completionsChristoph Hellwig4-24/+37
2014-01-08blk-mq: use __smp_call_function_single directlyChristoph Hellwig3-89/+11
2013-12-31block: blk-mq: don't export blk_mq_free_queue()Ming Lei4-2/+2
2013-12-31block: blk-mq: support draining mq queueMing Lei4-18/+40
2013-10-25blk-mq: new multi-queue block IO queueing mechanismJens Axboe18-109/+2890