summaryrefslogtreecommitdiff
path: root/block/blk-mq.c
AgeCommit message (Expand)Author
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
2021-10-19block: return whether or not to unplug through booleanJens Axboe
2021-10-19block: don't call blk_status_to_errno in blk_update_requestChristoph Hellwig
2021-10-19block: fix too broad elevator check in blk_mq_free_request()Jens Axboe
2021-10-18block: add support for blk_mq_end_request_batch()Jens Axboe
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe
2021-10-18block: provide helpers for rq_list manipulationJens Axboe
2021-10-18block: remove some blk_mq_hw_ctx debugfs entriesJens Axboe
2021-10-18block: remove debugfs blk_mq_ctx dispatched/merged/completed attributesJens Axboe
2021-10-18block: cache rq_flags inside blk_mq_rq_ctx_init()Pavel Begunkov
2021-10-18block: blk_mq_rq_ctx_init cache ctx/q/hctxPavel Begunkov
2021-10-18block: skip elevator fields init for non-elv queuePavel Begunkov
2021-10-18block: store elevator state in requestJens Axboe
2021-10-18block: move update request helpers into blk-mq.cJens Axboe
2021-10-18block: convert the rest of block to bdev_get_queuePavel Begunkov
2021-10-18block: handle fast path of bio splitting inlineJens Axboe
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig
2021-10-18io_uring: don't sleep when polling for I/OChristoph Hellwig
2021-10-18block: replace the spin argument to blk_iopoll with a flags argumentChristoph Hellwig
2021-10-18blk-mq: remove blk_qc_t_validChristoph Hellwig
2021-10-18blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internalChristoph Hellwig
2021-10-18blk-mq: factor out a "classic" poll helperChristoph Hellwig
2021-10-18blk-mq: factor out a blk_qc_to_hctx helperChristoph Hellwig
2021-10-18block: improve batched tag allocationJens Axboe
2021-10-18blk-mq: optimise *end_request non-stat pathPavel Begunkov
2021-10-18block: don't dereference request after flush insertionJens Axboe
2021-10-18blk-mq: cleanup blk_mq_submit_bioChristoph Hellwig
2021-10-18blk-mq: cleanup and rename __blk_mq_alloc_requestChristoph Hellwig
2021-10-18block: pre-allocate requests if plug is started and is a batchJens Axboe
2021-10-18block: bump max plugged deferred size from 16 to 32Jens Axboe