summaryrefslogtreecommitdiff
path: root/include/linux/blk-mq.h
AgeCommit message (Expand)Author
2019-05-04blk-mq: always free hctx after request queue is freedMing Lei
2019-04-10blk-mq: introduce blk_mq_complete_request_sync()Ming Lei
2019-03-20block: Unexport blk_mq_add_to_requeue_list()Bart Van Assche
2019-03-19blk-mq: remove unused 'nr_expired' from blk_mq_hw_ctxDongli Zhang
2019-02-15block: kill BLK_MQ_F_SG_MERGEMing Lei
2018-12-18block: make request_to_qc_t publicSagi Grimberg
2018-12-17blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight()Jens Axboe
2018-12-04block: move queues types to the block layerChristoph Hellwig
2018-11-29blk-mq: add mq_ops->commit_rqs()Jens Axboe
2018-11-26blk-mq: Simplify request completion stateKeith Busch
2018-11-26blk-mq: Return true if request was completedKeith Busch
2018-11-26blk-mq: remove 'tag' parameter from mq_ops->poll()Jens Axboe
2018-11-08blk-mq: provide a helper to check if a queue is busyJens Axboe
2018-11-08blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe
2018-11-07nvme: add separate poll queue mapJens Axboe
2018-11-07blk-mq: initial support for multiple queue mapsJens Axboe
2018-11-07blk-mq: support multiple hctx mapsJens Axboe
2018-11-07blk-mq: allow software queue to map to multiple hardware queuesJens Axboe
2018-11-07blk-mq: abstract out queue mapJens Axboe
2018-11-07block: kill request ->cpu memberJens Axboe
2018-11-07block: get rid of q->softirq_done_fn()Jens Axboe
2018-11-07blk-mq: provide mq_ops->busy() hookJens Axboe
2018-10-15blk-mq: provide helper for setting up an SQ queue and tag setJens Axboe
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-07-24blk-mq: export setting request completion stateKeith Busch
2018-07-09blk-mq: dequeue request one by one from sw queue if hctx is busyMing Lei
2018-07-09blk-mq: introduce new lock for protecting hctx->dispatch_waitMing Lei
2018-06-14blk-mq: remove blk_mq_tagset_iterChristoph Hellwig
2018-05-30blk-mq: abstract out blk-mq-sched rq list iteration bio merge helperJens Axboe
2018-04-25block: mq: Add some minor doc for core structsLinus Walleij
2018-04-10blk-mq: remove blk_mq_delay_queue()Ming Lei
2018-01-09blk-mq: rename blk_mq_hw_ctx->queue_rq_srcu to ->srcuTejun Heo
2018-01-09blk-mq: replace timeout synchronization with a RCU and generation based schemeTejun Heo
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-10blk-mq: only run the hardware queue if IO is pendingJens Axboe
2017-11-10block, nvme: Introduce blk_mq_req_flags_tBart Van Assche
2017-11-10block: Introduce BLK_MQ_REQ_PREEMPTBart Van Assche
2017-11-10blk-mq: fix issue with shared tag queue re-runningJens Axboe
2017-11-04blk-mq: don't handle failure in .get_budgetMing Lei
2017-11-03Merge branch 'nvme-4.15' of git://git.infradead.org/nvme into for-4.15/blockJens Axboe
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01blk-mq-sched: improve dispatching from sw queueMing Lei
2017-11-01blk-mq: introduce .get_budget and .put_budget in blk_mq_opsMing Lei
2017-10-18block: remove blk_mq_reinit_tagsetSagi Grimberg
2017-10-18block: introduce blk_mq_tagset_iterSagi Grimberg
2017-08-18blk-mq: Make blk_mq_reinit_tagset() calls easier to readBart Van Assche
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-06-21blk-mq: Make it safe to quiesce and unquiesce from an interrupt handlerBart Van Assche
2017-06-20block: Introduce request_queue.initialize_rq_fn()Bart Van Assche
2017-06-20block: Make request operation type argument declarations consistentBart Van Assche