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
/
drivers
/
block
/
virtio_blk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-28
virtio_blk: Fix signedness bug in virtblk_prep_rq()
Rafael Mendonca
1
-2
/
+4
2022-12-28
virtio_blk: use UINT_MAX instead of -1U
Angus Chen
1
-1
/
+1
2022-12-28
virtio-blk: use a helper to handle request queuing errors
Dmitry Fomichev
1
-13
/
+16
2022-12-01
virtio-blk: replace ida_simple[get|remove] with ida_[alloc_range|free]
Pankaj Raghav
1
-4
/
+4
2022-10-11
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-18
/
+92
2022-10-07
Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux
Linus Torvalds
1
-3
/
+1
2022-10-07
virtio_blk: add SECURE ERASE command support
Alvaro Karsz
1
-18
/
+92
2022-09-28
virtio-blk: Fix WARN_ON_ONCE in virtio_queue_rq()
Suwan Kim
1
-6
/
+5
2022-08-22
block: Change the return type of blk_mq_map_queues() into void
Bart Van Assche
1
-3
/
+1
2022-08-12
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-14
/
+10
2022-08-11
virtio-blk: Avoid use-after-free on suspend/resume
Shigeru Yoshida
1
-14
/
+10
2022-06-28
block: remove blk_cleanup_disk
Christoph Hellwig
1
-1
/
+1
2022-06-28
block: simplify disk shutdown
Christoph Hellwig
1
-1
/
+0
2022-05-31
virtio-blk: support mq_ops->queue_rqs()
Suwan Kim
1
-16
/
+98
2022-05-31
virtio-blk: support polling I/O
Suwan Kim
1
-3
/
+103
2022-05-03
virtio_blk: fix the discard_granularity and discard_alignment queue limits
Christoph Hellwig
1
-3
/
+4
2022-04-18
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
1
-2
/
+0
2022-03-22
Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-4
/
+4
2022-03-22
Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-52
/
+14
2022-03-17
virtio_blk: eliminate anonymous module_init & module_exit
Randy Dunlap
1
-4
/
+4
2022-03-06
virtio-blk: Remove BUG_ON() in virtio_queue_rq()
Xie Yongji
1
-10
/
+2
2022-03-06
virtio-blk: Don't use MAX_DISCARD_SEGMENTS if max_discard_seg is zero
Xie Yongji
1
-2
/
+8
2022-02-17
virtio_blk: simplify refcounting
Christoph Hellwig
1
-52
/
+14
2022-01-18
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-2
/
+2
2022-01-15
virtio: wrap config->reset calls
Michael S. Tsirkin
1
-2
/
+2
2021-11-29
block: remove the gendisk argument to blk_execute_rq
Christoph Hellwig
1
-1
/
+1
2021-11-29
block: remove GENHD_FL_EXT_DEVT
Christoph Hellwig
1
-1
/
+0
2021-11-25
virtio-blk: modify the value type of num in virtio_queue_rq()
Ye Guojin
1
-1
/
+1
2021-11-25
Revert "virtio-blk: don't let virtio core to validate used length"
Michael S. Tsirkin
1
-1
/
+0
2021-11-04
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-59
/
+119
2021-11-01
Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...
Linus Torvalds
1
-2
/
+2
2021-11-01
virtio-blk: don't let virtio core to validate used length
Jason Wang
1
-0
/
+1
2021-11-01
virtio_blk: correct types for status handling
Michael S. Tsirkin
1
-6
/
+8
2021-11-01
virtio_blk: allow 0 as num_request_queues
Michael S. Tsirkin
1
-13
/
+1
2021-11-01
virtio-blk: fixup coccinelle warnings
Ye Guojin
1
-1
/
+1
2021-11-01
virtio_blk: Fix spelling mistake: "advertisted" -> "advertised"
Colin Ian King
1
-1
/
+1
2021-11-01
virtio-blk: validate num_queues during probe
Jason Wang
1
-0
/
+4
2021-11-01
virtio-blk: add num_request_queues module parameter
Max Gurtovoy
1
-1
/
+22
2021-11-01
virtio-blk: avoid preallocating big SGL for data
Max Gurtovoy
1
-56
/
+100
2021-10-29
block: remove blk_{get,put}_request
Christoph Hellwig
1
-2
/
+2
2021-10-27
virtio-blk: Use blk_validate_block_size() to validate block size
Xie Yongji
1
-2
/
+10
2021-10-13
Revert "virtio-blk: Add validation for block size in config space"
Michael S. Tsirkin
1
-31
/
+6
2021-09-12
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-2
/
+2
2021-09-06
virtio-blk: remove unneeded "likely" statements
Max Gurtovoy
1
-2
/
+2
2021-08-31
Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-8
/
+8
2021-08-23
virtio_blk: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+6
2021-08-16
virtio_blk: use bvec_virt
Christoph Hellwig
1
-5
/
+2
2021-08-11
virtio-blk: Add validation for block size in config space
Xie Yongji
1
-6
/
+33
2021-07-03
virtio-blk: limit seg_max to a safe value
Stefan Hajnoczi
1
-1
/
+7
2021-07-03
virtio-blk: Fix memory leak among suspend/resume procedure
Xie Yongji
1
-0
/
+2
[next]