summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
Commit message (Expand)AuthorAgeFilesLines
* block: blk_add_rq_to_plug(): clear stale 'last' after flushAl Viro2022-10-311-0/+1
* blk-mq: Fix kmemleak in blk_mq_init_allocated_queueChen Jun2022-10-311-3/+1
* blk-mq: Properly init requests from blk_mq_alloc_request_hctx()John Garry2022-10-281-1/+6
* blk-mq: fix null pointer dereference in blk_mq_clear_rq_mapping()Yu Kuai2022-10-161-2/+5
* block: allow end_io based requests in the completion batch handlingJens Axboe2022-09-301-2/+11
* block: change request end_io handler to pass back a return valueJens Axboe2022-09-301-5/+9
* block: enable batched allocation for blk_mq_alloc_request()Jens Axboe2022-09-301-9/+71
* Merge branch 'for-6.1/io_uring' into for-6.1/passthroughJens Axboe2022-09-301-1/+2
|\
| * block: export blk_rq_is_pollKanchan Joshi2022-09-211-1/+2
* | Merge branch 'for-6.1/block' into for-6.1/passthroughJens Axboe2022-09-301-13/+19
|\ \ | |/ |/|
| * block: add rationale for not using blk_mq_plug() when applicablePankaj Raghav2022-09-291-0/+6
| * blk-mq: use quiesced elevator switch when reinitializing queuesKeith Busch2022-09-271-3/+3
| * blk-mq: don't redirect completion for hctx withs only one ctx mappingLiu Song2022-09-241-3/+5
| * blk-mq: remove unneeded needs_restart checkMiaohe Lin2022-09-051-1/+1
| * block: Change the return type of blk_mq_map_queues() into voidBart Van Assche2022-08-221-6/+4
* | 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