summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* blk-mq: fix leak of hctx->ctx_mapMing Lei2014-05-271-0/+1
* blk-mq: idle all hardware contexts before freeing a queueChristoph Hellwig2014-05-261-0/+1
* blk-mq: allow setting of per-request timeoutsJens Axboe2014-05-231-2/+6
* blk-mq: split make request handler for multi and single queueJens Axboe2014-05-221-50/+157
* blk-mq: save memory by freeing requests on unused hardware queuesJens Axboe2014-05-211-52/+105
* blk-mq: allow the hctx cpu hotplug notifier to return errorsJens Axboe2014-05-211-4/+5
* blk-mq: Micro-optimize blk_queue_nomerges() checkRobert Elliott2014-05-201-1/+2
* blk-mq: initialize q->nr_requests after calling blk_queue_make_request()Jens Axboe2014-05-201-0/+5
* blk-mq: allow changing of queue depth through sysfsJens Axboe2014-05-201-0/+22
* Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/coreJens Axboe2014-05-191-6/+79
|\
| * blk-mq: improve support for shared tags mapsJens Axboe2014-05-131-6/+79
* | blk-mq: switch ctx pending map to the sparser blk_align_bitmapJens Axboe2014-05-191-28/+91
* | blk-mq: fix race in IO start accountingJens Axboe2014-05-091-4/+2
|/
* blk-mq: implement new and more efficient tagging schemeJens Axboe2014-05-091-12/+11
* blk-mq: initialize struct request fields individuallyChristoph Hellwig2014-05-091-2/+45
* blk-mq: update a hotplug comment for grammarJens Axboe2014-05-091-4/+4
* blk-mq: add basic round-robin of what CPU to queue workqueue work onJens Axboe2014-05-071-14/+31
* blk-mq: remove extra requeue traceJens Axboe2014-05-021-4/+0
* blk-mq: refactor request insertion/mergingJens Axboe2014-04-301-7/+15
* blk-mq remove debug BUG_ON() when draining software queuesJens Axboe2014-04-301-1/+0
* blk-mq: fix waiting for reserved tagsJens Axboe2014-04-291-1/+1
* blk-mq: respect rq_affinityChristoph Hellwig2014-04-251-2/+6
* blk-mq: fix race with timeouts and requeue eventsJens Axboe2014-04-241-7/+32
* Revert "blk-mq: initialize req->q in allocation"Jens Axboe2014-04-241-3/+1
* blk-mq: fix leak of set->tagsMing Lei2014-04-231-0/+1
* blk-mq: initialize req->q in allocationMing Lei2014-04-211-1/+3