aboutsummaryrefslogtreecommitdiff
path: root/block/blk-mq.c
AgeCommit message (Expand)Author
2015-08-06blk-mq: fix CPU hotplug handlingMing Lei
2015-04-22blk-mq: fix use of incorrect goto label in blk_mq_init_queue error pathMike Snitzer
2014-11-04blk-mq: make mq_queue_reinit_notify() freeze queues in parallelTejun Heo
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
2014-09-22blk-mq: unshared timeout handlerChristoph Hellwig
2014-09-22blk-mq: fix and simplify tag iteration for the timeout handlerChristoph Hellwig
2014-09-22blk-mq: rename blk_mq_end_io to blk_mq_end_requestChristoph Hellwig
2014-09-22blk-mq: call blk_mq_start_request from ->queue_rqChristoph Hellwig
2014-09-22blk-mq: remove REQ_ENDChristoph Hellwig
2014-09-22Merge branch 'for-linus' into for-3.18/coreJens Axboe
2014-09-22blk-mq: use blk_mq_start_hw_queues() when running requeue workJens Axboe
2014-09-22blk-mq: fix potential oops on out-of-memory in __blk_mq_alloc_rq_maps()Jens Axboe
2014-09-22blk-mq: avoid infinite recursion with the FUA flagChristoph Hellwig
2014-09-22blk-mq: Avoid race condition with uninitialized requestsDavid Hildenbrand
2014-09-22blk-mq: request deadline must be visible before marking rq as startedJens Axboe
2014-09-11Merge branch 'for-linus' into for-3.18/coreJens Axboe
2014-09-10blk-mq: scale depth and rq map appropriate if low on memoryJens Axboe
2014-09-08percpu-refcount: add @gfp to percpu_ref_init()Tejun Heo
2014-09-03blk-mq: cleanup after blk_mq_init_rq_map failuresRobert Elliott
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence
2014-08-22scsi-mq: fix requests that use a separate CDB bufferTony Battersby
2014-08-21blk-mq: blk_mq_freeze_queue() should allow nestingTejun Heo
2014-08-21blk-mq: correct a few wrong/bad commentsJens Axboe
2014-08-21blk-mq: don't allow merges if turned off for the queueJens Axboe
2014-08-15blk-mq: fix WARNING "percpu_ref_kill() called more than once!"Ming Lei
2014-07-01blk-mq: use percpu_ref for mq usage countTejun Heo
2014-07-01blk-mq: collapse __blk_mq_drain_queue() into blk_mq_freeze_queue()Tejun Heo
2014-07-01blk-mq: decouble blk-mq freezing from generic bypassingTejun Heo
2014-07-01block, blk-mq: draining can't be skipped even if bypass_depth was non-zeroTejun Heo
2014-07-01blk-mq: fix a memory ordering bug in blk_mq_queue_enter()Tejun Heo
2014-06-25blk-mq: blk_mq_start_hw_queue() should use blk_mq_run_hw_queue()Jens Axboe
2014-06-13blk-mq: merge blk_mq_drain_queue and __blk_mq_drain_queueChristoph Hellwig
2014-06-13blk-mq: properly drain stopped queuesChristoph Hellwig