summaryrefslogtreecommitdiff
path: root/block/blk-mq.c
AgeCommit message (Expand)Author
2022-03-08block: fix blk_mq_attempt_bio_merge and rq_qos_throttle protectionShin'ichiro Kawasaki
2022-02-11block: Add handling for zone append command in blk_complete_requestPankaj Raghav
2022-01-26blk-mq: fix missing blk_account_io_done() in error pathYu Kuai
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds
2022-01-18block: assign bi_bdev for cloned bios in blk_rq_prep_cloneChristoph Hellwig
2022-01-15cpumask: replace cpumask_next_* with cpumask_first_* where appropriateYury Norov
2022-01-09block: don't protect submit_bio_checks by q_usage_counterMing Lei
2021-12-20blk-mq: blk-mq: check quiesce state before queue_rqsKeith Busch
2021-12-16block: add mq_ops->queue_rqs hookJens Axboe
2021-12-16block: add completion handler for fast pathJens Axboe
2021-12-06blk-mq: Drop busy_iter_fn blk_mq_hw_ctx argumentJohn Garry
2021-12-06blk-mq: don't use plug->mq_list->q directly in blk_mq_run_dispatch_ops()Ming Lei
2021-12-06blk-mq: don't run might_sleep() if the operation needn't blockingMing Lei
2021-12-03blk-mq: run dispatch lock once in case of issuing from listMing Lei
2021-12-03blk-mq: pass request queue to blk_mq_run_dispatch_opsMing Lei
2021-12-03blk-mq: move srcu from blk_mq_hw_ctx to request_queueMing Lei
2021-12-03blk-mq: remove hctx_lock and hctx_unlockMing Lei
2021-12-03block: switch to atomic_t for request referencesJens Axboe
2021-12-02block: fix double bio queue when merging in cached request pathJens Axboe
2021-12-02block: get rid of useless goto and label in blk_mq_get_new_requests()Jens Axboe
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig
2021-11-29block: move the remaining elv.icq handling to the I/O schedulerChristoph Hellwig
2021-11-29blk-mq: use bio->bi_opf after bio is checkedMing Lei
2021-11-29blk-mq: cleanup request allocationChristoph Hellwig
2021-11-29block: don't include <linux/part_stat.h> in blk.hChristoph Hellwig
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