summaryrefslogtreecommitdiff
path: root/drivers/block/virtio_blk.c
AgeCommit message (Expand)Author
2022-03-06virtio-blk: Remove BUG_ON() in virtio_queue_rq()Xie Yongji
2022-03-06virtio-blk: Don't use MAX_DISCARD_SEGMENTS if max_discard_seg is zeroXie Yongji
2022-02-16virtio_blk: simplify refcountingChristoph Hellwig
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig
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