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
2024-03-11
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
1
-148
/
+155
2024-03-06
virtio_blk: Do not use disk_set_max_open/active_zones()
Damien Le Moal
1
-2
/
+2
2024-02-13
virtio_blk: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-66
/
+64
2024-02-13
virtio_blk: split virtblk_probe
Christoph Hellwig
1
-92
/
+101
2024-02-13
block: pass a queue_limits argument to blk_mq_alloc_disk
Christoph Hellwig
1
-1
/
+1
2024-02-08
virtio-blk: Ensure no requests in virtqueues before deleting vqs.
Yi Sun
1
-3
/
+4
2024-01-19
Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+0
2024-01-15
virtio_blk: remove duplicate check if queue is broken in virtblk_done
Li RongQing
1
-2
/
+0
2024-01-12
Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-55
/
+23
2023-12-20
block: simplify disk_set_zoned
Christoph Hellwig
1
-1
/
+1
2023-12-20
block: remove support for the host aware zone model
Christoph Hellwig
1
-1
/
+1
2023-12-20
virtio_blk: remove the broken zone revalidation support
Christoph Hellwig
1
-26
/
+0
2023-12-20
virtio_blk: cleanup zoned device probing
Christoph Hellwig
1
-28
/
+22
2023-12-04
virtio_blk: fix snprintf truncation compiler warning
Stefan Hajnoczi
1
-4
/
+4
2023-11-05
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+3
2023-11-01
virtio-blk: fix implicit overflow on virtio_max_dma_size
zhenwei pi
1
-1
/
+3
2023-09-22
blk-mq: update driver tags request table when start request
Chengming Zhou
1
-2
/
+0
2023-07-11
Merge branch '6.5/scsi-staging' into 6.5/scsi-fixes
Martin K. Petersen
1
-19
/
+15
2023-07-06
scsi: block: virtio_blk: Set zone limits before revalidating zones
Damien Le Moal
1
-19
/
+15
2023-06-21
Revert "virtio-blk: support completion batching for the IRQ path"
Michael S. Tsirkin
1
-45
/
+37
2023-04-04
virtio-blk: fix ZBD probe in kernels without ZBD support
Dmitry Fomichev
1
-16
/
+17
2023-04-04
virtio-blk: fix to match virtio spec
Dmitry Fomichev
1
-81
/
+157
2023-02-25
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-54
/
+414
2023-02-21
virtio-blk: support completion batching for the IRQ path
Suwan Kim
1
-37
/
+45
2023-02-21
virtio-blk: set req->state to MQ_RQ_COMPLETE after polling I/O is finished
Suwan Kim
1
-2
/
+3
2023-02-15
virtio_blk: zone append in header type tweak
Michael S. Tsirkin
1
-1
/
+1
2023-02-15
virtio_blk: temporary variable type tweak
Michael S. Tsirkin
1
-1
/
+1
2023-02-15
virtio-blk: add support for zoned block devices
Dmitry Fomichev
1
-18
/
+369
2023-02-03
virtio_blk: use bvec_set_virt to initialize special_vec
Christoph Hellwig
1
-3
/
+1
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
[next]