summaryrefslogtreecommitdiff
path: root/block/blk-mq.c
Commit message (Expand)AuthorAge
* blk-mq: update hardware and software queues for sleeping allocJens Axboe2016-10-27
* Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-09
|\
| * blk-mq: fixup "Convert to new hotplug state machine"Sebastian Andrzej Siewior2016-09-23
| * blk-mq: Convert to new hotplug state machineSebastian Andrzej Siewior2016-09-22
| * blk-mq/cpu-notif: Convert to new hotplug state machineThomas Gleixner2016-09-22
* | Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-09
|\ \
| * | blk-mq: kill unused blk_mq_create_mq_map()Jens Axboe2016-09-15
| * | blk-mq: get rid of the cpumask in struct blk_mq_tagsChristoph Hellwig2016-09-15
| * | blk-mq: allow the driver to pass in a queue mappingChristoph Hellwig2016-09-15
| * | blk-mq: remove ->map_queueChristoph Hellwig2016-09-15
| * | blk-mq: only allocate a single mq_map per tag_setChristoph Hellwig2016-09-15
| * | blk-mq: don't redistribute hardware queues on a CPU hotplug eventChristoph Hellwig2016-09-15
* | | Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-07
|\ \ \
| * | | blk-mq: add flag for drivers wanting blocking ->queue_rq()Jens Axboe2016-09-22
| * | | blk-mq: remove non-blocking pass in blk_mq_map_requestChristoph Hellwig2016-09-22
| * | | blk-mq: get rid of manual run of queue with __blk_mq_run_hw_queue()Jens Axboe2016-09-22
| | |/ | |/|
| * | 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: account higher order dispatchJens Axboe2016-09-16
| |/
| * blk-mq: introduce blk_mq_delay_kick_requeue_list()Mike Snitzer2016-09-14
| * blk-mq: prefetch request in blk_mq_tag_to_rq()Jens Axboe2016-08-29
| * blk-mq: turn hctx->run_work into a regular work structJens Axboe2016-08-29
* | blk-mq: skip unmapped queues in blk_mq_alloc_request_hctxChristoph Hellwig2016-09-23
|/
* blk-mq: improve warning for running a queue on the wrong CPUJens Axboe2016-08-24
* blk-mq: don't overwrite rq->mq_ctxJens Axboe2016-08-24
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-07
* blk-mq: Allow timeouts to run while queue is freezingGabriel Krisman Bertazi2016-08-04
* Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-26
|\
| * block: ensure bios return from blk_get_request are properly initializedChristoph Hellwig2016-07-20
| * blk-mq: add blk_mq_alloc_request_hctxMing Lin2016-07-05
* | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-26
|\ \
| * | blk-mq: actually hook up defer list when running requestsOmar Sandoval2016-06-09
| |/
| * block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-07
| * block: convert is_sync helpers to use REQ_OPs.Mike Christie2016-06-07
| * block: prepare mq request creation to use REQ_OPsMike Christie2016-06-07
* | blk-mq: really fix plug list flushing for nomerge queuesOmar Sandoval2016-06-02
|/
* blk-mq: clear q->mq_ops if init failMing Lin2016-05-26
* blk-mq: fix undefined behaviour in order_to_size()Bartlomiej Zolnierkiewicz2016-05-16
* block: Minor blk_account_io_start usage cleanupMichael Callahan2016-05-03
* blk-mq: Use proper cpumask iteratorThomas Gleixner2016-03-20
* Merge branch 'for-4.6/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-03-18
|\
| * blk-mq: add bounds check on tag-to-rq conversionHannes Reinecke2016-03-15
| * blk-mq: Fix NULL pointer updating nr_requestsKeith Busch2016-03-03
| * blk-mq: mark request queue as mq asapMing Lei2016-02-14
| * blk-mq: dynamic h/w context countKeith Busch2016-02-09
* | blk-mq: End unstarted requests on dying queueKeith Busch2016-02-11
|/
* Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-21
|\
| * block: remove REQ_NO_TIMEOUT flagChristoph Hellwig2015-12-22
| * block: defer timeouts to a workqueueChristoph Hellwig2015-12-22
* | blk-mq: Avoid memoryless numa node encoded in hctx numa_nodeRaghavendra K T2015-12-03