summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
AgeCommit message (Expand)Author
2015-07-16blk-mq: set default timeout as 30 secondsMing Lei
2015-06-25Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-09blk-mq: free hctx->ctxs in queue's release handlerMing Lei
2015-06-01blk-mq: Shared tag enhancementsKeith Busch
2015-05-19block: use an atomic_t for mq_freeze_depthChristoph Hellwig
2015-05-08blk-mq: make plug work for mutiple disks and queuesShaohua Li
2015-05-08blk-mq: do limited block plug for multiple queue caseShaohua Li
2015-05-08blk-mq: avoid re-initialize request which is failed in direct dispatchShaohua Li
2015-05-08blk-mq: fix plugging in blk_sq_make_requestJeff Moyer
2015-05-04blk-mq: don't lose requests if a stopped queue restartsShaohua Li
2015-04-23blk-mq: fix CPU hotplug handlingMing Lei
2015-04-23blk-mq: fix race between timeout and CPU hotplugMing Lei
2015-04-17blk-mq: fix iteration of busy bitmapJens Axboe
2015-04-16Merge branch 'for-4.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-04-15blk-mq: reduce unnecessary software queue loopingChong Yuan
2015-04-11blk-mq: initialize 'struct request' and associated data to zeroLinus Torvalds
2015-03-30blk-mq: put blk_queue_rq_timeout together in blk_mq_init_queue()Wei Fang
2015-03-30block: remove redundant check about 'set->nr_hw_queues' in blk_mq_alloc_tag_s...Xiaoguang Wang
2015-03-13blk-mq: don't wait in blk_mq_queue_enter() if __GFP_WAIT isn't setKeith Busch
2015-03-13blk-mq: export blk_mq_run_hw_queuesMike Snitzer
2015-03-13blk-mq: add blk_mq_init_allocated_queue and export blk_mq_register_diskMike Snitzer
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