summaryrefslogtreecommitdiff
path: root/block/blk-mq.c
AgeCommit message (Expand)Author
2015-04-11blk-mq: initialize 'struct request' and associated data to zeroLinus Torvalds
2015-03-13blk-mq: fix use of incorrect goto label in blk_mq_init_queue error pathMike Snitzer
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-02-10blk-mq: make blk_mq_run_queues() staticJens Axboe
2015-01-29blk-mq: release mq's kobjects in blk_release_queue()Ming Lei
2015-01-29Revert "blk-mq: fix hctx/ctx kobject use-after-free"Ming Lei
2015-01-23blk-mq: add tag allocation policyShaohua Li
2015-01-20blk-mq: fix hctx/ctx kobject use-after-freeMing Lei
2015-01-08blk-mq: End unstarted requests on a dying queueKeith Busch
2015-01-08blk-mq: Allow requests to never expireKeith Busch
2015-01-08blk-mq: Add helper to abort requeued requestsJens Axboe
2015-01-08blk-mq: Let drivers cancel requeue_workKeith Busch
2015-01-08blk-mq: Export if requests were startedKeith Busch
2015-01-08blk-mq: Wake tasks entering queue on dyingKeith Busch
2015-01-07blk-mq: get rid of ->cmd_size in the hardware queueJens Axboe
2015-01-02blk-mq: export blk_mq_freeze_queue()Jens Axboe
2014-12-31block: wake up waiters when a queue is marked dyingJens Axboe
2014-12-20blk-mq: Export freeze/unfreeze functionsKeith Busch
2014-12-20blk-mq: Exit queue on alloc failureKeith Busch
2014-12-13Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-12-08blk-mq: prevent unmapped hw queue from being scheduledMing Lei
2014-12-08Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linusJames Bottomley
2014-11-30blk-mq: move the kdump check to blk_mq_alloc_tag_setShaohua Li
2014-11-24blk-mq: handle the single queue case in blk_mq_hctx_next_cpuChristoph Hellwig
2014-11-17blk-mq: add blk_mq_free_hctx_request()Jens Axboe
2014-11-17blk-mq: export blk_mq_free_request()Jens Axboe
2014-11-12blk-mq: add blk_mq_unique_tag()Bart Van Assche
2014-11-11blk-mq: use get_cpu/put_cpu instead of preempt_disable/preempt_enablePaolo Bonzini
2014-11-11blk_mq: call preempt_disable/enable in blk_mq_run_hw_queue, and only if neededPaolo Bonzini
2014-11-04blk-mq: make mq_queue_reinit_notify() freeze queues in parallelTejun Heo
2014-10-29blk-mq: add BLK_MQ_F_DEFER_ISSUE support flagJens Axboe
2014-10-29blk-mq: add a 'list' parameter to ->queue_rq()Jens Axboe
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-10-13blk-mq: allocate cpumask on the home nodeJens Axboe
2014-09-25blk-mq: support per-distpatch_queue flush machineryMing Lei
2014-09-25block: introduce 'blk_mq_ctx' parameter to blk_get_flush_queueMing Lei
2014-09-25block: remove blk_init_flush() and its pairMing Lei
2014-09-25block: introduce blk_flush_queue to drive flush machineryMing Lei
2014-09-25block: introduce blk_init_flush and its pairMing Lei
2014-09-25blk-mq: allocate flush_rq in blk_mq_init_flush()Ming Lei
2014-09-25blk-mq: handle failure path for initializing hctxMing Lei
2014-09-24blk-mq, percpu_ref: start q->mq_usage_counter in atomic modeTejun Heo
2014-09-24percpu_ref: add PERCPU_REF_INIT_* flagsTejun Heo
2014-09-24Revert "blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during p...Tejun Heo
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo
2014-09-24blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probeTejun Heo
2014-09-22block: fix blk_abort_request on blk-mqChristoph Hellwig
2014-09-22blk-mq: limit memory consumption if a crash dump is activeJens Axboe
2014-09-22blk-mq: remove unnecessary blk_clear_rq_complete()Ming Lei
2014-09-22blk-mq: pass a reserved argument to the timeout handlerChristoph Hellwig