aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blk-mq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-05block: Delay default elevator initializationDamien Le Moal1-1/+2
2019-08-27block: Remove blk_mq_register_dev()Bart Van Assche1-1/+0
2019-08-04blk-mq: add callback of .cleanup_rqMing Lei1-0/+13
2019-08-04blk-mq: remove blk_mq_complete_request_syncMing Lei1-1/+0
2019-08-04blk-mq: introduce blk_mq_tagset_wait_completed_request()Ming Lei1-0/+1
2019-08-04blk-mq: introduce blk_mq_request_completed()Ming Lei1-0/+1
2019-06-20block: remove the bi_phys_segments field in struct bioChristoph Hellwig1-1/+1
2019-05-04blk-mq: always free hctx after request queue is freedMing Lei1-0/+2
2019-04-10blk-mq: introduce blk_mq_complete_request_sync()Ming Lei1-0/+1
2019-03-20block: Unexport blk_mq_add_to_requeue_list()Bart Van Assche1-2/+0
2019-03-19blk-mq: remove unused 'nr_expired' from blk_mq_hw_ctxDongli Zhang1-1/+0
2019-02-15block: kill BLK_MQ_F_SG_MERGEMing Lei1-1/+0
2018-12-18block: make request_to_qc_t publicSagi Grimberg1-0/+10
2018-12-17blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight()Jens Axboe1-1/+1
2018-12-04block: move queues types to the block layerChristoph Hellwig1-9/+6
2018-11-29blk-mq: add mq_ops->commit_rqs()Jens Axboe1-0/+10
2018-11-26blk-mq: Simplify request completion stateKeith Busch1-14/+0
2018-11-26blk-mq: Return true if request was completedKeith Busch1-1/+1
2018-11-26blk-mq: remove 'tag' parameter from mq_ops->poll()Jens Axboe1-1/+1
2018-11-08blk-mq: provide a helper to check if a queue is busyJens Axboe1-0/+2
2018-11-08blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe1-2/+2
2018-11-07nvme: add separate poll queue mapJens Axboe1-1/+1
2018-11-07blk-mq: initial support for multiple queue mapsJens Axboe1-1/+2
2018-11-07blk-mq: support multiple hctx mapsJens Axboe1-0/+14
2018-11-07blk-mq: allow software queue to map to multiple hardware queuesJens Axboe1-1/+2
2018-11-07blk-mq: abstract out queue mapJens Axboe1-3/+12
2018-11-07block: kill request ->cpu memberJens Axboe1-0/+2
2018-11-07block: get rid of q->softirq_done_fn()Jens Axboe1-1/+2
2018-11-07blk-mq: provide mq_ops->busy() hookJens Axboe1-0/+6
2018-10-15blk-mq: provide helper for setting up an SQ queue and tag setJens Axboe1-0/+4
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+3
2018-07-24blk-mq: export setting request completion stateKeith Busch1-0/+14
2018-07-09blk-mq: dequeue request one by one from sw queue if hctx is busyMing Lei1-1/+2
2018-07-09blk-mq: introduce new lock for protecting hctx->dispatch_waitMing Lei1-0/+1
2018-06-14blk-mq: remove blk_mq_tagset_iterChristoph Hellwig1-2/+0
2018-05-30blk-mq: abstract out blk-mq-sched rq list iteration bio merge helperJens Axboe1-1/+2
2018-04-25block: mq: Add some minor doc for core structsLinus Walleij1-0/+3
2018-04-10blk-mq: remove blk_mq_delay_queue()Ming Lei1-2/+0
2018-01-09blk-mq: rename blk_mq_hw_ctx->queue_rq_srcu to ->srcuTejun Heo1-1/+1
2018-01-09blk-mq: replace timeout synchronization with a RCU and generation based schemeTejun Heo1-0/+1
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-11/+29
2017-11-10blk-mq: only run the hardware queue if IO is pendingJens Axboe1-1/+1
2017-11-10block, nvme: Introduce blk_mq_req_flags_tBart Van Assche1-6/+11
2017-11-10block: Introduce BLK_MQ_REQ_PREEMPTBart Van Assche1-0/+1
2017-11-10blk-mq: fix issue with shared tag queue re-runningJens Axboe1-3/+2
2017-11-04blk-mq: don't handle failure in .get_budgetMing Lei1-1/+1
2017-11-03Merge branch 'nvme-4.15' of git://git.infradead.org/nvme into for-4.15/blockJens Axboe1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-01blk-mq-sched: improve dispatching from sw queueMing Lei1-0/+2
2017-11-01blk-mq: introduce .get_budget and .put_budget in blk_mq_opsMing Lei1-0/+11