aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-04blk-mq: don't lose requests if a stopped queue restartsShaohua Li1-0/+10
2015-04-23blk-mq: fix CPU hotplug handlingMing Lei1-21/+13
2015-04-23blk-mq: fix race between timeout and CPU hotplugMing Lei1-3/+13
2015-04-17blk-mq: fix iteration of busy bitmapJens Axboe1-3/+3
2015-04-16Merge branch 'for-4.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-26/+41
2015-04-15blk-mq: reduce unnecessary software queue loopingChong Yuan1-4/+9
2015-04-11blk-mq: initialize 'struct request' and associated data to zeroLinus Torvalds1-3/+1
2015-03-30blk-mq: put blk_queue_rq_timeout together in blk_mq_init_queue()Wei Fang1-4/+1
2015-03-30block: remove redundant check about 'set->nr_hw_queues' in blk_mq_alloc_tag_set()Xiaoguang Wang1-1/+1
2015-03-13blk-mq: don't wait in blk_mq_queue_enter() if __GFP_WAIT isn't setKeith Busch1-3/+6
2015-03-13blk-mq: export blk_mq_run_hw_queuesMike Snitzer1-4/+4
2015-03-13blk-mq: add blk_mq_init_allocated_queue and export blk_mq_register_diskMike Snitzer1-10/+20
2015-03-13blk-mq: fix use of incorrect goto label in blk_mq_init_queue error pathMike Snitzer1-3/+3
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+7
2015-02-10blk-mq: make blk_mq_run_queues() staticJens Axboe1-5/+4
2015-01-29blk-mq: release mq's kobjects in blk_release_queue()Ming Lei1-7/+22
2015-01-29Revert "blk-mq: fix hctx/ctx kobject use-after-free"Ming Lei1-1/+5
2015-01-23blk-mq: add tag allocation policyShaohua Li1-1/+2
2015-01-20blk-mq: fix hctx/ctx kobject use-after-freeMing Lei1-5/+1
2015-01-08blk-mq: End unstarted requests on a dying queueKeith Busch1-1/+10
2015-01-08blk-mq: Allow requests to never expireKeith Busch1-1/+3
2015-01-08blk-mq: Add helper to abort requeued requestsJens Axboe1-0/+20
2015-01-08blk-mq: Let drivers cancel requeue_workKeith Busch1-0/+6
2015-01-08blk-mq: Export if requests were startedKeith Busch1-0/+6
2015-01-08blk-mq: Wake tasks entering queue on dyingKeith Busch1-0/+7
2015-01-07blk-mq: get rid of ->cmd_size in the hardware queueJens Axboe1-1/+0
2015-01-02blk-mq: export blk_mq_freeze_queue()Jens Axboe1-0/+1
2014-12-31block: wake up waiters when a queue is marked dyingJens Axboe1-0/+10
2014-12-20blk-mq: Export freeze/unfreeze functionsKeith Busch1-2/+4
2014-12-20blk-mq: Exit queue on alloc failureKeith Busch1-1/+3
2014-12-13Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-46/+80
2014-12-08blk-mq: prevent unmapped hw queue from being scheduledMing Lei1-2/+6
2014-12-08Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linusJames Bottomley1-0/+2
2014-11-30blk-mq: move the kdump check to blk_mq_alloc_tag_setShaohua Li1-10/+10
2014-11-24blk-mq: handle the single queue case in blk_mq_hctx_next_cpuChristoph Hellwig1-21/+10
2014-11-17blk-mq: add blk_mq_free_hctx_request()Jens Axboe1-5/+12
2014-11-17blk-mq: export blk_mq_free_request()Jens Axboe1-0/+1
2014-11-12blk-mq: add blk_mq_unique_tag()Bart Van Assche1-0/+2
2014-11-11blk-mq: use get_cpu/put_cpu instead of preempt_disable/preempt_enablePaolo Bonzini1-4/+4
2014-11-11blk_mq: call preempt_disable/enable in blk_mq_run_hw_queue, and only if neededPaolo Bonzini1-9/+12
2014-11-04blk-mq: make mq_queue_reinit_notify() freeze queues in parallelTejun Heo1-8/+33
2014-10-29blk-mq: add BLK_MQ_F_DEFER_ISSUE support flagJens Axboe1-1/+6
2014-10-29blk-mq: add a 'list' parameter to ->queue_rq()Jens Axboe1-2/+27
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-177/+187
2014-10-13blk-mq: allocate cpumask on the home nodeJens Axboe1-1/+2
2014-09-25blk-mq: support per-distpatch_queue flush machineryMing Lei1-26/+24
2014-09-25block: introduce 'blk_mq_ctx' parameter to blk_get_flush_queueMing Lei1-1/+2
2014-09-25block: remove blk_init_flush() and its pairMing Lei1-1/+2
2014-09-25block: introduce blk_flush_queue to drive flush machineryMing Lei1-4/+6
2014-09-25block: introduce blk_init_flush and its pairMing Lei1-1/+1