summaryrefslogtreecommitdiffstats
path: root/include/linux/blk-mq.h
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: use sbq wait queues instead of restart for driver tagsOmar Sandoval2017-02-231-0/+2
* blk-mq-sched: allow setting of default IO schedulerJens Axboe2017-01-171-0/+1
* blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe2017-01-171-1/+4
* blk-mq: un-export blk_mq_free_hctx_request()Jens Axboe2017-01-171-1/+0
* blk-mq: make mq_ops a const pointerJens Axboe2017-01-111-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-12-141-0/+1
|\
| * blk-mq: export blk_mq_map_queuesChristoph Hellwig2016-11-081-0/+1
* | blk-mq: add blk_mq_start_stopped_hw_queue()Jens Axboe2016-12-091-0/+1
* | blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche2016-11-021-2/+3
* | blk-mq: Introduce blk_mq_quiesce_queue()Bart Van Assche2016-11-021-0/+3
* | blk-mq: Remove blk_mq_cancel_requeue_work()Bart Van Assche2016-11-021-1/+0
* | blk-mq: Introduce blk_mq_queue_stopped()Bart Van Assche2016-11-021-0/+1
|/
* Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-091-7/+1
|\
| * blk-mq/cpu-notif: Convert to new hotplug state machineThomas Gleixner2016-09-221-7/+1
* | Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-091-8/+4
|\ \
| * | blk-mq: get rid of the cpumask in struct blk_mq_tagsChristoph Hellwig2016-09-151-1/+0
| * | blk-mq: allow the driver to pass in a queue mappingChristoph Hellwig2016-09-151-0/+3
| * | blk-mq: remove ->map_queueChristoph Hellwig2016-09-151-7/+0
| * | blk-mq: only allocate a single mq_map per tag_setChristoph Hellwig2016-09-151-0/+1
* | | blk-mq: add flag for drivers wanting blocking ->queue_rq()Jens Axboe2016-09-221-0/+1
| |/ |/|
* | blk-mq: register device instead of diskMatias Bjørling2016-09-211-2/+2
* | blk-mq: abstract tag allocation out into sbitmap libraryOmar Sandoval2016-09-171-7/+2
|/
* blk-mq: introduce blk_mq_delay_kick_requeue_list()Mike Snitzer2016-09-141-0/+1
* block: remove blk_mq_alloc_single_hw_queue() prototypeLinus Walleij2016-09-141-1/+0
* block: add poll_considered statisticStephen Bates2016-09-141-0/+1
* blk-mq: improve layout of blk_mq_hw_ctxJens Axboe2016-08-291-4/+5
* blk-mq: turn hctx->run_work into a regular work structJens Axboe2016-08-291-1/+1
* blk-mq: Introduce blk_mq_reinit_tagsetSagi Grimberg2016-07-081-0/+3
* blk-mq: add blk_mq_alloc_request_hctxMing Lin2016-07-051-0/+2
* blk-mq: Make blk_mq_all_tag_busy_iter staticSagi Grimberg2016-04-121-2/+0
* blk-mq: Export tagset iter functionSagi Grimberg2016-04-121-0/+2
* blk-mq: Use proper cpumask iteratorThomas Gleixner2016-03-201-14/+0
* blk-mq: dynamic h/w context countKeith Busch2016-02-091-0/+2
* blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig2015-12-011-1/+7
* block: add block polling supportJens Axboe2015-11-071-0/+10
* block: generic request_queue reference countingDan Williams2015-10-211-1/+0
* blk-mq: factor out a helper to iterate all tags for a request_queueChristoph Hellwig2015-10-011-2/+0
* blk-mq: fix racy updates of rq->errorsChristoph Hellwig2015-10-011-1/+1
* blk-mq: fix sysfs registration/unregistration raceAkinobu Mita2015-09-291-1/+0
* blk-mq: Shared tag enhancementsKeith Busch2015-06-011-0/+4
* blk-mq: fix iteration of busy bitmapJens Axboe2015-04-171-1/+1
* blk-mq: cleanup blk_mq_rq_to_pdu()Jens Axboe2015-04-091-2/+2
* blk-mq: export blk_mq_run_hw_queuesMike Snitzer2015-03-131-0/+1
* blk-mq: add blk_mq_init_allocated_queue and export blk_mq_register_diskMike Snitzer2015-03-131-0/+2
* 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