aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-26blk-mq: fix missing blk_account_io_done() in error pathYu Kuai1-0/+2
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-1/+1
2022-01-18block: assign bi_bdev for cloned bios in blk_rq_prep_cloneChristoph Hellwig1-0/+1
2022-01-15cpumask: replace cpumask_next_* with cpumask_first_* where appropriateYury Norov1-1/+1
2022-01-09block: don't protect submit_bio_checks by q_usage_counterMing Lei1-26/+13
2021-12-20blk-mq: blk-mq: check quiesce state before queue_rqsKeith Busch1-1/+9
2021-12-16block: add mq_ops->queue_rqs hookJens Axboe1-3/+23
2021-12-16block: add completion handler for fast pathJens Axboe1-1/+42
2021-12-06blk-mq: Drop busy_iter_fn blk_mq_hw_ctx argumentJohn Garry1-9/+8
2021-12-06blk-mq: don't use plug->mq_list->q directly in blk_mq_run_dispatch_ops()Ming Lei1-1/+3
2021-12-06blk-mq: don't run might_sleep() if the operation needn't blockingMing Lei1-1/+1
2021-12-03blk-mq: run dispatch lock once in case of issuing from listMing Lei1-8/+6
2021-12-03blk-mq: pass request queue to blk_mq_run_dispatch_opsMing Lei1-4/+5
2021-12-03blk-mq: move srcu from blk_mq_hw_ctx to request_queueMing Lei1-29/+8
2021-12-03blk-mq: remove hctx_lock and hctx_unlockMing Lei1-47/+10
2021-12-03block: switch to atomic_t for request referencesJens Axboe1-6/+6
2021-12-02block: fix double bio queue when merging in cached request pathJens Axboe1-8/+12
2021-12-02block: get rid of useless goto and label in blk_mq_get_new_requests()Jens Axboe1-5/+2
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig1-7/+3
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig1-8/+6
2021-11-29block: move the remaining elv.icq handling to the I/O schedulerChristoph Hellwig1-11/+3
2021-11-29blk-mq: use bio->bi_opf after bio is checkedMing Lei1-1/+2
2021-11-29blk-mq: cleanup request allocationChristoph Hellwig1-52/+38
2021-11-29block: don't include <linux/part_stat.h> in blk.hChristoph Hellwig1-0/+1
2021-11-29blk_mq: remove repeated includesGuo Zhengkui1-1/+0
2021-11-29block: move io_context creation into where it's neededJens Axboe1-3/+0
2021-11-29block: only allocate poll_stats if there's a user of themJens Axboe1-6/+4
2021-11-29blk-mq: move more plug handling from blk_mq_submit_bio into blk_add_rq_to_plugChristoph Hellwig1-37/+27
2021-11-29blk-mq: simplify the plug handling in blk_mq_submit_bioChristoph Hellwig1-55/+13
2021-11-29block: move blk_print_req_error to blk-mq.cChristoph Hellwig1-0/+13
2021-11-29block: move blk_dump_rq_flags to blk-mq.cChristoph Hellwig1-0/+14
2021-11-29block: move blk_account_io_{start,done} to blk-mq.cChristoph Hellwig1-0/+42
2021-11-29block: move blk_steal_bios to blk-mq.cChristoph Hellwig1-0/+21
2021-11-29block: move blk_rq_init to blk-mq.cChristoph Hellwig1-0/+17
2021-11-29block: move request based cloning helpers to blk-mq.cChristoph Hellwig1-1/+174
2021-11-29blk-mq: move blk_mq_flush_plug_listChristoph Hellwig1-92/+92
2021-11-29block: remove blk-exec.cChristoph Hellwig1-0/+107
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