aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
Commit message (Expand)AuthorAge
* blk-mq: push IPI or local end_io decision to __blk_mq_complete_request()Jens Axboe2014-05-30
* blk-mq: remember to start timeout handler for direct queueJens Axboe2014-05-30
* blk-mq: make the sysfs mq/ layout reflect current mappingsJens Axboe2014-05-30
* blk-mq: blk_mq_tag_to_rq should handle flush requestShaohua Li2014-05-30
* blk-mq: request initialization optimizationsJens Axboe2014-05-29
* block: add queue flag for disabling SG mergingJens Axboe2014-05-29
* blk-mq: remove alloc_hctx and free_hctx methodsChristoph Hellwig2014-05-28
* blk-mq: add file comments and update copyright noticesJens Axboe2014-05-28
* blk-mq: remove blk_mq_alloc_request_pinnedChristoph Hellwig2014-05-28
* blk-mq: do not use blk_mq_alloc_request_pinned in blk_mq_map_requestChristoph Hellwig2014-05-28
* blk-mq: remove blk_mq_wait_for_tagsChristoph Hellwig2014-05-28
* blk-mq: initialize request in __blk_mq_alloc_requestChristoph Hellwig2014-05-28
* blk-mq: merge blk_mq_alloc_reserved_request into blk_mq_alloc_requestChristoph Hellwig2014-05-28
* blk-mq: add helper to insert requests from irq contextChristoph Hellwig2014-05-28
* blk-mq: allow non-softirq completionsJens Axboe2014-05-27
* blk-mq: pass in suggested NUMA node to ->alloc_hctx()Jens Axboe2014-05-27
* block: only allocate/free mq_usage_counter in blk-mqMing Lei2014-05-27
* blk-mq: avoid code duplicationMing Lei2014-05-27
* blk-mq: fix leak of hctx->ctx_mapMing Lei2014-05-27
* blk-mq: idle all hardware contexts before freeing a queueChristoph Hellwig2014-05-26
* blk-mq: allow setting of per-request timeoutsJens Axboe2014-05-23
* blk-mq: split make request handler for multi and single queueJens Axboe2014-05-22
* blk-mq: save memory by freeing requests on unused hardware queuesJens Axboe2014-05-21
* blk-mq: allow the hctx cpu hotplug notifier to return errorsJens Axboe2014-05-21
* blk-mq: Micro-optimize blk_queue_nomerges() checkRobert Elliott2014-05-20
* blk-mq: initialize q->nr_requests after calling blk_queue_make_request()Jens Axboe2014-05-20
* blk-mq: allow changing of queue depth through sysfsJens Axboe2014-05-20
* Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/coreJens Axboe2014-05-19
|\
| * blk-mq: improve support for shared tags mapsJens Axboe2014-05-13
* | blk-mq: switch ctx pending map to the sparser blk_align_bitmapJens Axboe2014-05-19
* | blk-mq: fix race in IO start accountingJens Axboe2014-05-09
|/
* blk-mq: implement new and more efficient tagging schemeJens Axboe2014-05-09
* blk-mq: initialize struct request fields individuallyChristoph Hellwig2014-05-09
* blk-mq: update a hotplug comment for grammarJens Axboe2014-05-09
* blk-mq: add basic round-robin of what CPU to queue workqueue work onJens Axboe2014-05-07
* blk-mq: remove extra requeue traceJens Axboe2014-05-02
* blk-mq: refactor request insertion/mergingJens Axboe2014-04-30
* blk-mq remove debug BUG_ON() when draining software queuesJens Axboe2014-04-30
* blk-mq: fix waiting for reserved tagsJens Axboe2014-04-29
* blk-mq: respect rq_affinityChristoph Hellwig2014-04-25
* blk-mq: fix race with timeouts and requeue eventsJens Axboe2014-04-24
* Revert "blk-mq: initialize req->q in allocation"Jens Axboe2014-04-24
* blk-mq: fix leak of set->tagsMing Lei2014-04-23
* blk-mq: initialize req->q in allocationMing Lei2014-04-21
* blk-mq: user (1 << order) to implement order_to_size()Ming Lei2014-04-21
* blk-mq: fix allocation of set->tagsMing Lei2014-04-21
* blk-mq: free hctx->ctx_map when init failedMing Lei2014-04-21
* blk-mq: add blk_mq_requeue_requestChristoph Hellwig2014-04-16
* blk-mq: add blk_mq_start_hw_queuesChristoph Hellwig2014-04-16
* blk-mq: add blk_mq_delay_queueChristoph Hellwig2014-04-16