index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-mq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-02
blk-mq: register cpuhp callback after hctx is added to xarray table
Ming Lei
1
-8
/
+7
2024-12-14
block: fix ordering between checking BLK_MQ_S_STOPPED request adding
Muchun Song
1
-0
/
+6
2024-09-30
block: Fix where bio IO priority gets set
Hongyu Jin
1
-10
/
+0
2024-08-14
block: Call .limit_depth() after .hctx has been set
Bart Van Assche
1
-1
/
+5
2024-06-12
block: support to account io_ticks precisely
Yu Kuai
1
-0
/
+4
2024-06-12
block: open code __blk_account_io_done()
Chaitanya Kulkarni
1
-13
/
+9
2024-06-12
block: open code __blk_account_io_start()
Chaitanya Kulkarni
1
-20
/
+16
2024-04-03
block: Do not force full zone append completion in req_bio_endio()
Damien Le Moal
1
-7
/
+2
2024-04-03
blk-mq: release scheduler resource when request completes
Chengming Zhou
1
-3
/
+21
2024-02-23
block: fix partial zone append completion handling in req_bio_endio()
Damien Le Moal
1
-2
/
+7
2024-02-05
blk-mq: fix IO hang from sbitmap wakeup race
Ming Lei
1
-0
/
+16
2024-01-25
block: ensure we hold a queue reference when using queue limits
Jens Axboe
1
-6
/
+10
2024-01-20
blk-mq: don't count completed flush data request as inflight in case of quiesce
Ming Lei
1
-1
/
+13
2024-01-10
blk-mq: make sure active queue usage is held for bio_integrity_prep()
Christoph Hellwig
1
-37
/
+38
2023-08-03
blk-mq: Fix stall due to recursive flush plug
Ross Lagerwall
1
-1
/
+8
2023-06-14
blk-mq: fix blk_mq_hw_ctx active request accounting
Tian Lan
1
-4
/
+4
2023-05-11
blk-mq: don't plug for head insertions in blk_execute_rq_nowait
Christoph Hellwig
1
-1
/
+1
2023-05-11
blk-mq: release crypto keyslot before reporting I/O complete
Eric Biggers
1
-1
/
+14
2023-04-13
blk-mq: directly poll requests
Keith Busch
1
-3
/
+1
2023-03-22
block: do not reverse request order when flushing plug list
Jan Kara
1
-2
/
+3
2023-03-10
blk-mq: Fix potential io hung for shared sbitmap per tagset
Kemeng Shi
1
-2
/
+4
2023-03-10
blk-mq: wait on correct sbitmap_queue in blk_mq_mark_tag_wait
Kemeng Shi
1
-1
/
+5
2023-03-10
blk-mq: avoid sleep in blk_mq_alloc_request_hctx
Kemeng Shi
1
-1
/
+2
2023-02-06
block: fix hctx checks for batch allocation
Pavel Begunkov
1
-1
/
+5
2023-01-18
block: handle bio_split_to_limits() NULL return
Jens Axboe
1
-1
/
+4
2022-12-31
blk-mq: avoid double ->queue_rq() because of early timeout
David Jeffery
1
-12
/
+44
2022-11-22
blk-mq: fix queue reference leak on blk_mq_alloc_disk_for_queue failure
Christoph Hellwig
1
-1
/
+6
2022-10-31
block: blk_add_rq_to_plug(): clear stale 'last' after flush
Al Viro
1
-0
/
+1
2022-10-31
blk-mq: Fix kmemleak in blk_mq_init_allocated_queue
Chen Jun
1
-3
/
+1
2022-10-28
blk-mq: Properly init requests from blk_mq_alloc_request_hctx()
John Garry
1
-1
/
+6
2022-10-16
blk-mq: fix null pointer dereference in blk_mq_clear_rq_mapping()
Yu Kuai
1
-2
/
+5
2022-09-30
block: allow end_io based requests in the completion batch handling
Jens Axboe
1
-2
/
+11
2022-09-30
block: change request end_io handler to pass back a return value
Jens Axboe
1
-5
/
+9
2022-09-30
block: enable batched allocation for blk_mq_alloc_request()
Jens Axboe
1
-9
/
+71
2022-09-30
Merge branch 'for-6.1/io_uring' into for-6.1/passthrough
Jens Axboe
1
-1
/
+2
2022-09-30
Merge branch 'for-6.1/block' into for-6.1/passthrough
Jens Axboe
1
-13
/
+19
2022-09-29
block: add rationale for not using blk_mq_plug() when applicable
Pankaj Raghav
1
-0
/
+6
2022-09-27
blk-mq: use quiesced elevator switch when reinitializing queues
Keith Busch
1
-3
/
+3
2022-09-24
blk-mq: don't redirect completion for hctx withs only one ctx mapping
Liu Song
1
-3
/
+5
2022-09-21
block: export blk_rq_is_poll
Kanchan Joshi
1
-1
/
+2
2022-09-05
blk-mq: remove unneeded needs_restart check
Miaohe Lin
1
-1
/
+1
2022-08-22
block: Change the return type of blk_mq_map_queues() into void
Bart Van Assche
1
-6
/
+4
2022-08-19
blk-mq: fix io hung due to missing commit_rqs
Yu Kuai
1
-2
/
+3
2022-08-18
blk-mq: run queue no matter whether the request is the last request
Yufen Yu
1
-1
/
+1
2022-08-18
blk-mq: remove unused function blk_mq_queue_stopped()
Yu Kuai
1
-20
/
+0
2022-08-02
block: pass struct queue_limits to the bio splitting helpers
Christoph Hellwig
1
-2
/
+2
2022-08-02
block: change the blk_queue_bounce calling convention
Christoph Hellwig
1
-1
/
+1
2022-08-02
block: change the blk_queue_split calling convention
Christoph Hellwig
1
-2
/
+2
2022-07-21
blk-mq: fix error handling in __blk_mq_alloc_disk
Christoph Hellwig
1
-1
/
+1
2022-07-14
block: Use the new blk_opf_t type
Bart Van Assche
1
-7
/
+8
[next]