summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: don't count completed flush data request as inflight in case of quiesceMing Lei2024-01-201-1/+13
* blk-mq: make sure active queue usage is held for bio_integrity_prep()Christoph Hellwig2024-01-101-37/+38
* blk-mq: Fix stall due to recursive flush plugRoss Lagerwall2023-08-031-1/+8
* blk-mq: fix blk_mq_hw_ctx active request accountingTian Lan2023-06-141-4/+4
* blk-mq: don't plug for head insertions in blk_execute_rq_nowaitChristoph Hellwig2023-05-111-1/+1
* blk-mq: release crypto keyslot before reporting I/O completeEric Biggers2023-05-111-1/+14
* blk-mq: directly poll requestsKeith Busch2023-04-131-3/+1
* block: do not reverse request order when flushing plug listJan Kara2023-03-221-2/+3
* blk-mq: Fix potential io hung for shared sbitmap per tagsetKemeng Shi2023-03-101-2/+4
* blk-mq: wait on correct sbitmap_queue in blk_mq_mark_tag_waitKemeng Shi2023-03-101-1/+5
* blk-mq: avoid sleep in blk_mq_alloc_request_hctxKemeng Shi2023-03-101-1/+2
* block: fix hctx checks for batch allocationPavel Begunkov2023-02-061-1/+5
* block: handle bio_split_to_limits() NULL returnJens Axboe2023-01-181-1/+4
* blk-mq: avoid double ->queue_rq() because of early timeoutDavid Jeffery2022-12-311-12/+44
* blk-mq: fix queue reference leak on blk_mq_alloc_disk_for_queue failureChristoph Hellwig2022-11-221-1/+6
* 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