aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-26block: call rq_qos_done() before ref check in batch completionsJens Axboe1-1/+2
2021-11-19blk-mq: don't insert FUA request with data into scheduler queueMing Lei1-1/+3
2021-11-15blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release()Ming Lei1-0/+13
2021-11-15block: fix missing queue put in error pathJens Axboe1-8/+8
2021-11-12blk-mq: fix filesystem I/O request allocationMing Lei1-9/+30
2021-11-11blk-mq: rename blk_attempt_bio_mergeMing Lei1-4/+6
2021-11-09Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds1-57/+130
2021-11-09blk-mq: add one API for waiting until quiesce is doneMing Lei1-8/+20
2021-11-08blk-mq: don't free tags if the tag_set is used by other device in queue initialztionYe Bin1-1/+5
2021-11-04block: ensure cached plug request matches the current queueJens Axboe1-1/+1
2021-11-04block: move queue enter logic into blk_mq_submit_bio()Jens Axboe1-19/+41
2021-11-04block: split request allocation components into helpersJens Axboe1-23/+48
2021-11-04block: have plug stored requests hold references to the queueJens Axboe1-3/+4
2021-11-03blk-mq: update hctx->nr_active in blk_mq_end_request_batch()Ming Lei1-0/+7
2021-11-03block: move RQF_ELV setting into allocatorsJens Axboe1-6/+8
2021-11-02block: replace always false argument with 'false'Jens Axboe1-1/+1
2021-11-02block: assign correct tag before doing prefetch of requestJens Axboe1-1/+1
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-366/+668
2021-10-28block: improve readability of blk_mq_end_request_batch()Jens Axboe1-6/+6
2021-10-27block: re-flow blk_mq_rq_ctx_init()Jens Axboe1-12/+12
2021-10-27block: prefetch request to be initializedJens Axboe1-0/+1
2021-10-27block: pass in blk_mq_tags to blk_mq_rq_ctx_init()Jens Axboe1-11/+14
2021-10-27block: add rq_flags to struct blk_mq_alloc_dataJens Axboe1-10/+10
2021-10-26block: schedule queue restart after BLK_STS_ZONE_RESOURCENaohiro Aota1-4/+9
2021-10-26blk-mq: don't issue request directly in case that current is to be blockedMing Lei1-1/+1
2021-10-22block: fix req_bio_endio append error handlingPavel Begunkov1-1/+1
2021-10-21block: clean up blk_mq_submit_bio() mergingPavel Begunkov1-8/+7
2021-10-20blk-mq: only flush requests from the plug in blk_mq_submit_bioChristoph Hellwig1-1/+1
2021-10-20block: remove inaccurate requeue checkJens Axboe1-1/+0
2021-10-20block: optimise req_bio_endio()Pavel Begunkov1-9/+7
2021-10-19blk-mq: support concurrent queue quiesce/unquiesceMing Lei1-3/+19
2021-10-19block: inline fast path of driver tag allocationJens Axboe1-5/+3
2021-10-19blk-mq: don't handle non-flush requests in blk_insert_flushChristoph Hellwig1-8/+6
2021-10-19block: attempt direct issue of plug listJens Axboe1-0/+60
2021-10-19block: change plugging to use a singly linked listJens Axboe1-35/+45
2021-10-19block: move blk_mq_tag_to_rq() inlineJens Axboe1-11/+0
2021-10-19block: get rid of plug list sortingJens Axboe1-19/+0
2021-10-19block: return whether or not to unplug through booleanJens Axboe1-7/+9
2021-10-19block: don't call blk_status_to_errno in blk_update_requestChristoph Hellwig1-1/+1
2021-10-19block: fix too broad elevator check in blk_mq_free_request()Jens Axboe1-1/+1
2021-10-18block: add support for blk_mq_end_request_batch()Jens Axboe1-19/+63
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe1-4/+5
2021-10-18block: provide helpers for rq_list manipulationJens Axboe1-14/+5
2021-10-18block: remove some blk_mq_hw_ctx debugfs entriesJens Axboe1-16/+0
2021-10-18block: remove debugfs blk_mq_ctx dispatched/merged/completed attributesJens Axboe1-3/+0
2021-10-18block: cache rq_flags inside blk_mq_rq_ctx_init()Pavel Begunkov1-6/+8
2021-10-18block: blk_mq_rq_ctx_init cache ctx/q/hctxPavel Begunkov1-5/+9
2021-10-18block: skip elevator fields init for non-elv queuePavel Begunkov1-14/+14
2021-10-18block: store elevator state in requestJens Axboe1-9/+11
2021-10-18block: move update request helpers into blk-mq.cJens Axboe1-0/+144