开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
virtio_blk.c
Age
Commit message (
Expand
)
Author
2023-02-25
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2023-02-20
virtio-blk: support completion batching for the IRQ path
Suwan Kim
2023-02-20
virtio-blk: set req->state to MQ_RQ_COMPLETE after polling I/O is finished
Suwan Kim
2023-02-15
virtio_blk: zone append in header type tweak
Michael S. Tsirkin
2023-02-15
virtio_blk: temporary variable type tweak
Michael S. Tsirkin
2023-02-15
virtio-blk: add support for zoned block devices
Dmitry Fomichev
2023-02-03
virtio_blk: use bvec_set_virt to initialize special_vec
Christoph Hellwig
2022-12-28
virtio_blk: Fix signedness bug in virtblk_prep_rq()
Rafael Mendonca
2022-12-28
virtio_blk: use UINT_MAX instead of -1U
Angus Chen
2022-12-28
virtio-blk: use a helper to handle request queuing errors
Dmitry Fomichev
2022-11-30
virtio-blk: replace ida_simple[get|remove] with ida_[alloc_range|free]
Pankaj Raghav
2022-10-10
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2022-10-07
Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux
Linus Torvalds
2022-10-07
virtio_blk: add SECURE ERASE command support
Alvaro Karsz
2022-09-27
virtio-blk: Fix WARN_ON_ONCE in virtio_queue_rq()
Suwan Kim
2022-08-22
block: Change the return type of blk_mq_map_queues() into void
Bart Van Assche
2022-08-12
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2022-08-11
virtio-blk: Avoid use-after-free on suspend/resume
Shigeru Yoshida
2022-06-28
block: remove blk_cleanup_disk
Christoph Hellwig
2022-06-28
block: simplify disk shutdown
Christoph Hellwig
2022-05-31
virtio-blk: support mq_ops->queue_rqs()
Suwan Kim
2022-05-31
virtio-blk: support polling I/O
Suwan Kim
2022-05-03
virtio_blk: fix the discard_granularity and discard_alignment queue limits
Christoph Hellwig
2022-04-17
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
2022-03-21
Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-03-21
Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-03-17
virtio_blk: eliminate anonymous module_init & module_exit
Randy Dunlap
2022-03-06
virtio-blk: Remove BUG_ON() in virtio_queue_rq()
Xie Yongji
2022-03-06
virtio-blk: Don't use MAX_DISCARD_SEGMENTS if max_discard_seg is zero
Xie Yongji
2022-02-16
virtio_blk: simplify refcounting
Christoph Hellwig
2022-01-18
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2022-01-14
virtio: wrap config->reset calls
Michael S. Tsirkin
2021-11-29
block: remove the gendisk argument to blk_execute_rq
Christoph Hellwig
2021-11-29
block: remove GENHD_FL_EXT_DEVT
Christoph Hellwig
2021-11-24
virtio-blk: modify the value type of num in virtio_queue_rq()
Ye Guojin
2021-11-24
Revert "virtio-blk: don't let virtio core to validate used length"
Michael S. Tsirkin
2021-11-03
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2021-11-01
Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...
Linus Torvalds
2021-11-01
virtio-blk: don't let virtio core to validate used length
Jason Wang
2021-11-01
virtio_blk: correct types for status handling
Michael S. Tsirkin
2021-11-01
virtio_blk: allow 0 as num_request_queues
Michael S. Tsirkin
2021-11-01
virtio-blk: fixup coccinelle warnings
Ye Guojin
2021-11-01
virtio_blk: Fix spelling mistake: "advertisted" -> "advertised"
Colin Ian King
2021-11-01
virtio-blk: validate num_queues during probe
Jason Wang
2021-11-01
virtio-blk: add num_request_queues module parameter
Max Gurtovoy
2021-11-01
virtio-blk: avoid preallocating big SGL for data
Max Gurtovoy
2021-10-29
block: remove blk_{get,put}_request
Christoph Hellwig
2021-10-27
virtio-blk: Use blk_validate_block_size() to validate block size
Xie Yongji
2021-10-13
Revert "virtio-blk: Add validation for block size in config space"
Michael S. Tsirkin
2021-09-11
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
[next]