aboutsummaryrefslogtreecommitdiff
path: root/include/linux/blk-mq.h
AgeCommit message (Expand)Author
2015-06-01blk-mq: Shared tag enhancementsKeith Busch
2015-04-17blk-mq: fix iteration of busy bitmapJens Axboe
2015-04-09blk-mq: cleanup blk_mq_rq_to_pdu()Jens Axboe
2015-03-13blk-mq: export blk_mq_run_hw_queuesMike Snitzer
2015-03-13blk-mq: add blk_mq_init_allocated_queue and export blk_mq_register_diskMike Snitzer
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-02-10blk-mq: make blk_mq_run_queues() staticJens Axboe
2015-01-23blk-mq: add tag allocation policyShaohua Li
2015-01-08blk-mq: Add helper to abort requeued requestsJens Axboe
2015-01-08blk-mq: Let drivers cancel requeue_workKeith Busch
2015-01-08blk-mq: Export if requests were startedKeith Busch
2015-01-07blk-mq: get rid of ->cmd_size in the hardware queueJens Axboe
2015-01-02blk-mq: export blk_mq_freeze_queue()Jens Axboe
2014-12-20blk-mq: Export freeze/unfreeze functionsKeith Busch
2014-12-13Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-11-17blk-mq: add blk_mq_free_hctx_request()Jens Axboe
2014-11-12blk-mq: add blk_mq_unique_tag()Bart Van Assche
2014-10-29blk-mq: add BLK_MQ_F_DEFER_ISSUE support flagJens Axboe
2014-10-29blk-mq: add a 'list' parameter to ->queue_rq()Jens Axboe
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-09-25blk-mq: support per-distpatch_queue flush machineryMing Lei
2014-09-24blk-mq, percpu_ref: start q->mq_usage_counter in atomic modeTejun Heo
2014-09-22blk-mq: pass a reserved argument to the timeout handlerChristoph Hellwig
2014-09-22blk-mq: fix and simplify tag iteration for the timeout handlerChristoph Hellwig
2014-09-22blk-mq: rename blk_mq_end_io to blk_mq_end_requestChristoph Hellwig
2014-09-22blk-mq: call blk_mq_start_request from ->queue_rqChristoph Hellwig
2014-09-22blk-mq: remove REQ_ENDChristoph Hellwig
2014-08-15blk-mq: get rid of unused BLK_MQ_F_SHOULD_SORT flagJens Axboe
2014-06-17blk-mq: bitmap tag: fix races on shared ::wake_index fieldsAlexander Gordeev
2014-06-06blk-mq: bump max tag depth to 10K tagsJens Axboe
2014-06-04blk-mq: let blk_mq_tag_to_rq() take blk_mq_tags as the main parameterJens Axboe
2014-05-30blk-mq: make the sysfs mq/ layout reflect current mappingsJens Axboe
2014-05-30blk-mq: blk_mq_tag_to_rq should handle flush requestShaohua Li
2014-05-29block: add queue flag for disabling SG mergingJens Axboe
2014-05-28blk-mq: remove alloc_hctx and free_hctx methodsChristoph Hellwig
2014-05-28blk-mq: merge blk_mq_alloc_reserved_request into blk_mq_alloc_requestChristoph Hellwig
2014-05-28blk-mq: add helper to insert requests from irq contextChristoph Hellwig
2014-05-28blk-mq: remove stale comment for blk_mq_complete_request()Jens Axboe
2014-05-27blk-mq: allow non-softirq completionsJens Axboe
2014-05-27blk-mq: pass in suggested NUMA node to ->alloc_hctx()Jens Axboe
2014-05-23blk-mq: export blk_mq_tag_busy_iterSam Bradshaw
2014-05-21blk-mq: allow the hctx cpu hotplug notifier to return errorsJens Axboe
2014-05-20blk-mq: allow changing of queue depth through sysfsJens Axboe
2014-05-19Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/coreJens Axboe
2014-05-19blk-mq: switch ctx pending map to the sparser blk_align_bitmapJens Axboe
2014-05-13blk-mq: improve support for shared tags mapsJens Axboe
2014-05-09blk-mq: implement new and more efficient tagging schemeJens Axboe
2014-05-07blk-mq: add basic round-robin of what CPU to queue workqueue work onJens Axboe
2014-04-25blk-mq: respect rq_affinityChristoph Hellwig
2014-04-16blk-mq: add blk_mq_requeue_requestChristoph Hellwig