summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
Commit message (Expand)AuthorAgeFilesLines
* blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probeTejun Heo2014-09-241-1/+10
* blk-mq: use blk_mq_start_hw_queues() when running requeue workJens Axboe2014-09-221-1/+5
* blk-mq: fix potential oops on out-of-memory in __blk_mq_alloc_rq_maps()Jens Axboe2014-09-221-1/+0
* blk-mq: avoid infinite recursion with the FUA flagChristoph Hellwig2014-09-221-8/+3
* blk-mq: Avoid race condition with uninitialized requestsDavid Hildenbrand2014-09-221-1/+3
* blk-mq: request deadline must be visible before marking rq as startedJens Axboe2014-09-221-0/+6
* blk-mq: scale depth and rq map appropriate if low on memoryJens Axboe2014-09-101-19/+69
* blk-mq: cleanup after blk_mq_init_rq_map failuresRobert Elliott2014-09-031-0/+3
* scsi-mq: fix requests that use a separate CDB bufferTony Battersby2014-08-221-0/+2
* blk-mq: blk_mq_freeze_queue() should allow nestingTejun Heo2014-08-211-4/+8
* blk-mq: correct a few wrong/bad commentsJens Axboe2014-08-211-3/+3
* blk-mq: don't allow merges if turned off for the queueJens Axboe2014-08-211-3/+9
* blk-mq: fix WARNING "percpu_ref_kill() called more than once!"Ming Lei2014-08-151-4/+0
* blk-mq: use percpu_ref for mq usage countTejun Heo2014-07-011-39/+29
* blk-mq: collapse __blk_mq_drain_queue() into blk_mq_freeze_queue()Tejun Heo2014-07-011-14/+9
* blk-mq: decouble blk-mq freezing from generic bypassingTejun Heo2014-07-011-11/+6
* block, blk-mq: draining can't be skipped even if bypass_depth was non-zeroTejun Heo2014-07-011-5/+2
* blk-mq: fix a memory ordering bug in blk_mq_queue_enter()Tejun Heo2014-07-011-1/+1
* blk-mq: blk_mq_start_hw_queue() should use blk_mq_run_hw_queue()Jens Axboe2014-06-251-1/+1
* blk-mq: merge blk_mq_drain_queue and __blk_mq_drain_queueChristoph Hellwig2014-06-131-7/+2
* blk-mq: properly drain stopped queuesChristoph Hellwig2014-06-131-1/+1
* blk-mq: add timer in blk_mq_start_requestMing Lei2014-06-091-16/+1
* blk-mq: always initialize request->start_timeJens Axboe2014-06-091-3/+2
* blk-mq: ->timeout should be cleared in blk_mq_rq_ctx_init()Jens Axboe2014-06-061-0/+2
* blk-mq: don't allow queue entering for a dying queueKeith Busch2014-06-061-2/+4
* blk-mq: bump max tag depth to 10K tagsJens Axboe2014-06-061-1/+12
* blk-mq: let blk_mq_tag_to_rq() take blk_mq_tags as the main parameterJens Axboe2014-06-041-7/+12
* blk-mq: fix regression from commit 624dbe475416Jens Axboe2014-06-041-0/+2
* blk-mq: handle NULL req return from blk_map_request in single queue modeJens Axboe2014-06-031-0/+2
* blk-mq: fix sparse warning on missed __percpu annotationMing Lei2014-06-031-1/+1
* blk-mq: fix schedule from atomic contextMing Lei2014-06-031-13/+23
* blk-mq: move blk_mq_get_ctx/blk_mq_put_ctx to mq private headerMing Lei2014-06-031-22/+0
* blk-mq: push IPI or local end_io decision to __blk_mq_complete_request()Jens Axboe2014-05-301-7/+13
* blk-mq: remember to start timeout handler for direct queueJens Axboe2014-05-301-0/+1
* blk-mq: make the sysfs mq/ layout reflect current mappingsJens Axboe2014-05-301-0/+4
* blk-mq: blk_mq_tag_to_rq should handle flush requestShaohua Li2014-05-301-3/+9
* blk-mq: request initialization optimizationsJens Axboe2014-05-291-17/+9
* block: add queue flag for disabling SG mergingJens Axboe2014-05-291-0/+3
* blk-mq: remove alloc_hctx and free_hctx methodsChristoph Hellwig2014-05-281-21/+5
* blk-mq: add file comments and update copyright noticesJens Axboe2014-05-281-0/+6
* blk-mq: remove blk_mq_alloc_request_pinnedChristoph Hellwig2014-05-281-32/+16
* blk-mq: do not use blk_mq_alloc_request_pinned in blk_mq_map_requestChristoph Hellwig2014-05-281-3/+5
* blk-mq: remove blk_mq_wait_for_tagsChristoph Hellwig2014-05-281-7/+6
* blk-mq: initialize request in __blk_mq_alloc_requestChristoph Hellwig2014-05-281-32/+30
* blk-mq: merge blk_mq_alloc_reserved_request into blk_mq_alloc_requestChristoph Hellwig2014-05-281-17/+3
* blk-mq: add helper to insert requests from irq contextChristoph Hellwig2014-05-281-1/+63
* blk-mq: allow non-softirq completionsJens Axboe2014-05-271-3/+9
* blk-mq: pass in suggested NUMA node to ->alloc_hctx()Jens Axboe2014-05-271-11/+15
* block: only allocate/free mq_usage_counter in blk-mqMing Lei2014-05-271-0/+5
* blk-mq: avoid code duplicationMing Lei2014-05-271-24/+37