summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
* | Merge branch 'for-linus' into for-3.18/coreJens Axboe2014-09-111-33/+94
|\|
| * 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
* | block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence2014-08-281-2/+6
|/
* 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
* blk-mq: properly drain stopped queuesChristoph Hellwig2014-06-131-1/+1
* blk-mq: add timer in blk_mq_start_requestMing Lei2014-06-091-16/+1
* blk-mq: always initialize request->start_timeJens Axboe2014-06-091-3/+2
* blk-mq: ->timeout should be cleared in blk_mq_rq_ctx_init()Jens Axboe2014-06-061-0/+2
* blk-mq: don't allow queue entering for a dying queueKeith Busch2014-06-061-2/+4
* blk-mq: bump max tag depth to 10K tagsJens Axboe2014-06-061-1/+12
* blk-mq: let blk_mq_tag_to_rq() take blk_mq_tags as the main parameterJens Axboe2014-06-041-7/+12
* blk-mq: fix regression from commit 624dbe475416Jens Axboe2014-06-041-0/+2
* blk-mq: handle NULL req return from blk_map_request in single queue modeJens Axboe2014-06-031-0/+2
* blk-mq: fix sparse warning on missed __percpu annotationMing Lei2014-06-031-1/+1
* blk-mq: fix schedule from atomic contextMing Lei2014-06-031-13/+23
* blk-mq: move blk_mq_get_ctx/blk_mq_put_ctx to mq private headerMing Lei2014-06-031-22/+0
* blk-mq: push IPI or local end_io decision to __blk_mq_complete_request()Jens Axboe2014-05-301-7/+13
* blk-mq: remember to start timeout handler for direct queueJens Axboe2014-05-301-0/+1
* blk-mq: make the sysfs mq/ layout reflect current mappingsJens Axboe2014-05-301-0/+4