index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
virtio_blk.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-17
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
1
-2
/
+0
2022-03-21
Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-4
/
+4
2022-03-21
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-16
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-14
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-24
virtio-blk: modify the value type of num in virtio_queue_rq()
Ye Guojin
1
-1
/
+1
2021-11-24
Revert "virtio-blk: don't let virtio core to validate used length"
Michael S. Tsirkin
1
-1
/
+0
2021-11-03
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-11
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-30
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
2021-07-03
virtio_blk: cleanups: remove check obsoleted by CONFIG_LBDAF removal
Sohaib
1
-7
/
+0
2021-06-11
virtio-blk: use blk_mq_alloc_disk
Christoph Hellwig
1
-19
/
+7
2021-02-25
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-4
/
+7
2021-02-23
virtio-blk: support per-device queue depth
Joseph Qi
1
-4
/
+7
2021-01-24
block: remove unnecessary argument from blk_execute_rq
Guoqing Jiang
1
-1
/
+1
2020-11-16
virtio-blk: remove a spurious call to revalidate_disk_size
Christoph Hellwig
1
-1
/
+0
2020-11-16
block: remove the update_bdev parameter to set_capacity_revalidate_and_notify
Christoph Hellwig
1
-1
/
+1
2020-09-02
block: add a new revalidate_disk_size helper
Christoph Hellwig
1
-1
/
+1
2020-09-01
virtio-blk: Use kobj_to_dev() instead of container_of()
Tian Tao
1
-1
/
+1
[next]