summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: fix io hung due to missing commit_rqsYu Kuai2022-08-191-2/+3
* blk-mq: run queue no matter whether the request is the last requestYufen Yu2022-08-181-1/+1
* blk-mq: remove unused function blk_mq_queue_stopped()Yu Kuai2022-08-181-20/+0
* block: pass struct queue_limits to the bio splitting helpersChristoph Hellwig2022-08-021-2/+2
* block: change the blk_queue_bounce calling conventionChristoph Hellwig2022-08-021-1/+1
* block: change the blk_queue_split calling conventionChristoph Hellwig2022-08-021-2/+2
* blk-mq: fix error handling in __blk_mq_alloc_diskChristoph Hellwig2022-07-211-1/+1
* block: Use the new blk_opf_t typeBart Van Assche2022-07-141-7/+8
* block: simplify blk_mq_plugChristoph Hellwig2022-07-061-1/+1
* blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry2022-07-061-6/+4
* blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry2022-07-061-3/+3
* blk-mq: Add a flag for reserved requestsJohn Garry2022-07-061-0/+6
* blk-mq: rename blk_mq_sysfs_{,un}registerChristoph Hellwig2022-06-281-2/+2
* block: simplify disk shutdownChristoph Hellwig2022-06-281-2/+41
* block: Always initialize bio IO priority on submitJan Kara2022-06-271-0/+3
* block: Initialize bio priority earlierJan Kara2022-06-271-2/+2
* blk-ioprio: Convert from rqos policy to direct callJan Kara2022-06-271-0/+8
* blk-mq: Don't disable preemption around __blk_mq_run_hw_queue().Sebastian Andrzej Siewior2022-06-271-5/+1
* block: Make blk_mq_get_sq_hctx() select the proper hardware queue typeBart Van Assche2022-06-271-1/+1
* block: pop cached rq before potentially blocking rq_qos_throttle()Jens Axboe2022-06-211-3/+8
* blk-mq: don't clear flush_rq from tags->rqs[]Ming Lei2022-06-161-2/+3
* blk-mq: avoid to touch q->elevator without any protectionMing Lei2022-06-161-16/+2
* blk-mq: protect q->elevator by ->sysfs_lock in blk_mq_elv_switch_noneMing Lei2022-06-161-1/+3
* block: Fix handling of offline queues in blk_mq_alloc_request_hctx()Bart Van Assche2022-06-161-0/+2
* Merge tag 'for-5.19/block-exec-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-031-64/+49
|\
| * blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig2022-05-281-4/+1
| * blk-mq: avoid a mess of casts for blk_end_sync_rqChristoph Hellwig2022-05-281-23/+20
| * blk-mq: remove __blk_execute_rq_nowaitChristoph Hellwig2022-05-281-39/+30
* | Merge tag 'for-5.19/block-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-031-5/+5
|\ \ | |/ |/|
| * blk-mq: do not update io_ticks with passthrough requestsHaisu Wang2022-05-301-1/+2
| * blk-mq: don't touch ->tagset in blk_mq_get_sq_hctxMing Lei2022-05-231-4/+3
* | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-231-1/+1
|\|
| * blk-mq: fix typo in commentJulia Lawall2022-05-211-1/+1
* | blk-mq: fix passthrough pluggingMing Lei2022-05-121-51/+63
* | block: wire-up support for passthrough pluggingJens Axboe2022-05-111-34/+39
* | Revert "block: inherit request start time from bio for BLK_CGROUP"Tejun Heo2022-04-271-8/+1
|/
* block: don't print I/O error warning for dead disksChristoph Hellwig2022-04-151-1/+2
* Merge tag 'for-5.18/block-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-011-9/+16
|\
| * block: use dedicated list iterator variableJakob Koschel2022-03-311-9/+16
* | Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-261-1/+0
|\ \
| * | block: remove the per-bio/request write hintChristoph Hellwig2022-03-071-1/+0
| * | Merge branch 'for-5.18/block' into for-5.18/write-streamsJens Axboe2022-03-071-42/+22
| |\ \
* | \ \ Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-151/+152
|\ \ \ \ | | |_|/ | |/| |
| * | | block: flush plug based on hardware and software queue orderJens Axboe2022-03-111-31/+28
| * | | block: don't remove hctx debugfs dir from blk_mq_exit_queueMing Lei2022-03-081-1/+0
| * | | blk-mq: handle already freed tags gracefully in blk_mq_free_rqsMing Lei2022-03-081-0/+3
| * | | blk-mq: do not include passthrough requests in I/O accountingChristoph Hellwig2022-03-081-3/+8
| * | | blk-mq: manage hctx map via xarrayMing Lei2022-03-081-38/+24
| * | | blk-mq: prepare for implementing hctx table via xarrayMing Lei2022-03-081-14/+16
| * | | blk-mq: reconfigure poll after queue map is changedMing Lei2022-03-081-3/+13