aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blk-mq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-22blk-mq: remove BLK_MQ_F_DEFER_ISSUEChristoph Hellwig1-1/+0
2017-03-02blk-mq: Provide freeze queue timeoutKeith Busch1-0/+2
2017-03-02blk-mq: Export blk_mq_freeze_queue_waitKeith Busch1-0/+1
2017-02-23blk-mq: use sbq wait queues instead of restart for driver tagsOmar Sandoval1-0/+2
2017-01-17blk-mq-sched: allow setting of default IO schedulerJens Axboe1-0/+1
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe1-1/+4
2017-01-17blk-mq: un-export blk_mq_free_hctx_request()Jens Axboe1-1/+0
2017-01-11blk-mq: make mq_ops a const pointerJens Axboe1-1/+1
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2016-12-09blk-mq: add blk_mq_start_stopped_hw_queue()Jens Axboe1-0/+1
2016-11-08blk-mq: export blk_mq_map_queuesChristoph Hellwig1-0/+1
2016-11-02blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche1-2/+3
2016-11-02blk-mq: Introduce blk_mq_quiesce_queue()Bart Van Assche1-0/+3
2016-11-02blk-mq: Remove blk_mq_cancel_requeue_work()Bart Van Assche1-1/+0
2016-11-02blk-mq: Introduce blk_mq_queue_stopped()Bart Van Assche1-0/+1
2016-10-09Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+1
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+4
2016-09-22blk-mq: add flag for drivers wanting blocking ->queue_rq()Jens Axboe1-0/+1
2016-09-22blk-mq/cpu-notif: Convert to new hotplug state machineThomas Gleixner1-7/+1
2016-09-21blk-mq: register device instead of diskMatias Bjørling1-2/+2
2016-09-17blk-mq: abstract tag allocation out into sbitmap libraryOmar Sandoval1-7/+2
2016-09-15blk-mq: get rid of the cpumask in struct blk_mq_tagsChristoph Hellwig1-1/+0
2016-09-15blk-mq: allow the driver to pass in a queue mappingChristoph Hellwig1-0/+3
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig1-7/+0
2016-09-15blk-mq: only allocate a single mq_map per tag_setChristoph Hellwig1-0/+1
2016-09-14blk-mq: introduce blk_mq_delay_kick_requeue_list()Mike Snitzer1-0/+1
2016-09-14block: remove blk_mq_alloc_single_hw_queue() prototypeLinus Walleij1-1/+0
2016-09-14block: add poll_considered statisticStephen Bates1-0/+1
2016-08-29blk-mq: improve layout of blk_mq_hw_ctxJens Axboe1-4/+5
2016-08-29blk-mq: turn hctx->run_work into a regular work structJens Axboe1-1/+1
2016-07-08blk-mq: Introduce blk_mq_reinit_tagsetSagi Grimberg1-0/+3
2016-07-05blk-mq: add blk_mq_alloc_request_hctxMing Lin1-0/+2
2016-04-12blk-mq: Make blk_mq_all_tag_busy_iter staticSagi Grimberg1-2/+0
2016-04-12blk-mq: Export tagset iter functionSagi Grimberg1-0/+2
2016-03-20blk-mq: Use proper cpumask iteratorThomas Gleixner1-14/+0
2016-02-09blk-mq: dynamic h/w context countKeith Busch1-0/+2
2015-12-01blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig1-1/+7
2015-11-07block: add block polling supportJens Axboe1-0/+10
2015-10-21block: generic request_queue reference countingDan Williams1-1/+0
2015-10-01blk-mq: factor out a helper to iterate all tags for a request_queueChristoph Hellwig1-2/+0
2015-10-01blk-mq: fix racy updates of rq->errorsChristoph Hellwig1-1/+1
2015-09-29blk-mq: fix sysfs registration/unregistration raceAkinobu Mita1-1/+0
2015-06-01blk-mq: Shared tag enhancementsKeith Busch1-0/+4
2015-04-17blk-mq: fix iteration of busy bitmapJens Axboe1-1/+1
2015-04-09blk-mq: cleanup blk_mq_rq_to_pdu()Jens Axboe1-2/+2
2015-03-13blk-mq: export blk_mq_run_hw_queuesMike Snitzer1-0/+1
2015-03-13blk-mq: add blk_mq_init_allocated_queue and export blk_mq_register_diskMike Snitzer1-0/+2
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+9
2015-02-10blk-mq: make blk_mq_run_queues() staticJens Axboe1-1/+0
2015-01-23blk-mq: add tag allocation policyShaohua Li1-0/+8