index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk-mq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
2023-08-29
1
-14
/
+31
|
\
|
*
blk-mq: prealloc tags when increase tagset nr_hw_queues
Chengming Zhou
2023-08-22
1
-0
/
+10
|
*
blk-mq: delete redundant tagset map update when fallback
Chengming Zhou
2023-08-22
1
-1
/
+0
|
*
blk-mq: fix tags leak when shrink nr_hw_queues
Chengming Zhou
2023-08-22
1
-1
/
+5
|
*
block: Improve performance for BLK_MQ_F_BLOCKING drivers
Bart Van Assche
2023-07-24
1
-6
/
+10
|
*
blk-mq: use percpu csd to remote complete instead of per-rq csd
Chengming Zhou
2023-07-17
1
-6
/
+6
*
|
blk-mq: release scheduler resource when request completes
Chengming Zhou
2023-08-19
1
-3
/
+20
*
|
blk-mq: Fix stall due to recursive flush plug
Ross Lagerwall
2023-07-14
1
-1
/
+8
|
/
*
blk-mq: fix start_time_ns and alloc_time_ns for pre-allocated rq
Chengming Zhou
2023-07-13
1
-17
/
+30
*
block: add request polling helper
Keith Busch
2023-06-28
1
-16
/
+32
*
Merge branch 'for-6.5/block-late' into block-6.5
Jens Axboe
2023-06-28
1
-1
/
+5
|
\
|
*
blk-mq: fix two misuses on RQF_USE_SCHED
Ming Lei
2023-06-25
1
-1
/
+5
*
|
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
2023-06-26
1
-68
/
+73
|
\
|
|
*
blk-mq: don't insert passthrough request into sw queue
Ming Lei
2023-06-21
1
-1
/
+6
|
*
blk-mq: fix NULL dereference on q->elevator in blk_mq_elv_switch_none
Ming Lei
2023-06-16
1
-3
/
+7
|
*
blk-mq: check on cpu id when there is only one ctx mapping
Ed Tsai
2023-06-14
1
-2
/
+3
|
*
block: introduce block_io_start/block_io_done tracepoints
Hengqi Chen
2023-05-24
1
-0
/
+4
|
*
blk-mq: don't use the requeue list to queue flush commands
Christoph Hellwig
2023-05-19
1
-29
/
+13
|
*
blk-mq: use the I/O scheduler for writes from the flush state machine
Bart Van Assche
2023-05-19
1
-2
/
+2
|
*
blk-mq: defer to the normal submission path for non-flush flush commands
Christoph Hellwig
2023-05-19
1
-4
/
+4
|
*
blk-mq: make sure elevator callbacks aren't called for passthrough request
Christoph Hellwig
2023-05-18
1
-24
/
+29
|
*
blk-mq: remove RQF_ELVPRIV
Christoph Hellwig
2023-05-18
1
-4
/
+2
|
*
blk-mq: don't queue plugged passthrough requests into scheduler
Ming Lei
2023-05-18
1
-2
/
+6
*
|
blk-mq: fix blk_mq_hw_ctx active request accounting
Tian Lan
2023-06-03
1
-4
/
+4
|
/
*
Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linux
Linus Torvalds
2023-04-26
1
-409
/
+256
|
\
|
*
blk-mq: remove __blk_mq_run_hw_queue
Christoph Hellwig
2023-04-13
1
-20
/
+9
|
*
blk-mq: move the !async handling out of __blk_mq_delay_run_hw_queue
Christoph Hellwig
2023-04-13
1
-27
/
+13
|
*
blk-mq: move the blk_mq_hctx_stopped check in __blk_mq_delay_run_hw_queue
Christoph Hellwig
2023-04-13
1
-3
/
+2
|
*
blk-mq: remove the blk_mq_hctx_stopped check in blk_mq_run_work_fn
Christoph Hellwig
2023-04-13
1
-9
/
+2
|
*
blk-mq: pass a flags argument to blk_mq_add_to_requeue_list
Christoph Hellwig
2023-04-13
1
-3
/
+3
|
*
blk-mq: pass a flags argument to elevator_type->insert_requests
Christoph Hellwig
2023-04-13
1
-3
/
+2
|
*
blk-mq: pass a flags argument to blk_mq_request_bypass_insert
Christoph Hellwig
2023-04-13
1
-9
/
+9
|
*
blk-mq: pass a flags argument to blk_mq_insert_request
Christoph Hellwig
2023-04-13
1
-13
/
+14
|
*
blk-mq: don't kick the requeue_list in blk_mq_add_to_requeue_list
Christoph Hellwig
2023-04-13
1
-6
/
+7
|
*
blk-mq: don't run the hw_queue from blk_mq_request_bypass_insert
Christoph Hellwig
2023-04-13
1
-13
/
+11
|
*
blk-mq: don't run the hw_queue from blk_mq_insert_request
Christoph Hellwig
2023-04-13
1
-24
/
+32
|
*
blk-mq: fold __blk_mq_try_issue_directly into its two callers
Christoph Hellwig
2023-04-13
1
-41
/
+31
|
*
blk-mq: factor out a blk_mq_get_budget_and_tag helper
Christoph Hellwig
2023-04-13
1
-10
/
+16
|
*
blk-mq: refactor the DONTPREP/SOFTBARRIER andling in blk_mq_requeue_work
Christoph Hellwig
2023-04-13
1
-10
/
+11
|
*
blk-mq: refactor passthrough vs flush handling in blk_mq_insert_request
Christoph Hellwig
2023-04-13
1
-32
/
+18
|
*
blk-mq: fold __blk_mq_insert_req_list into blk_mq_insert_request
Christoph Hellwig
2023-04-13
1
-18
/
+7
|
*
blk-mq: fold __blk_mq_insert_request into blk_mq_insert_request
Christoph Hellwig
2023-04-13
1
-12
/
+2
|
*
blk-mq: move blk_mq_sched_insert_request to blk-mq.c
Christoph Hellwig
2023-04-13
1
-6
/
+81
|
*
blk-mq: fold blk_mq_sched_insert_requests into blk_mq_dispatch_plug_list
Christoph Hellwig
2023-04-13
1
-4
/
+13
|
*
blk-mq: move more logic into blk_mq_insert_requests
Christoph Hellwig
2023-04-13
1
-2
/
+18
|
*
blk-mq: include <linux/blk-mq.h> in block/blk-mq.h
Christoph Hellwig
2023-04-13
1
-1
/
+0
|
*
blk-mq: remove blk-mq-tag.h
Christoph Hellwig
2023-04-13
1
-1
/
+0
|
*
blk-mq: don't plug for head insertions in blk_execute_rq_nowait
Christoph Hellwig
2023-04-13
1
-1
/
+1
|
*
block: open code __blk_account_io_done()
Chaitanya Kulkarni
2023-03-27
1
-13
/
+9
|
*
block: open code __blk_account_io_start()
Chaitanya Kulkarni
2023-03-27
1
-20
/
+16
[next]