summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: export blk_mq_freeze_queue()Jens Axboe2015-01-021-0/+1
* block: wake up waiters when a queue is marked dyingJens Axboe2014-12-311-0/+10
* blk-mq: Export freeze/unfreeze functionsKeith Busch2014-12-201-2/+4
* blk-mq: Exit queue on alloc failureKeith Busch2014-12-201-1/+3
* Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-12-131-46/+80
|\
| * blk-mq: prevent unmapped hw queue from being scheduledMing Lei2014-12-081-2/+6
| * blk-mq: move the kdump check to blk_mq_alloc_tag_setShaohua Li2014-11-301-10/+10
| * blk-mq: handle the single queue case in blk_mq_hctx_next_cpuChristoph Hellwig2014-11-241-21/+10
| * blk-mq: add blk_mq_free_hctx_request()Jens Axboe2014-11-171-5/+12
| * blk-mq: export blk_mq_free_request()Jens Axboe2014-11-171-0/+1
| * blk-mq: use get_cpu/put_cpu instead of preempt_disable/preempt_enablePaolo Bonzini2014-11-111-4/+4
| * blk_mq: call preempt_disable/enable in blk_mq_run_hw_queue, and only if neededPaolo Bonzini2014-11-111-9/+12
| * blk-mq: add BLK_MQ_F_DEFER_ISSUE support flagJens Axboe2014-10-291-1/+6
| * blk-mq: add a 'list' parameter to ->queue_rq()Jens Axboe2014-10-291-2/+27
* | Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linusJames Bottomley2014-12-081-0/+2
|\ \
| * | blk-mq: add blk_mq_unique_tag()Bart Van Assche2014-11-121-0/+2
| |/
* / blk-mq: make mq_queue_reinit_notify() freeze queues in parallelTejun Heo2014-11-041-8/+33
|/
* Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-181-177/+187
|\
| * blk-mq: allocate cpumask on the home nodeJens Axboe2014-10-131-1/+2
| * blk-mq: support per-distpatch_queue flush machineryMing Lei2014-09-251-26/+24
| * block: introduce 'blk_mq_ctx' parameter to blk_get_flush_queueMing Lei2014-09-251-1/+2
| * block: remove blk_init_flush() and its pairMing Lei2014-09-251-1/+2
| * block: introduce blk_flush_queue to drive flush machineryMing Lei2014-09-251-4/+6
| * block: introduce blk_init_flush and its pairMing Lei2014-09-251-1/+1
| * blk-mq: allocate flush_rq in blk_mq_init_flush()Ming Lei2014-09-251-10/+6
| * blk-mq: handle failure path for initializing hctxMing Lei2014-09-251-45/+69
| * block: fix blk_abort_request on blk-mqChristoph Hellwig2014-09-221-1/+1
| * blk-mq: limit memory consumption if a crash dump is activeJens Axboe2014-09-221-0/+11
| * blk-mq: remove unnecessary blk_clear_rq_complete()Ming Lei2014-09-221-1/+0
| * blk-mq: pass a reserved argument to the timeout handlerChristoph Hellwig2014-09-221-3/+3
| * blk-mq: unshared timeout handlerChristoph Hellwig2014-09-221-16/+37
| * blk-mq: fix and simplify tag iteration for the timeout handlerChristoph Hellwig2014-09-221-60/+25
| * blk-mq: rename blk_mq_end_io to blk_mq_end_requestChristoph Hellwig2014-09-221-8/+8
| * blk-mq: call blk_mq_start_request from ->queue_rqChristoph Hellwig2014-09-221-7/+6
| * blk-mq: remove REQ_ENDChristoph Hellwig2014-09-221-17/+5
| * Merge branch 'for-linus' into for-3.18/coreJens Axboe2014-09-221-11/+17
| |\
| * \ Merge branch 'for-linus' into for-3.18/coreJens Axboe2014-09-111-33/+94
| |\ \
| * | | block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence2014-08-281-2/+6
* | | | blk-mq, percpu_ref: start q->mq_usage_counter in atomic modeTejun Heo2014-09-241-1/+5
* | | | percpu_ref: add PERCPU_REF_INIT_* flagsTejun Heo2014-09-241-1/+1
* | | | Revert "blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during p...Tejun Heo2014-09-241-10/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo2014-09-241-43/+119
|\ \ \ \
| * | | | blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probeTejun Heo2014-09-241-1/+10
| | |_|/ | |/| |
| * | | blk-mq: use blk_mq_start_hw_queues() when running requeue workJens Axboe2014-09-221-1/+5
| * | | blk-mq: fix potential oops on out-of-memory in __blk_mq_alloc_rq_maps()Jens Axboe2014-09-221-1/+0
| * | | blk-mq: avoid infinite recursion with the FUA flagChristoph Hellwig2014-09-221-8/+3
| * | | blk-mq: Avoid race condition with uninitialized requestsDavid Hildenbrand2014-09-221-1/+3
| * | | blk-mq: request deadline must be visible before marking rq as startedJens Axboe2014-09-221-0/+6
| | |/ | |/|
| * | blk-mq: scale depth and rq map appropriate if low on memoryJens Axboe2014-09-101-19/+69
| * | blk-mq: cleanup after blk_mq_init_rq_map failuresRobert Elliott2014-09-031-0/+3