index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
virtio_blk.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2023-11-05
1
-1
/
+3
|
\
|
*
virtio-blk: fix implicit overflow on virtio_max_dma_size
zhenwei pi
2023-11-01
1
-1
/
+3
*
|
blk-mq: update driver tags request table when start request
Chengming Zhou
2023-09-22
1
-2
/
+0
|
/
*
Merge branch '6.5/scsi-staging' into 6.5/scsi-fixes
Martin K. Petersen
2023-07-11
1
-19
/
+15
|
\
|
*
scsi: block: virtio_blk: Set zone limits before revalidating zones
Damien Le Moal
2023-07-06
1
-19
/
+15
*
|
Revert "virtio-blk: support completion batching for the IRQ path"
Michael S. Tsirkin
2023-06-21
1
-45
/
+37
|
/
*
virtio-blk: fix ZBD probe in kernels without ZBD support
Dmitry Fomichev
2023-04-04
1
-16
/
+17
*
virtio-blk: fix to match virtio spec
Dmitry Fomichev
2023-04-04
1
-81
/
+157
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2023-02-25
1
-54
/
+414
|
\
|
*
virtio-blk: support completion batching for the IRQ path
Suwan Kim
2023-02-21
1
-37
/
+45
|
*
virtio-blk: set req->state to MQ_RQ_COMPLETE after polling I/O is finished
Suwan Kim
2023-02-21
1
-2
/
+3
|
*
virtio_blk: zone append in header type tweak
Michael S. Tsirkin
2023-02-15
1
-1
/
+1
|
*
virtio_blk: temporary variable type tweak
Michael S. Tsirkin
2023-02-15
1
-1
/
+1
|
*
virtio-blk: add support for zoned block devices
Dmitry Fomichev
2023-02-15
1
-18
/
+369
*
|
virtio_blk: use bvec_set_virt to initialize special_vec
Christoph Hellwig
2023-02-03
1
-3
/
+1
|
/
*
virtio_blk: Fix signedness bug in virtblk_prep_rq()
Rafael Mendonca
2022-12-28
1
-2
/
+4
*
virtio_blk: use UINT_MAX instead of -1U
Angus Chen
2022-12-28
1
-1
/
+1
*
virtio-blk: use a helper to handle request queuing errors
Dmitry Fomichev
2022-12-28
1
-13
/
+16
*
virtio-blk: replace ida_simple[get|remove] with ida_[alloc_range|free]
Pankaj Raghav
2022-11-30
1
-4
/
+4
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2022-10-10
1
-18
/
+92
|
\
|
*
virtio_blk: add SECURE ERASE command support
Alvaro Karsz
2022-10-07
1
-18
/
+92
*
|
Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux
Linus Torvalds
2022-10-07
1
-3
/
+1
|
\
\
|
|
/
|
/
|
|
*
block: Change the return type of blk_mq_map_queues() into void
Bart Van Assche
2022-08-22
1
-3
/
+1
*
|
virtio-blk: Fix WARN_ON_ONCE in virtio_queue_rq()
Suwan Kim
2022-09-28
1
-6
/
+5
|
/
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2022-08-12
1
-14
/
+10
|
\
|
*
virtio-blk: Avoid use-after-free on suspend/resume
Shigeru Yoshida
2022-08-11
1
-14
/
+10
*
|
block: remove blk_cleanup_disk
Christoph Hellwig
2022-06-28
1
-1
/
+1
*
|
block: simplify disk shutdown
Christoph Hellwig
2022-06-28
1
-1
/
+0
|
/
*
virtio-blk: support mq_ops->queue_rqs()
Suwan Kim
2022-05-31
1
-16
/
+98
*
virtio-blk: support polling I/O
Suwan Kim
2022-05-31
1
-3
/
+103
*
virtio_blk: fix the discard_granularity and discard_alignment queue limits
Christoph Hellwig
2022-05-03
1
-3
/
+4
*
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
2022-04-18
1
-2
/
+0
*
Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-03-22
1
-4
/
+4
|
\
|
*
virtio_blk: eliminate anonymous module_init & module_exit
Randy Dunlap
2022-03-17
1
-4
/
+4
*
|
Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-03-22
1
-52
/
+14
|
\
|
|
*
virtio_blk: simplify refcounting
Christoph Hellwig
2022-02-17
1
-52
/
+14
*
|
virtio-blk: Remove BUG_ON() in virtio_queue_rq()
Xie Yongji
2022-03-06
1
-10
/
+2
*
|
virtio-blk: Don't use MAX_DISCARD_SEGMENTS if max_discard_seg is zero
Xie Yongji
2022-03-06
1
-2
/
+8
|
/
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2022-01-18
1
-2
/
+2
|
\
|
*
virtio: wrap config->reset calls
Michael S. Tsirkin
2022-01-15
1
-2
/
+2
*
|
block: remove the gendisk argument to blk_execute_rq
Christoph Hellwig
2021-11-29
1
-1
/
+1
*
|
block: remove GENHD_FL_EXT_DEVT
Christoph Hellwig
2021-11-29
1
-1
/
+0
|
/
*
virtio-blk: modify the value type of num in virtio_queue_rq()
Ye Guojin
2021-11-25
1
-1
/
+1
*
Revert "virtio-blk: don't let virtio core to validate used length"
Michael S. Tsirkin
2021-11-25
1
-1
/
+0
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2021-11-03
1
-59
/
+119
|
\
|
*
virtio-blk: don't let virtio core to validate used length
Jason Wang
2021-11-01
1
-0
/
+1
|
*
virtio_blk: correct types for status handling
Michael S. Tsirkin
2021-11-01
1
-6
/
+8
|
*
virtio_blk: allow 0 as num_request_queues
Michael S. Tsirkin
2021-11-01
1
-13
/
+1
|
*
virtio-blk: fixup coccinelle warnings
Ye Guojin
2021-11-01
1
-1
/
+1
|
*
virtio_blk: Fix spelling mistake: "advertisted" -> "advertised"
Colin Ian King
2021-11-01
1
-1
/
+1
[next]