aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/virtio_scsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2022-09-06scsi: virtio_scsi: Drop DID_NEXUS_FAILURE useMike Christie1-1/+1
2022-09-06scsi: virtio_scsi: Drop DID_TARGET_FAILURE useMike Christie1-1/+1
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche1-2/+2
2022-03-29scsi: virtio-scsi: Eliminate anonymous module_init & module_exitRandy Dunlap1-4/+4
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin1-1/+1
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig1-1/+1
2021-11-24Revert "virtio-scsi: don't let virtio core to validate used buffer length"Michael S. Tsirkin1-1/+0
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+3
2021-11-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+1
2021-11-01virtio-scsi: don't let virtio core to validate used buffer lengthJason Wang1-0/+1
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig1-0/+1
2021-10-16scsi: virtio_scsi: Call scsi_done() directlyBart Van Assche1-4/+3
2021-09-28scsi: virtio_scsi: Fix spelling mistake "Unsupport" -> "Unsupported"Colin Ian King1-2/+2
2021-08-11scsi: virtio_scsi: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-2/+2
2021-06-29scsi: virtio_scsi: Add validation for residual bytes from responseXie Yongji1-1/+1
2021-06-22scsi: virtio_scsi: Do not overwrite SCSI statusHannes Reinecke1-2/+1
2021-05-31scsi: core: Kill DRIVER_SENSEHannes Reinecke1-2/+1
2021-05-31scsi: core: Stop using DRIVER_ERRORHannes Reinecke1-1/+1
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+6
2020-09-15scsi: virtio_scsi: Rescan the entire target on transport reset when LUN is 0Matej Genci1-1/+6
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+2
2020-08-05virtio_scsi: correct tags for config space fieldsMichael S. Tsirkin1-2/+2
2020-07-30scsi: virtio-scsi: Correctly handle the case where all LUNs are unpluggedMaxim Levitsky1-0/+8
2020-07-15scsi: virtio_scsi: Demote seemingly unintentional kerneldoc headerLee Jones1-1/+1
2020-07-13scsi: virtio_scsi: Remove unnecessary condition checkXianting Tian1-8/+4
2020-02-10scsi: core: remove .for_blk_mqMing Lei1-1/+0
2019-09-10scsi: virtio_scsi: unplug LUNs when events missedMatt Lupfer1-0/+33
2019-07-22scsi: virtio_scsi: implement request batchingPaolo Bonzini1-15/+40
2019-07-17Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+0
2019-07-11scsi: virtio_scsi: Use struct_size() helperGustavo A. R. Silva1-1/+1
2019-06-20scsi: virtio_scsi: remove unused 'affinity_hint_set'Dongli Zhang1-3/+0
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 78Thomas Gleixner1-4/+1
2019-05-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2019-04-10scsi: virtio_scsi: limit number of hw queues by nr_cpu_idsDongli Zhang1-0/+1
2019-03-19scsi: virtio_scsi: Use HCTX_TYPE_DEFAULT for blk_mq_tag_set->mapDongli Zhang1-1/+1
2019-03-06scsi: virtio_scsi: don't send sc payload with tmfsFelipe Franciosi1-2/+0
2019-02-05scsi: remove bidirectional command supportChristoph Hellwig1-11/+3
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-53/+0
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-12-18scsi: virtio_scsi: Remove per-target data because it is no longer usedBart Van Assche1-52/+0
2018-11-07blk-mq: abstract out queue mapJens Axboe1-1/+2
2018-07-26scsi: virtio_scsi: fix pi_bytes{out,in} on 4 KiB block size devicesGreg Edwards1-4/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-3/+4
2018-03-14scsi: virtio_scsi: unify scsi_host_templateMing Lei1-59/+15
2018-03-14scsi: virtio_scsi: fix IO hang caused by automatic irq vector affinityMing Lei1-56/+3
2017-08-24scsi: virtio: virtio_scsi: Set can_queue to the length of the virtqueue.Richard W.M. Jones1-2/+2