aboutsummaryrefslogtreecommitdiff
path: root/block/blk-mq.c
AgeCommit message (Expand)Author
2022-06-16blk-mq: don't clear flush_rq from tags->rqs[]Ming Lei
2022-06-16blk-mq: avoid to touch q->elevator without any protectionMing Lei
2022-06-16blk-mq: protect q->elevator by ->sysfs_lock in blk_mq_elv_switch_noneMing Lei
2022-06-16block: Fix handling of offline queues in blk_mq_alloc_request_hctx()Bart Van Assche
2022-06-03Merge tag 'for-5.19/block-exec-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-06-03Merge tag 'for-5.19/block-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-30blk-mq: do not update io_ticks with passthrough requestsHaisu Wang
2022-05-28blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig
2022-05-28blk-mq: avoid a mess of casts for blk_end_sync_rqChristoph Hellwig
2022-05-28blk-mq: remove __blk_execute_rq_nowaitChristoph Hellwig
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-23blk-mq: don't touch ->tagset in blk_mq_get_sq_hctxMing Lei
2022-05-21blk-mq: fix typo in commentJulia Lawall
2022-05-12blk-mq: fix passthrough pluggingMing Lei
2022-05-11block: wire-up support for passthrough pluggingJens Axboe
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