aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
AgeCommit message (Expand)Author
2014-09-24blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probeTejun Heo
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-10blk-mq: scale depth and rq map appropriate if low on memoryJens Axboe
2014-09-03blk-mq: cleanup after blk_mq_init_rq_map failuresRobert Elliott
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
2014-06-09blk-mq: add timer in blk_mq_start_requestMing Lei
2014-06-09blk-mq: always initialize request->start_timeJens Axboe
2014-06-06blk-mq: ->timeout should be cleared in blk_mq_rq_ctx_init()Jens Axboe
2014-06-06blk-mq: don't allow queue entering for a dying queueKeith Busch
2014-06-06blk-mq: bump max tag depth to 10K tagsJens Axboe
2014-06-04blk-mq: let blk_mq_tag_to_rq() take blk_mq_tags as the main parameterJens Axboe
2014-06-04blk-mq: fix regression from commit 624dbe475416Jens Axboe
2014-06-03blk-mq: handle NULL req return from blk_map_request in single queue modeJens Axboe
2014-06-03blk-mq: fix sparse warning on missed __percpu annotationMing Lei
2014-06-03blk-mq: fix schedule from atomic contextMing Lei
2014-06-03blk-mq: move blk_mq_get_ctx/blk_mq_put_ctx to mq private headerMing Lei
2014-05-30blk-mq: push IPI or local end_io decision to __blk_mq_complete_request()Jens Axboe
2014-05-30blk-mq: remember to start timeout handler for direct queueJens Axboe
2014-05-30blk-mq: make the sysfs mq/ layout reflect current mappingsJens Axboe
2014-05-30blk-mq: blk_mq_tag_to_rq should handle flush requestShaohua Li
2014-05-29blk-mq: request initialization optimizationsJens Axboe
2014-05-29block: add queue flag for disabling SG mergingJens Axboe
2014-05-28blk-mq: remove alloc_hctx and free_hctx methodsChristoph Hellwig
2014-05-28blk-mq: add file comments and update copyright noticesJens Axboe
2014-05-28blk-mq: remove blk_mq_alloc_request_pinnedChristoph Hellwig
2014-05-28blk-mq: do not use blk_mq_alloc_request_pinned in blk_mq_map_requestChristoph Hellwig
2014-05-28blk-mq: remove blk_mq_wait_for_tagsChristoph Hellwig
2014-05-28blk-mq: initialize request in __blk_mq_alloc_requestChristoph Hellwig
2014-05-28blk-mq: merge blk_mq_alloc_reserved_request into blk_mq_alloc_requestChristoph Hellwig
2014-05-28blk-mq: add helper to insert requests from irq contextChristoph Hellwig
2014-05-27blk-mq: allow non-softirq completionsJens Axboe
2014-05-27blk-mq: pass in suggested NUMA node to ->alloc_hctx()Jens Axboe
2014-05-27block: only allocate/free mq_usage_counter in blk-mqMing Lei
2014-05-27blk-mq: avoid code duplicationMing Lei