summaryrefslogtreecommitdiff
path: root/drivers/block/virtio_blk.c
AgeCommit message (Expand)Author
2021-11-24virtio-blk: modify the value type of num in virtio_queue_rq()Ye Guojin
2021-11-24Revert "virtio-blk: don't let virtio core to validate used length"Michael S. Tsirkin
2021-11-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds
2021-11-01virtio-blk: don't let virtio core to validate used lengthJason Wang
2021-11-01virtio_blk: correct types for status handlingMichael S. Tsirkin
2021-11-01virtio_blk: allow 0 as num_request_queuesMichael S. Tsirkin
2021-11-01virtio-blk: fixup coccinelle warningsYe Guojin
2021-11-01virtio_blk: Fix spelling mistake: "advertisted" -> "advertised"Colin Ian King
2021-11-01virtio-blk: validate num_queues during probeJason Wang
2021-11-01virtio-blk: add num_request_queues module parameterMax Gurtovoy
2021-11-01virtio-blk: avoid preallocating big SGL for dataMax Gurtovoy
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig
2021-10-27virtio-blk: Use blk_validate_block_size() to validate block sizeXie Yongji
2021-10-13Revert "virtio-blk: Add validation for block size in config space"Michael S. Tsirkin
2021-09-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-09-06virtio-blk: remove unneeded "likely" statementsMax Gurtovoy
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-23virtio_blk: add error handling support for add_disk()Luis Chamberlain
2021-08-16virtio_blk: use bvec_virtChristoph Hellwig
2021-08-11virtio-blk: Add validation for block size in config spaceXie Yongji
2021-07-03virtio-blk: limit seg_max to a safe valueStefan Hajnoczi
2021-07-03virtio-blk: Fix memory leak among suspend/resume procedureXie Yongji
2021-07-03virtio_blk: cleanups: remove check obsoleted by CONFIG_LBDAF removalSohaib
2021-06-11virtio-blk: use blk_mq_alloc_diskChristoph Hellwig
2021-02-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-02-23virtio-blk: support per-device queue depthJoseph Qi
2021-01-24block: remove unnecessary argument from blk_execute_rqGuoqing Jiang
2020-11-16virtio-blk: remove a spurious call to revalidate_disk_sizeChristoph Hellwig
2020-11-16block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyChristoph Hellwig
2020-09-02block: add a new revalidate_disk_size helperChristoph Hellwig
2020-09-01virtio-blk: Use kobj_to_dev() instead of container_of()Tian Tao
2020-08-17block: virtio_blk: fix handling single range discard requestMing Lei
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-30virtio-blk: free vblk-vqs in error path of virtblk_probe()Hou Tao
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig
2020-05-02virtio-blk: handle block_device_operations callbacks after hot unplugStefan Hajnoczi
2020-04-17virtio_blk: add a missing includeMichael S. Tsirkin
2020-03-30Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-18virtio_blk.c: Convert to use set_capacity_revalidate_and_notifyBalbir Singh
2020-03-08virtio-blk: improve virtqueue error to BLK_STSHalil Pasic
2020-03-08virtio-blk: fix hw_queue stopped on arbitrary errorHalil Pasic
2020-02-06virtio-blk: remove VIRTIO_BLK_F_SCSI supportChristoph Hellwig
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe
2019-04-10virtio-blk: limit number of hw queues by nr_cpu_idsDongli Zhang
2019-04-08virtio_blk: replace 0 by HCTX_TYPE_DEFAULT to index blk_mq_tag_set->mapDongli Zhang
2019-03-06virtio-blk: Consider virtio_max_dma_size() for maximum segment sizeJoerg Roedel
2019-01-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2018-12-19virtio_blk: add discard and write zeroes supportChangpeng Liu