summaryrefslogtreecommitdiff
path: root/include/linux/blk-mq.h
AgeCommit message (Expand)Author
2017-02-23blk-mq: use sbq wait queues instead of restart for driver tagsOmar Sandoval
2017-01-17blk-mq-sched: allow setting of default IO schedulerJens Axboe
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe
2017-01-17blk-mq: un-export blk_mq_free_hctx_request()Jens Axboe
2017-01-11blk-mq: make mq_ops a const pointerJens Axboe
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2016-12-09blk-mq: add blk_mq_start_stopped_hw_queue()Jens Axboe
2016-11-08blk-mq: export blk_mq_map_queuesChristoph Hellwig
2016-11-02blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche
2016-11-02blk-mq: Introduce blk_mq_quiesce_queue()Bart Van Assche
2016-11-02blk-mq: Remove blk_mq_cancel_requeue_work()Bart Van Assche
2016-11-02blk-mq: Introduce blk_mq_queue_stopped()Bart Van Assche
2016-10-09Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-09-22blk-mq: add flag for drivers wanting blocking ->queue_rq()Jens Axboe
2016-09-22blk-mq/cpu-notif: Convert to new hotplug state machineThomas Gleixner
2016-09-21blk-mq: register device instead of diskMatias Bjørling
2016-09-17blk-mq: abstract tag allocation out into sbitmap libraryOmar Sandoval
2016-09-15blk-mq: get rid of the cpumask in struct blk_mq_tagsChristoph Hellwig
2016-09-15blk-mq: allow the driver to pass in a queue mappingChristoph Hellwig
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig
2016-09-15blk-mq: only allocate a single mq_map per tag_setChristoph Hellwig
2016-09-14blk-mq: introduce blk_mq_delay_kick_requeue_list()Mike Snitzer
2016-09-14block: remove blk_mq_alloc_single_hw_queue() prototypeLinus Walleij
2016-09-14block: add poll_considered statisticStephen Bates
2016-08-29blk-mq: improve layout of blk_mq_hw_ctxJens Axboe
2016-08-29blk-mq: turn hctx->run_work into a regular work structJens Axboe
2016-07-08blk-mq: Introduce blk_mq_reinit_tagsetSagi Grimberg
2016-07-05blk-mq: add blk_mq_alloc_request_hctxMing Lin
2016-04-12blk-mq: Make blk_mq_all_tag_busy_iter staticSagi Grimberg
2016-04-12blk-mq: Export tagset iter functionSagi Grimberg
2016-03-20blk-mq: Use proper cpumask iteratorThomas Gleixner
2016-02-09blk-mq: dynamic h/w context countKeith Busch
2015-12-01blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig
2015-11-07block: add block polling supportJens Axboe
2015-10-21block: generic request_queue reference countingDan Williams
2015-10-01blk-mq: factor out a helper to iterate all tags for a request_queueChristoph Hellwig
2015-10-01blk-mq: fix racy updates of rq->errorsChristoph Hellwig
2015-09-29blk-mq: fix sysfs registration/unregistration raceAkinobu Mita
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