summaryrefslogtreecommitdiff
path: root/block/blk-mq.c
AgeCommit message (Expand)Author
2021-11-29blk_mq: remove repeated includesGuo Zhengkui
2021-11-29block: move io_context creation into where it's neededJens Axboe
2021-11-29block: only allocate poll_stats if there's a user of themJens Axboe
2021-11-29blk-mq: move more plug handling from blk_mq_submit_bio into blk_add_rq_to_plugChristoph Hellwig
2021-11-29blk-mq: simplify the plug handling in blk_mq_submit_bioChristoph Hellwig
2021-11-29block: move blk_print_req_error to blk-mq.cChristoph Hellwig
2021-11-29block: move blk_dump_rq_flags to blk-mq.cChristoph Hellwig
2021-11-29block: move blk_account_io_{start,done} to blk-mq.cChristoph Hellwig
2021-11-29block: move blk_steal_bios to blk-mq.cChristoph Hellwig
2021-11-29block: move blk_rq_init to blk-mq.cChristoph Hellwig
2021-11-29block: move request based cloning helpers to blk-mq.cChristoph Hellwig
2021-11-29blk-mq: move blk_mq_flush_plug_listChristoph Hellwig
2021-11-29block: remove blk-exec.cChristoph Hellwig
2021-11-26block: call rq_qos_done() before ref check in batch completionsJens Axboe
2021-11-19blk-mq: don't insert FUA request with data into scheduler queueMing Lei
2021-11-15blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release()Ming Lei
2021-11-15block: fix missing queue put in error pathJens Axboe
2021-11-12blk-mq: fix filesystem I/O request allocationMing Lei
2021-11-11blk-mq: rename blk_attempt_bio_mergeMing Lei
2021-11-09Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-09blk-mq: add one API for waiting until quiesce is doneMing Lei
2021-11-08blk-mq: don't free tags if the tag_set is used by other device in queue initi...Ye Bin
2021-11-04block: ensure cached plug request matches the current queueJens Axboe
2021-11-04block: move queue enter logic into blk_mq_submit_bio()Jens Axboe
2021-11-04block: split request allocation components into helpersJens Axboe
2021-11-04block: have plug stored requests hold references to the queueJens Axboe
2021-11-03blk-mq: update hctx->nr_active in blk_mq_end_request_batch()Ming Lei
2021-11-03block: move RQF_ELV setting into allocatorsJens Axboe
2021-11-02block: replace always false argument with 'false'Jens Axboe
2021-11-02block: assign correct tag before doing prefetch of requestJens Axboe
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-28block: improve readability of blk_mq_end_request_batch()Jens Axboe
2021-10-27block: re-flow blk_mq_rq_ctx_init()Jens Axboe
2021-10-27block: prefetch request to be initializedJens Axboe
2021-10-27block: pass in blk_mq_tags to blk_mq_rq_ctx_init()Jens Axboe
2021-10-27block: add rq_flags to struct blk_mq_alloc_dataJens Axboe
2021-10-26block: schedule queue restart after BLK_STS_ZONE_RESOURCENaohiro Aota
2021-10-26blk-mq: don't issue request directly in case that current is to be blockedMing Lei
2021-10-22block: fix req_bio_endio append error handlingPavel Begunkov
2021-10-21block: clean up blk_mq_submit_bio() mergingPavel Begunkov
2021-10-20blk-mq: only flush requests from the plug in blk_mq_submit_bioChristoph Hellwig
2021-10-20block: remove inaccurate requeue checkJens Axboe
2021-10-20block: optimise req_bio_endio()Pavel Begunkov
2021-10-19blk-mq: support concurrent queue quiesce/unquiesceMing Lei
2021-10-19block: inline fast path of driver tag allocationJens Axboe
2021-10-19blk-mq: don't handle non-flush requests in blk_insert_flushChristoph Hellwig
2021-10-19block: attempt direct issue of plug listJens Axboe
2021-10-19block: change plugging to use a singly linked listJens Axboe
2021-10-19block: move blk_mq_tag_to_rq() inlineJens Axboe
2021-10-19block: get rid of plug list sortingJens Axboe