summaryrefslogtreecommitdiff
path: root/block/blk-mq.c
AgeCommit message (Expand)Author
2022-04-27Revert "block: inherit request start time from bio for BLK_CGROUP"Tejun Heo
2022-04-15block: don't print I/O error warning for dead disksChristoph Hellwig
2022-04-01Merge tag 'for-5.18/block-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-31block: use dedicated list iterator variableJakob Koschel
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-11block: flush plug based on hardware and software queue orderJens Axboe
2022-03-08block: don't remove hctx debugfs dir from blk_mq_exit_queueMing Lei
2022-03-08blk-mq: handle already freed tags gracefully in blk_mq_free_rqsMing Lei
2022-03-08blk-mq: do not include passthrough requests in I/O accountingChristoph Hellwig
2022-03-08blk-mq: manage hctx map via xarrayMing Lei
2022-03-08blk-mq: prepare for implementing hctx table via xarrayMing Lei
2022-03-08blk-mq: reconfigure poll after queue map is changedMing Lei
2022-03-08blk-mq: simplify reallocation of hw ctxs a bitMing Lei
2022-03-08blk-mq: figure out correct numa node for hw queueMing Lei
2022-03-08block: fix blk_mq_attempt_bio_merge and rq_qos_throttle protectionShin'ichiro Kawasaki
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig
2022-03-07Merge branch 'for-5.18/block' into for-5.18/write-streamsJens Axboe
2022-02-16blk-mq: avoid extending delays of active hctx from blk_mq_delay_run_hw_queuesDavid Jeffery
2022-02-16block: move blk_crypto_bio_prep() out of blk-mq.cMing Lei
2022-02-16blk-mq: remove the request_queue argument to blk_insert_cloned_requestChristoph Hellwig
2022-02-16blk-mq: fold blk_cloned_rq_check_limits into blk_insert_cloned_requestChristoph Hellwig
2022-02-16blk-mq: make the blk-mq stacking code optionalChristoph Hellwig
2022-02-11block: introduce block_rq_error tracepointYang Shi
2022-02-11block: Add handling for zone append command in blk_complete_requestPankaj Raghav
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig
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