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
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
/
include
/
linux
/
blk-mq.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-22
scsi: blk-mq: Fix build warning when making htmldocs
Ming Lei
1
-4
/
+4
2021-03-05
scsi: blk-mq: Return budget token from .get_budget callback
Ming Lei
1
-2
/
+2
2021-03-05
scsi: blk-mq: Add callbacks for storing & retrieving budget token
Ming Lei
1
-0
/
+9
2021-02-10
blk-mq: introduce blk_mq_set_request_complete
Chao Leng
1
-0
/
+12
2021-01-25
Revert "blk-mq, elevator: Count requests per hctx to improve performance"
Jan Kara
1
-4
/
+0
2021-01-25
block: store a block_device pointer in struct bio
Christoph Hellwig
1
-2
/
+2
2021-01-01
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-2
/
+2
2020-12-17
Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+12
2020-12-09
scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPT
Bart Van Assche
1
-2
/
+0
2020-12-09
scsi: block: Introduce BLK_MQ_REQ_PM
Bart Van Assche
1
-0
/
+2
2020-12-08
blk-mq: add new API of blk_mq_hctx_set_fq_lock_class
Ming Lei
1
-0
/
+3
2020-12-01
block: move blk_rq_bio_prep() to linux/blk-mq.h
Chaitanya Kulkarni
1
-0
/
+12
2020-10-28
blk-mq: docs: add kernel-doc description for a new struct member
Mauro Carvalho Chehab
1
-0
/
+2
2020-09-04
blk-mq, elevator: Count requests per hctx to improve performance
Kashyap Desai
1
-0
/
+4
2020-09-04
blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared...
John Garry
1
-0
/
+1
2020-09-04
blk-mq: Facilitate a shared sbitmap per tagset
John Garry
1
-0
/
+6
2020-09-04
blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHARED
Ming Lei
1
-1
/
+1
2020-09-02
block: Move blk_mq_bio_list_merge() into blk-merge.c
Baolin Wang
1
-2
/
+0
2020-07-28
block: Remove callback typedefs for blk_mq_ops
Daniel Wagner
1
-32
/
+18
2020-07-01
block: move ->make_request_fn to struct block_device_operations
Christoph Hellwig
1
-1
/
+1
2020-06-30
blk-mq: pass request queue into get/put budget callback
Ming Lei
1
-2
/
+2
2020-06-29
blk-mq: remove the BLK_MQ_REQ_INTERNAL flag
Christoph Hellwig
1
-2
/
+0
2020-06-24
blk-mq: add a new blk_mq_complete_request_remote API
Christoph Hellwig
1
-0
/
+1
2020-06-24
blk-mq: move failure injection out of blk_mq_complete_request
Christoph Hellwig
1
-2
/
+10
2020-05-29
blk-mq: drain I/O when all CPUs in a hctx are offline
Ming Lei
1
-0
/
+10
2020-05-29
blk-mq: blk-mq: provide forced completion method
Keith Busch
1
-0
/
+1
2020-04-25
block: bypass ->make_request_fn for blk-mq drivers
Christoph Hellwig
1
-0
/
+2
2020-04-20
blk-mq: Add blk_mq_delay_run_hw_queues() API call
Douglas Anderson
1
-0
/
+1
2020-04-18
blk-mq: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-03-27
block: add a blk_mq_init_queue_data helper
Christoph Hellwig
1
-0
/
+2
2020-03-10
blk-mq: Fix a comment in include/linux/blk-mq.h
Bart Van Assche
1
-1
/
+4
2019-11-13
blk-mq: Delete blk_mq_has_free_tags() and blk_mq_can_queue()
John Garry
1
-1
/
+0
2019-11-01
blk-mq: Make blk_mq_run_hw_queue() return void
John Garry
1
-1
/
+1
2019-10-25
blk-mq: fill header with kernel-doc
André Almeida
1
-40
/
+185
2019-10-07
blk-mq: Inline status checkers
Pavel Begunkov
1
-2
/
+18
2019-10-07
block: Document all members of blk_mq_tag_set and bkl_mq_queue_map
Bart Van Assche
1
-11
/
+43
2019-09-06
block: Delay default elevator initialization
Damien Le Moal
1
-1
/
+2
2019-08-27
block: Remove blk_mq_register_dev()
Bart Van Assche
1
-1
/
+0
2019-08-05
blk-mq: add callback of .cleanup_rq
Ming Lei
1
-0
/
+13
2019-08-05
blk-mq: remove blk_mq_complete_request_sync
Ming Lei
1
-1
/
+0
2019-08-05
blk-mq: introduce blk_mq_tagset_wait_completed_request()
Ming Lei
1
-0
/
+1
2019-08-05
blk-mq: introduce blk_mq_request_completed()
Ming Lei
1
-0
/
+1
2019-06-20
block: remove the bi_phys_segments field in struct bio
Christoph Hellwig
1
-1
/
+1
2019-05-04
blk-mq: always free hctx after request queue is freed
Ming Lei
1
-0
/
+2
2019-04-10
blk-mq: introduce blk_mq_complete_request_sync()
Ming Lei
1
-0
/
+1
2019-03-20
block: Unexport blk_mq_add_to_requeue_list()
Bart Van Assche
1
-2
/
+0
2019-03-19
blk-mq: remove unused 'nr_expired' from blk_mq_hw_ctx
Dongli Zhang
1
-1
/
+0
2019-02-15
block: kill BLK_MQ_F_SG_MERGE
Ming Lei
1
-1
/
+0
2018-12-18
block: make request_to_qc_t public
Sagi Grimberg
1
-0
/
+10
2018-12-18
blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight()
Jens Axboe
1
-1
/
+1
[next]