aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-04blk-mq: let blk_mq_tag_to_rq() take blk_mq_tags as the main parameterJens Axboe1-7/+12
2014-06-04blk-mq: fix regression from commit 624dbe475416Jens Axboe1-0/+2
2014-06-03blk-mq: handle NULL req return from blk_map_request in single queue modeJens Axboe1-0/+2
2014-06-03blk-mq: fix sparse warning on missed __percpu annotationMing Lei1-1/+1
2014-06-03blk-mq: fix schedule from atomic contextMing Lei1-13/+23
2014-06-03blk-mq: move blk_mq_get_ctx/blk_mq_put_ctx to mq private headerMing Lei1-22/+0
2014-05-30blk-mq: push IPI or local end_io decision to __blk_mq_complete_request()Jens Axboe1-7/+13
2014-05-30blk-mq: remember to start timeout handler for direct queueJens Axboe1-0/+1
2014-05-30blk-mq: make the sysfs mq/ layout reflect current mappingsJens Axboe1-0/+4
2014-05-30blk-mq: blk_mq_tag_to_rq should handle flush requestShaohua Li1-3/+9
2014-05-29blk-mq: request initialization optimizationsJens Axboe1-17/+9
2014-05-29block: add queue flag for disabling SG mergingJens Axboe1-0/+3
2014-05-28blk-mq: remove alloc_hctx and free_hctx methodsChristoph Hellwig1-21/+5
2014-05-28blk-mq: add file comments and update copyright noticesJens Axboe1-0/+6
2014-05-28blk-mq: remove blk_mq_alloc_request_pinnedChristoph Hellwig1-32/+16
2014-05-28blk-mq: do not use blk_mq_alloc_request_pinned in blk_mq_map_requestChristoph Hellwig1-3/+5
2014-05-28blk-mq: remove blk_mq_wait_for_tagsChristoph Hellwig1-7/+6
2014-05-28blk-mq: initialize request in __blk_mq_alloc_requestChristoph Hellwig1-32/+30
2014-05-28blk-mq: merge blk_mq_alloc_reserved_request into blk_mq_alloc_requestChristoph Hellwig1-17/+3
2014-05-28blk-mq: add helper to insert requests from irq contextChristoph Hellwig1-1/+63
2014-05-27blk-mq: allow non-softirq completionsJens Axboe1-3/+9
2014-05-27blk-mq: pass in suggested NUMA node to ->alloc_hctx()Jens Axboe1-11/+15
2014-05-27block: only allocate/free mq_usage_counter in blk-mqMing Lei1-0/+5
2014-05-27blk-mq: avoid code duplicationMing Lei1-24/+37
2014-05-27blk-mq: fix leak of hctx->ctx_mapMing Lei1-0/+1
2014-05-26blk-mq: idle all hardware contexts before freeing a queueChristoph Hellwig1-0/+1
2014-05-23blk-mq: allow setting of per-request timeoutsJens Axboe1-2/+6
2014-05-22blk-mq: split make request handler for multi and single queueJens Axboe1-50/+157
2014-05-21blk-mq: save memory by freeing requests on unused hardware queuesJens Axboe1-52/+105
2014-05-21blk-mq: allow the hctx cpu hotplug notifier to return errorsJens Axboe1-4/+5
2014-05-20blk-mq: Micro-optimize blk_queue_nomerges() checkRobert Elliott1-1/+2
2014-05-20blk-mq: initialize q->nr_requests after calling blk_queue_make_request()Jens Axboe1-0/+5
2014-05-20blk-mq: allow changing of queue depth through sysfsJens Axboe1-0/+22
2014-05-19Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/coreJens Axboe1-6/+79
2014-05-19blk-mq: switch ctx pending map to the sparser blk_align_bitmapJens Axboe1-28/+91
2014-05-13blk-mq: improve support for shared tags mapsJens Axboe1-6/+79
2014-05-09blk-mq: fix race in IO start accountingJens Axboe1-4/+2
2014-05-09blk-mq: implement new and more efficient tagging schemeJens Axboe1-12/+11
2014-05-09blk-mq: initialize struct request fields individuallyChristoph Hellwig1-2/+45
2014-05-09blk-mq: update a hotplug comment for grammarJens Axboe1-4/+4
2014-05-07blk-mq: add basic round-robin of what CPU to queue workqueue work onJens Axboe1-14/+31
2014-05-02blk-mq: remove extra requeue traceJens Axboe1-4/+0
2014-04-30blk-mq: refactor request insertion/mergingJens Axboe1-7/+15
2014-04-30blk-mq remove debug BUG_ON() when draining software queuesJens Axboe1-1/+0
2014-04-29blk-mq: fix waiting for reserved tagsJens Axboe1-1/+1
2014-04-25blk-mq: respect rq_affinityChristoph Hellwig1-2/+6
2014-04-24blk-mq: fix race with timeouts and requeue eventsJens Axboe1-7/+32
2014-04-24Revert "blk-mq: initialize req->q in allocation"Jens Axboe1-3/+1
2014-04-23blk-mq: fix leak of set->tagsMing Lei1-0/+1
2014-04-21blk-mq: initialize req->q in allocationMing Lei1-1/+3