summaryrefslogtreecommitdiffstats
path: root/include/linux/blk-mq.h
Commit message (Expand)AuthorAgeFilesLines
* block: remove the bi_phys_segments field in struct bioChristoph Hellwig2019-06-201-1/+1
* blk-mq: always free hctx after request queue is freedMing Lei2019-05-041-0/+2
* blk-mq: introduce blk_mq_complete_request_sync()Ming Lei2019-04-101-0/+1
* block: Unexport blk_mq_add_to_requeue_list()Bart Van Assche2019-03-201-2/+0Star
* blk-mq: remove unused 'nr_expired' from blk_mq_hw_ctxDongli Zhang2019-03-191-1/+0Star
* block: kill BLK_MQ_F_SG_MERGEMing Lei2019-02-151-1/+0Star
* block: make request_to_qc_t publicSagi Grimberg2018-12-181-0/+10
* blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight()Jens Axboe2018-12-181-1/+1
* block: move queues types to the block layerChristoph Hellwig2018-12-041-9/+6Star
* blk-mq: add mq_ops->commit_rqs()Jens Axboe2018-11-291-0/+10
* blk-mq: Simplify request completion stateKeith Busch2018-11-261-14/+0Star
* blk-mq: Return true if request was completedKeith Busch2018-11-261-1/+1
* blk-mq: remove 'tag' parameter from mq_ops->poll()Jens Axboe2018-11-261-1/+1
* blk-mq: provide a helper to check if a queue is busyJens Axboe2018-11-081-0/+2
* blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe2018-11-081-2/+2
* nvme: add separate poll queue mapJens Axboe2018-11-071-1/+1
* blk-mq: initial support for multiple queue mapsJens Axboe2018-11-071-1/+2
* blk-mq: support multiple hctx mapsJens Axboe2018-11-071-0/+14
* blk-mq: allow software queue to map to multiple hardware queuesJens Axboe2018-11-071-1/+2
* blk-mq: abstract out queue mapJens Axboe2018-11-071-3/+12
* block: kill request ->cpu memberJens Axboe2018-11-071-0/+2
* block: get rid of q->softirq_done_fn()Jens Axboe2018-11-071-1/+2
* blk-mq: provide mq_ops->busy() hookJens Axboe2018-11-071-0/+6
* blk-mq: provide helper for setting up an SQ queue and tag setJens Axboe2018-10-161-0/+4
* Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-141-1/+3
|\
| * blk-mq: dequeue request one by one from sw queue if hctx is busyMing Lei2018-07-091-1/+2
| * blk-mq: introduce new lock for protecting hctx->dispatch_waitMing Lei2018-07-091-0/+1
* | blk-mq: export setting request completion stateKeith Busch2018-07-241-0/+14
|/
* blk-mq: remove blk_mq_tagset_iterChristoph Hellwig2018-06-141-2/+0Star
* blk-mq: abstract out blk-mq-sched rq list iteration bio merge helperJens Axboe2018-05-301-1/+2
* block: mq: Add some minor doc for core structsLinus Walleij2018-04-251-0/+3
* blk-mq: remove blk_mq_delay_queue()Ming Lei2018-04-101-2/+0Star
* blk-mq: rename blk_mq_hw_ctx->queue_rq_srcu to ->srcuTejun Heo2018-01-091-1/+1
* blk-mq: replace timeout synchronization with a RCU and generation based schemeTejun Heo2018-01-091-0/+1
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-151-11/+29
|\
| * blk-mq: only run the hardware queue if IO is pendingJens Axboe2017-11-111-1/+1
| * block, nvme: Introduce blk_mq_req_flags_tBart Van Assche2017-11-111-6/+11
| * block: Introduce BLK_MQ_REQ_PREEMPTBart Van Assche2017-11-111-0/+1
| * blk-mq: fix issue with shared tag queue re-runningJens Axboe2017-11-111-3/+2Star
| * blk-mq: don't handle failure in .get_budgetMing Lei2017-11-041-1/+1
| * Merge branch 'nvme-4.15' of git://git.infradead.org/nvme into for-4.15/blockJens Axboe2017-11-031-2/+2
| |\
| | * block: remove blk_mq_reinit_tagsetSagi Grimberg2017-10-181-2/+0Star
| | * block: introduce blk_mq_tagset_iterSagi Grimberg2017-10-181-0/+2
| * | blk-mq-sched: improve dispatching from sw queueMing Lei2017-11-011-0/+2
| * | blk-mq: introduce .get_budget and .put_budget in blk_mq_opsMing Lei2017-11-011-0/+11
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* blk-mq: Make blk_mq_reinit_tagset() calls easier to readBart Van Assche2017-08-181-3/+2Star
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-031-1/+1
|\
| * sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
* | blk-mq: Make it safe to quiesce and unquiesce from an interrupt handlerBart Van Assche2017-06-211-9/+1Star