summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: move blk_mq_update_nr_hw_queues synchronize_rcu callGiuliano Procida2020-06-201-4/+4
* blk-mq: sync the update nr_hw_queues with blk_mq_queue_tag_busy_iterJianchao Wang2020-04-131-0/+4
* block/mq: fix potential deadlock during cpu hotplugWanpeng Li2018-04-241-2/+2
* blk-mq: fix kernel oops in blk_mq_tag_idle()Ming Lei2018-04-131-1/+2
* blk-mq: fix race between updating nr_hw_queues and switching io schedMing Lei2018-04-131-0/+4
* blk-mq: NVMe 512B/4K+T10 DIF/DIX format returns I/O error on dd with split opWen Xiong2018-04-131-2/+2
* block/mq: Cure cpu hotplug lock inversionPeter Zijlstra2018-03-241-2/+2
* blk-mq: initialize mq kobjects in blk_mq_init_allocated_queue()Ming Lei2017-12-141-1/+3
* blk-mq: Avoid memory reclaim when remapping queuesGabriel Krisman Bertazi2017-04-181-3/+3
* blk-mq: don't complete un-started request in timeout handlerMing Lei2017-03-301-10/+1
* blk-mq: Always schedule hctx->next_cpuGabriel Krisman Bertazi2017-01-191-3/+1
* blk-mq: Do not invoke .queue_rq() for a stopped queueBart Van Assche2017-01-061-3/+3
* blk-mq: update hardware and software queues for sleeping allocJens Axboe2016-10-271-3/+3
* Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-091-67/+56
|\
| * blk-mq: fixup "Convert to new hotplug state machine"Sebastian Andrzej Siewior2016-09-231-1/+1
| * blk-mq: Convert to new hotplug state machineSebastian Andrzej Siewior2016-09-221-44/+43
| * blk-mq/cpu-notif: Convert to new hotplug state machineThomas Gleixner2016-09-221-23/+13
* | Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-091-46/+37
|\ \
| * | blk-mq: kill unused blk_mq_create_mq_map()Jens Axboe2016-09-151-24/+0
| * | blk-mq: get rid of the cpumask in struct blk_mq_tagsChristoph Hellwig2016-09-151-4/+21
| * | blk-mq: allow the driver to pass in a queue mappingChristoph Hellwig2016-09-151-3/+15
| * | blk-mq: remove ->map_queueChristoph Hellwig2016-09-151-29/+11
| * | blk-mq: only allocate a single mq_map per tag_setChristoph Hellwig2016-09-151-8/+14
| * | blk-mq: don't redistribute hardware queues on a CPU hotplug eventChristoph Hellwig2016-09-151-2/+0
* | | Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-071-120/+63
|\ \ \
| * | | blk-mq: add flag for drivers wanting blocking ->queue_rq()Jens Axboe2016-09-221-1/+1
| * | | blk-mq: remove non-blocking pass in blk_mq_map_requestChristoph Hellwig2016-09-221-13/+1
| * | | blk-mq: get rid of manual run of queue with __blk_mq_run_hw_queue()Jens Axboe2016-09-221-14/+2
| | |/ | |/|
| * | sbitmap: push per-cpu last_tag into sbitmap_queueOmar Sandoval2016-09-171-1/+1
| * | blk-mq: abstract tag allocation out into sbitmap libraryOmar Sandoval2016-09-171-80/+32
| * | blk-mq: account higher order dispatchJens Axboe2016-09-161-4/+9
| |/
| * blk-mq: introduce blk_mq_delay_kick_requeue_list()Mike Snitzer2016-09-141-4/+12
| * blk-mq: prefetch request in blk_mq_tag_to_rq()Jens Axboe2016-08-291-1/+4
| * blk-mq: turn hctx->run_work into a regular work structJens Axboe2016-08-291-5/+4
* | blk-mq: skip unmapped queues in blk_mq_alloc_request_hctxChristoph Hellwig2016-09-231-2/+14
|/
* blk-mq: improve warning for running a queue on the wrong CPUJens Axboe2016-08-241-2/+3
* blk-mq: don't overwrite rq->mq_ctxJens Axboe2016-08-241-39/+16
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-5/+5
* blk-mq: Allow timeouts to run while queue is freezingGabriel Krisman Bertazi2016-08-041-1/+14
* Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-0/+43
|\
| * block: ensure bios return from blk_get_request are properly initializedChristoph Hellwig2016-07-201-0/+4
| * blk-mq: add blk_mq_alloc_request_hctxMing Lin2016-07-051-0/+39
* | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-20/+22
|\ \
| * | blk-mq: actually hook up defer list when running requestsOmar Sandoval2016-06-091-1/+1
| |/
| * block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-2/+2
| * block: convert is_sync helpers to use REQ_OPs.Mike Christie2016-06-071-4/+4
| * block: prepare mq request creation to use REQ_OPsMike Christie2016-06-071-14/+16
* | blk-mq: really fix plug list flushing for nomerge queuesOmar Sandoval2016-06-021-9/+8
|/
* blk-mq: clear q->mq_ops if init failMing Lin2016-05-261-1/+3
* blk-mq: fix undefined behaviour in order_to_size()Bartlomiej Zolnierkiewicz2016-05-161-1/+1