index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-mq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-19
blk-mq: make sure elevator callbacks aren't called for passthrough request
Christoph Hellwig
1
-24
/
+29
2023-05-19
blk-mq: remove RQF_ELVPRIV
Christoph Hellwig
1
-4
/
+2
2023-05-19
blk-mq: don't queue plugged passthrough requests into scheduler
Ming Lei
1
-2
/
+6
2023-04-26
Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linux
Linus Torvalds
1
-409
/
+256
2023-04-20
Revert "block: Merge bio before checking ->cached_rq"
Ming Lei
1
-4
/
+3
2023-04-13
blk-mq: remove __blk_mq_run_hw_queue
Christoph Hellwig
1
-20
/
+9
2023-04-13
blk-mq: move the !async handling out of __blk_mq_delay_run_hw_queue
Christoph Hellwig
1
-27
/
+13
2023-04-13
blk-mq: move the blk_mq_hctx_stopped check in __blk_mq_delay_run_hw_queue
Christoph Hellwig
1
-3
/
+2
2023-04-13
blk-mq: remove the blk_mq_hctx_stopped check in blk_mq_run_work_fn
Christoph Hellwig
1
-9
/
+2
2023-04-13
blk-mq: pass a flags argument to blk_mq_add_to_requeue_list
Christoph Hellwig
1
-3
/
+3
2023-04-13
blk-mq: pass a flags argument to elevator_type->insert_requests
Christoph Hellwig
1
-3
/
+2
2023-04-13
blk-mq: pass a flags argument to blk_mq_request_bypass_insert
Christoph Hellwig
1
-9
/
+9
2023-04-13
blk-mq: pass a flags argument to blk_mq_insert_request
Christoph Hellwig
1
-13
/
+14
2023-04-13
blk-mq: don't kick the requeue_list in blk_mq_add_to_requeue_list
Christoph Hellwig
1
-6
/
+7
2023-04-13
blk-mq: don't run the hw_queue from blk_mq_request_bypass_insert
Christoph Hellwig
1
-13
/
+11
2023-04-13
blk-mq: don't run the hw_queue from blk_mq_insert_request
Christoph Hellwig
1
-24
/
+32
2023-04-13
blk-mq: fold __blk_mq_try_issue_directly into its two callers
Christoph Hellwig
1
-41
/
+31
2023-04-13
blk-mq: factor out a blk_mq_get_budget_and_tag helper
Christoph Hellwig
1
-10
/
+16
2023-04-13
blk-mq: refactor the DONTPREP/SOFTBARRIER andling in blk_mq_requeue_work
Christoph Hellwig
1
-10
/
+11
2023-04-13
blk-mq: refactor passthrough vs flush handling in blk_mq_insert_request
Christoph Hellwig
1
-32
/
+18
2023-04-13
blk-mq: fold __blk_mq_insert_req_list into blk_mq_insert_request
Christoph Hellwig
1
-18
/
+7
2023-04-13
blk-mq: fold __blk_mq_insert_request into blk_mq_insert_request
Christoph Hellwig
1
-12
/
+2
2023-04-13
blk-mq: move blk_mq_sched_insert_request to blk-mq.c
Christoph Hellwig
1
-6
/
+81
2023-04-13
blk-mq: fold blk_mq_sched_insert_requests into blk_mq_dispatch_plug_list
Christoph Hellwig
1
-4
/
+13
2023-04-13
blk-mq: move more logic into blk_mq_insert_requests
Christoph Hellwig
1
-2
/
+18
2023-04-13
blk-mq: include <linux/blk-mq.h> in block/blk-mq.h
Christoph Hellwig
1
-1
/
+0
2023-04-13
blk-mq: remove blk-mq-tag.h
Christoph Hellwig
1
-1
/
+0
2023-04-13
blk-mq: don't plug for head insertions in blk_execute_rq_nowait
Christoph Hellwig
1
-1
/
+1
2023-04-05
blk-mq: directly poll requests
Keith Busch
1
-3
/
+1
2023-03-27
block: open code __blk_account_io_done()
Chaitanya Kulkarni
1
-13
/
+9
2023-03-27
block: open code __blk_account_io_start()
Chaitanya Kulkarni
1
-20
/
+16
2023-03-21
blk-mq: remove hybrid polling
Keith Busch
1
-199
/
+6
2023-03-16
blk-mq: return actual keyslot error in blk_insert_cloned_request()
Eric Biggers
1
-2
/
+3
2023-03-16
blk-crypto: remove blk_crypto_insert_cloned_request()
Eric Biggers
1
-1
/
+1
2023-03-16
blk-mq: release crypto keyslot before reporting I/O complete
Eric Biggers
1
-1
/
+14
2023-03-14
block: do not reverse request order when flushing plug list
Jan Kara
1
-2
/
+3
2023-03-03
Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linux
Linus Torvalds
1
-3
/
+4
2023-03-03
blk-mq: enforce op-specific segment limits in blk_insert_cloned_request
Uday Shankar
1
-3
/
+4
2023-02-21
Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux
Linus Torvalds
1
-83
/
+69
2023-02-09
block: Merge bio before checking ->cached_rq
Xiao Ni
1
-3
/
+4
2023-02-06
blk-mq: use switch/case to improve readability in blk_mq_try_issue_list_directly
Kemeng Shi
1
-9
/
+13
2023-02-06
blk-mq: remove set of bd->last when get driver tag for next request fails
Kemeng Shi
1
-22
/
+2
2023-02-06
blk-mq: remove unnecessary error count and check in blk_mq_dispatch_rq_list
Kemeng Shi
1
-6
/
+5
2023-02-06
blk-mq: simplify flush check in blk_mq_dispatch_rq_list
Kemeng Shi
1
-3
/
+3
2023-02-06
blk-mq: use blk_mq_commit_rqs helper in blk_mq_try_issue_list_directly
Kemeng Shi
1
-10
/
+3
2023-02-06
blk-mq: remove unncessary error count and commit in blk_mq_plug_issue_direct
Kemeng Shi
1
-10
/
+4
2023-02-06
blk-mq: make blk_mq_commit_rqs a general function for all commits
Kemeng Shi
1
-14
/
+23
2023-02-06
blk-mq: remove unncessary from_schedule parameter in blk_mq_plug_issue_direct
Kemeng Shi
1
-5
/
+5
2023-02-06
blk-mq: remove unnecessary list_empty check in blk_mq_try_issue_list_directly
Kemeng Shi
1
-2
/
+1
2023-02-06
blk-mq: Fix potential io hung for shared sbitmap per tagset
Kemeng Shi
1
-2
/
+4
[prev]
[next]