aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/virtio_blk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-18/+92
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-3/+1
2022-10-07virtio_blk: add SECURE ERASE command supportAlvaro Karsz1-18/+92
2022-09-27virtio-blk: Fix WARN_ON_ONCE in virtio_queue_rq()Suwan Kim1-6/+5
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche1-3/+1
2022-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-14/+10
2022-08-11virtio-blk: Avoid use-after-free on suspend/resumeShigeru Yoshida1-14/+10
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-1/+1
2022-06-28block: simplify disk shutdownChristoph Hellwig1-1/+0
2022-05-31virtio-blk: support mq_ops->queue_rqs()Suwan Kim1-16/+98
2022-05-31virtio-blk: support polling I/OSuwan Kim1-3/+103
2022-05-03virtio_blk: fix the discard_granularity and discard_alignment queue limitsChristoph Hellwig1-3/+4
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-2/+0
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+4
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-52/+14
2022-03-17virtio_blk: eliminate anonymous module_init & module_exitRandy Dunlap1-4/+4
2022-03-06virtio-blk: Remove BUG_ON() in virtio_queue_rq()Xie Yongji1-10/+2
2022-03-06virtio-blk: Don't use MAX_DISCARD_SEGMENTS if max_discard_seg is zeroXie Yongji1-2/+8
2022-02-16virtio_blk: simplify refcountingChristoph Hellwig1-52/+14
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+2
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin1-2/+2
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig1-1/+1
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig1-1/+0
2021-11-24virtio-blk: modify the value type of num in virtio_queue_rq()Ye Guojin1-1/+1
2021-11-24Revert "virtio-blk: don't let virtio core to validate used length"Michael S. Tsirkin1-1/+0
2021-11-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-59/+119
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2021-11-01virtio-blk: don't let virtio core to validate used lengthJason Wang1-0/+1
2021-11-01virtio_blk: correct types for status handlingMichael S. Tsirkin1-6/+8
2021-11-01virtio_blk: allow 0 as num_request_queuesMichael S. Tsirkin1-13/+1
2021-11-01virtio-blk: fixup coccinelle warningsYe Guojin1-1/+1
2021-11-01virtio_blk: Fix spelling mistake: "advertisted" -> "advertised"Colin Ian King1-1/+1
2021-11-01virtio-blk: validate num_queues during probeJason Wang1-0/+4
2021-11-01virtio-blk: add num_request_queues module parameterMax Gurtovoy1-1/+22
2021-11-01virtio-blk: avoid preallocating big SGL for dataMax Gurtovoy1-56/+100
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig1-2/+2
2021-10-27virtio-blk: Use blk_validate_block_size() to validate block sizeXie Yongji1-2/+10
2021-10-13Revert "virtio-blk: Add validation for block size in config space"Michael S. Tsirkin1-31/+6
2021-09-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+2
2021-09-06virtio-blk: remove unneeded "likely" statementsMax Gurtovoy1-2/+2
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+8
2021-08-23virtio_blk: add error handling support for add_disk()Luis Chamberlain1-1/+6
2021-08-16virtio_blk: use bvec_virtChristoph Hellwig1-5/+2
2021-08-11virtio-blk: Add validation for block size in config spaceXie Yongji1-6/+33
2021-07-03virtio-blk: limit seg_max to a safe valueStefan Hajnoczi1-1/+7
2021-07-03virtio-blk: Fix memory leak among suspend/resume procedureXie Yongji1-0/+2
2021-07-03virtio_blk: cleanups: remove check obsoleted by CONFIG_LBDAF removalSohaib1-7/+0
2021-06-11virtio-blk: use blk_mq_alloc_diskChristoph Hellwig1-19/+7
2021-02-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-4/+7
2021-02-23virtio-blk: support per-device queue depthJoseph Qi1-4/+7