summaryrefslogtreecommitdiffstats
path: root/include/linux/blk-mq.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-121-1/+9
|\
| * blk-mq: make blk_mq_run_queues() staticJens Axboe2015-02-101-1/+0
| * blk-mq: add tag allocation policyShaohua Li2015-01-231-0/+8
| * blk-mq: export blk_mq_freeze_queue()Jens Axboe2015-01-021-0/+1
* | blk-mq: Add helper to abort requeued requestsJens Axboe2015-01-081-0/+1
* | blk-mq: Let drivers cancel requeue_workKeith Busch2015-01-081-0/+1
* | blk-mq: Export if requests were startedKeith Busch2015-01-081-0/+1
* | blk-mq: get rid of ->cmd_size in the hardware queueJens Axboe2015-01-071-2/+1
|/
* blk-mq: Export freeze/unfreeze functionsKeith Busch2014-12-201-0/+2
* Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-12-131-1/+9
|\
| * blk-mq: add blk_mq_free_hctx_request()Jens Axboe2014-11-171-0/+1
| * blk-mq: add BLK_MQ_F_DEFER_ISSUE support flagJens Axboe2014-10-291-0/+1
| * blk-mq: add a 'list' parameter to ->queue_rq()Jens Axboe2014-10-291-1/+7
* | blk-mq: add blk_mq_unique_tag()Bart Van Assche2014-11-121-0/+17
|/
* Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-181-5/+17
|\
| * blk-mq: support per-distpatch_queue flush machineryMing Lei2014-09-251-0/+6
| * blk-mq: pass a reserved argument to the timeout handlerChristoph Hellwig2014-09-221-1/+2
| * blk-mq: fix and simplify tag iteration for the timeout handlerChristoph Hellwig2014-09-221-1/+5
| * blk-mq: rename blk_mq_end_io to blk_mq_end_requestChristoph Hellwig2014-09-221-2/+2
| * blk-mq: call blk_mq_start_request from ->queue_rqChristoph Hellwig2014-09-221-0/+1
| * blk-mq: remove REQ_ENDChristoph Hellwig2014-09-221-1/+1
* | blk-mq, percpu_ref: start q->mq_usage_counter in atomic modeTejun Heo2014-09-241-0/+1
|/
* blk-mq: get rid of unused BLK_MQ_F_SHOULD_SORT flagJens Axboe2014-08-151-4/+3
* blk-mq: bitmap tag: fix races on shared ::wake_index fieldsAlexander Gordeev2014-06-171-1/+1
* blk-mq: bump max tag depth to 10K tagsJens Axboe2014-06-061-1/+1
* blk-mq: let blk_mq_tag_to_rq() take blk_mq_tags as the main parameterJens Axboe2014-06-041-1/+1
* blk-mq: make the sysfs mq/ layout reflect current mappingsJens Axboe2014-05-301-0/+1
* blk-mq: blk_mq_tag_to_rq should handle flush requestShaohua Li2014-05-301-1/+1
* block: add queue flag for disabling SG mergingJens Axboe2014-05-291-0/+1
* blk-mq: remove alloc_hctx and free_hctx methodsChristoph Hellwig2014-05-281-10/+0
* blk-mq: merge blk_mq_alloc_reserved_request into blk_mq_alloc_requestChristoph Hellwig2014-05-281-2/+2
* blk-mq: add helper to insert requests from irq contextChristoph Hellwig2014-05-281-0/+2
* blk-mq: remove stale comment for blk_mq_complete_request()Jens Axboe2014-05-281-5/+0
* blk-mq: allow non-softirq completionsJens Axboe2014-05-271-0/+4
* blk-mq: pass in suggested NUMA node to ->alloc_hctx()Jens Axboe2014-05-271-2/+2
* blk-mq: export blk_mq_tag_busy_iterSam Bradshaw2014-05-231-0/+1
* blk-mq: allow the hctx cpu hotplug notifier to return errorsJens Axboe2014-05-211-1/+1
* blk-mq: allow changing of queue depth through sysfsJens Axboe2014-05-201-1/+1
* Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/coreJens Axboe2014-05-191-0/+7
|\
| * blk-mq: improve support for shared tags mapsJens Axboe2014-05-131-0/+7
* | blk-mq: switch ctx pending map to the sparser blk_align_bitmapJens Axboe2014-05-191-2/+8
|/
* blk-mq: implement new and more efficient tagging schemeJens Axboe2014-05-091-2/+4
* blk-mq: add basic round-robin of what CPU to queue workqueue work onJens Axboe2014-05-071-0/+4
* blk-mq: respect rq_affinityChristoph Hellwig2014-04-251-1/+0
* blk-mq: add blk_mq_requeue_requestChristoph Hellwig2014-04-161-0/+2
* blk-mq: add blk_mq_start_hw_queuesChristoph Hellwig2014-04-161-0/+1
* blk-mq: add blk_mq_delay_queueChristoph Hellwig2014-04-161-1/+3
* blk-mq: add async parameter to blk_mq_start_stopped_hw_queuesChristoph Hellwig2014-04-161-1/+1
* blk-mq: allow drivers to hook into I/O completionChristoph Hellwig2014-04-161-7/+2
* blk-mq: split out tag initialization, support shared tagsChristoph Hellwig2014-04-151-18/+16
OpenPOWER on IntegriCloud