summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: fix race between timeout and freeing requestMing Lei2017-11-081-15/+1
* blk-mq: fix CPU hotplug handlingMing Lei2015-08-061-21/+13
* blk-mq: fix use of incorrect goto label in blk_mq_init_queue error pathMike Snitzer2015-04-221-3/+3
* 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
| * | scsi-mq: fix requests that use a separate CDB bufferTony Battersby2014-08-221-0/+2
| * | blk-mq: blk_mq_freeze_queue() should allow nestingTejun Heo2014-08-211-4/+8
| * | blk-mq: correct a few wrong/bad commentsJens Axboe2014-08-211-3/+3
| * | blk-mq: don't allow merges if turned off for the queueJens Axboe2014-08-211-3/+9
| * | blk-mq: fix WARNING "percpu_ref_kill() called more than once!"Ming Lei2014-08-151-4/+0
| |/
* / percpu-refcount: add @gfp to percpu_ref_init()Tejun Heo2014-09-081-1/+2
|/
* blk-mq: use percpu_ref for mq usage countTejun Heo2014-07-011-39/+29
* blk-mq: collapse __blk_mq_drain_queue() into blk_mq_freeze_queue()Tejun Heo2014-07-011-14/+9
* blk-mq: decouble blk-mq freezing from generic bypassingTejun Heo2014-07-011-11/+6
* block, blk-mq: draining can't be skipped even if bypass_depth was non-zeroTejun Heo2014-07-011-5/+2
* blk-mq: fix a memory ordering bug in blk_mq_queue_enter()Tejun Heo2014-07-011-1/+1
* blk-mq: blk_mq_start_hw_queue() should use blk_mq_run_hw_queue()Jens Axboe2014-06-251-1/+1
* blk-mq: merge blk_mq_drain_queue and __blk_mq_drain_queueChristoph Hellwig2014-06-131-7/+2