summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-121-6/+7
|\
| * blk-mq: make blk_mq_run_queues() staticJens Axboe2015-02-101-5/+4
| * blk-mq: add tag allocation policyShaohua Li2015-01-231-1/+2
| * blk-mq: export blk_mq_freeze_queue()Jens Axboe2015-01-021-0/+1
* | blk-mq: release mq's kobjects in blk_release_queue()Ming Lei2015-01-291-7/+22
* | Revert "blk-mq: fix hctx/ctx kobject use-after-free"Ming Lei2015-01-291-1/+5
* | blk-mq: fix hctx/ctx kobject use-after-freeMing Lei2015-01-201-5/+1
* | blk-mq: End unstarted requests on a dying queueKeith Busch2015-01-081-1/+10
* | blk-mq: Allow requests to never expireKeith Busch2015-01-081-1/+3
* | blk-mq: Add helper to abort requeued requestsJens Axboe2015-01-081-0/+20
* | blk-mq: Let drivers cancel requeue_workKeith Busch2015-01-081-0/+6
* | blk-mq: Export if requests were startedKeith Busch2015-01-081-0/+6
* | blk-mq: Wake tasks entering queue on dyingKeith Busch2015-01-081-0/+7
* | blk-mq: get rid of ->cmd_size in the hardware queueJens Axboe2015-01-071-1/+0
|/
* 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
| |\ \
OpenPOWER on IntegriCloud