index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-mq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-28
block: Do not force full zone append completion in req_bio_endio()
Damien Le Moal
1
-7
/
+2
2024-03-11
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
1
-98
/
+88
2024-03-11
Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-0
/
+2
2024-02-28
blk-mq: don't change nr_hw_queues and nr_maps for kdump kernel
Ming Lei
1
-8
/
+6
2024-02-24
block/blk-mq: Don't complete locally if capacities are different
Qais Yousef
1
-2
/
+3
2024-02-24
block: io wait hang check helper
Keith Busch
1
-16
/
+3
2024-02-13
block: pass a queue_limits argument to blk_mq_alloc_disk
Christoph Hellwig
1
-2
/
+3
2024-02-13
block: pass a queue_limits argument to blk_mq_init_queue
Christoph Hellwig
1
-13
/
+8
2024-02-13
block: pass a queue_limits argument to blk_alloc_queue
Christoph Hellwig
1
-3
/
+4
2024-02-06
block, fs: Restore the per-bio/request data lifetime fields
Bart Van Assche
1
-0
/
+2
2024-02-05
block: add blk_time_get_ns() and blk_time_get() helpers
Jens Axboe
1
-8
/
+8
2024-02-05
blk-mq: special case cached requests less
Christoph Hellwig
1
-19
/
+22
2024-02-05
blk-mq: introduce a blk_mq_peek_cached_request helper
Christoph Hellwig
1
-30
/
+33
2024-02-05
blk-mq: move blk_mq_attempt_bio_merge out blk_mq_get_new_requests
Christoph Hellwig
1
-10
/
+11
2024-02-01
block: Fix where bio IO priority gets set
Hongyu Jin
1
-10
/
+0
2024-01-18
Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linux
Linus Torvalds
1
-11
/
+39
2024-01-12
block: ensure we hold a queue reference when using queue limits
Jens Axboe
1
-6
/
+10
2024-01-12
blk-mq: rename blk_mq_can_use_cached_rq
Christoph Hellwig
1
-3
/
+6
2024-01-12
blk-mq: fix IO hang from sbitmap wakeup race
Ming Lei
1
-0
/
+16
2024-01-11
Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+2
2024-01-10
block: fix partial zone append completion handling in req_bio_endio()
Damien Le Moal
1
-2
/
+7
2023-12-01
block: skip QUEUE_FLAG_STATS and rq-qos for passthrough io
Kundan Kumar
1
-1
/
+2
2023-12-01
blk-mq: don't count completed flush data request as inflight in case of quiesce
Ming Lei
1
-1
/
+13
2023-11-13
blk-mq: make sure active queue usage is held for bio_integrity_prep()
Christoph Hellwig
1
-37
/
+38
2023-09-22
blk-mq: update driver tags request table when start request
Chengming Zhou
1
-0
/
+1
2023-09-22
blk-mq: support batched queue_rqs() on shared tags queue
Chengming Zhou
1
-6
/
+1
2023-09-22
blk-mq: remove RQF_MQ_INFLIGHT
Chengming Zhou
1
-4
/
+0
2023-09-22
blk-mq: account active requests when get driver tag
Chengming Zhou
1
-21
/
+12
2023-09-11
blk-mq: fix tags UAF when shrinking q->nr_hw_queues
Chengming Zhou
1
-6
/
+7
2023-08-29
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
1
-14
/
+31
2023-08-22
blk-mq: prealloc tags when increase tagset nr_hw_queues
Chengming Zhou
1
-0
/
+10
2023-08-22
blk-mq: delete redundant tagset map update when fallback
Chengming Zhou
1
-1
/
+0
2023-08-22
blk-mq: fix tags leak when shrink nr_hw_queues
Chengming Zhou
1
-1
/
+5
2023-08-19
blk-mq: release scheduler resource when request completes
Chengming Zhou
1
-3
/
+20
2023-07-24
block: Improve performance for BLK_MQ_F_BLOCKING drivers
Bart Van Assche
1
-6
/
+10
2023-07-17
blk-mq: use percpu csd to remote complete instead of per-rq csd
Chengming Zhou
1
-6
/
+6
2023-07-14
blk-mq: Fix stall due to recursive flush plug
Ross Lagerwall
1
-1
/
+8
2023-07-13
blk-mq: fix start_time_ns and alloc_time_ns for pre-allocated rq
Chengming Zhou
1
-17
/
+30
2023-06-28
block: add request polling helper
Keith Busch
1
-16
/
+32
2023-06-28
Merge branch 'for-6.5/block-late' into block-6.5
Jens Axboe
1
-1
/
+5
2023-06-26
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
1
-68
/
+73
2023-06-25
blk-mq: fix two misuses on RQF_USE_SCHED
Ming Lei
1
-1
/
+5
2023-06-21
blk-mq: don't insert passthrough request into sw queue
Ming Lei
1
-1
/
+6
2023-06-16
blk-mq: fix NULL dereference on q->elevator in blk_mq_elv_switch_none
Ming Lei
1
-3
/
+7
2023-06-14
blk-mq: check on cpu id when there is only one ctx mapping
Ed Tsai
1
-2
/
+3
2023-06-03
blk-mq: fix blk_mq_hw_ctx active request accounting
Tian Lan
1
-4
/
+4
2023-05-24
block: introduce block_io_start/block_io_done tracepoints
Hengqi Chen
1
-0
/
+4
2023-05-19
blk-mq: don't use the requeue list to queue flush commands
Christoph Hellwig
1
-29
/
+13
2023-05-19
blk-mq: use the I/O scheduler for writes from the flush state machine
Bart Van Assche
1
-2
/
+2
2023-05-19
blk-mq: defer to the normal submission path for non-flush flush commands
Christoph Hellwig
1
-4
/
+4
[next]