Age | Commit message (Expand) | Author | Files | Lines |
2020-08-12 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -2/+2 |
2020-08-05 | virtio_scsi: correct tags for config space fields | Michael S. Tsirkin | 1 | -2/+2 |
2020-07-31 | scsi: virtio-scsi: Correctly handle the case where all LUNs are unplugged | Maxim Levitsky | 1 | -0/+8 |
2020-07-16 | scsi: virtio_scsi: Demote seemingly unintentional kerneldoc header | Lee Jones | 1 | -1/+1 |
2020-07-14 | scsi: virtio_scsi: Remove unnecessary condition check | Xianting Tian | 1 | -8/+4 |
2020-02-11 | scsi: core: remove .for_blk_mq | Ming Lei | 1 | -1/+0 |
2019-09-11 | scsi: virtio_scsi: unplug LUNs when events missed | Matt Lupfer | 1 | -0/+33 |
2019-07-22 | scsi: virtio_scsi: implement request batching | Paolo Bonzini | 1 | -15/+40 |
2019-07-17 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -1/+1 |
2019-07-12 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -3/+0 |
2019-07-11 | scsi: virtio_scsi: Use struct_size() helper | Gustavo A. R. Silva | 1 | -1/+1 |
2019-06-21 | scsi: virtio_scsi: remove unused 'affinity_hint_set' | Dongli Zhang | 1 | -3/+0 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 78 | Thomas Gleixner | 1 | -4/+1 |
2019-05-08 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+1 |
2019-04-10 | scsi: virtio_scsi: limit number of hw queues by nr_cpu_ids | Dongli Zhang | 1 | -0/+1 |
2019-03-19 | scsi: virtio_scsi: Use HCTX_TYPE_DEFAULT for blk_mq_tag_set->map | Dongli Zhang | 1 | -1/+1 |
2019-03-06 | scsi: virtio_scsi: don't send sc payload with tmfs | Felipe Franciosi | 1 | -2/+0 |
2019-02-06 | scsi: remove bidirectional command support | Christoph Hellwig | 1 | -11/+3 |
2018-12-29 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -53/+0 |
2018-12-19 | scsi: flip the default on use_clustering | Christoph Hellwig | 1 | -1/+0 |
2018-12-19 | scsi: virtio_scsi: Remove per-target data because it is no longer used | Bart Van Assche | 1 | -52/+0 |
2018-11-07 | blk-mq: abstract out queue map | Jens Axboe | 1 | -1/+2 |
2018-07-27 | scsi: virtio_scsi: fix pi_bytes{out,in} on 4 KiB block size devices | Greg Edwards | 1 | -4/+4 |
2018-06-13 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -3/+4 |
2018-03-15 | scsi: virtio_scsi: unify scsi_host_template | Ming Lei | 1 | -59/+15 |
2018-03-15 | scsi: virtio_scsi: fix IO hang caused by automatic irq vector affinity | Ming Lei | 1 | -56/+3 |
2017-08-25 | scsi: virtio: virtio_scsi: Set can_queue to the length of the virtqueue. | Richard W.M. Jones | 1 | -2/+2 |
2017-07-13 | scsi: virtio_scsi: always read VPD pages for multiqueue too | Paolo Bonzini | 1 | -0/+1 |
2017-06-26 | scsi: virtio_scsi: let host do exception handling | Paolo Bonzini | 1 | -0/+12 |
2017-06-13 | scsi: virtio_scsi: Remove code that zeroes driver-private command data | Bart Van Assche | 1 | -1/+0 |
2017-05-10 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -2/+1 |
2017-05-02 | virtio: wrap find_vqs | Michael S. Tsirkin | 1 | -2/+1 |
2017-04-20 | scsi: virtio_scsi: Always try to read VPD pages | David Gibson | 1 | -0/+24 |
2017-02-27 | virtio_scsi: use virtio IRQ affinity | Christoph Hellwig | 1 | -114/+12 |
2017-02-27 | virtio: allow drivers to request IRQ affinity when creating VQs | Christoph Hellwig | 1 | -1/+2 |
2017-01-21 | scsi: virtio_scsi: Reject commands when virtqueue is broken | Eric Farman | 1 | -1/+10 |
2016-10-07 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+1 |
2016-09-19 | virtio scsi: Convert to hotplug state machine | Sebastian Andrzej Siewior | 1 | -27/+49 |
2016-09-14 | scsi: virtio_scsi: Use complete() instead complete_all() | Daniel Wagner | 1 | -1/+1 |
2015-07-23 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -1/+3 |
2015-07-07 | virtio scsi: fix unused variable warning | Stephen Rothwell | 1 | -1/+3 |
2015-05-25 | virtio_scsi: don't select CONFIG_BLK_DEV_INTEGRITY | Christoph Hellwig | 1 | -1/+10 |
2015-01-21 | virtio/scsi: verify device has config space | Michael S. Tsirkin | 1 | -0/+6 |
2014-12-11 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -19/+31 |
2014-12-09 | virtio: drop VIRTIO_F_VERSION_1 from drivers | Michael S. Tsirkin | 1 | -1/+0 |
2014-12-09 | virtio_scsi: v1.0 support | Michael S. Tsirkin | 1 | -19/+32 |
2014-11-24 | scsi: drop reason argument from ->change_queue_depth | Christoph Hellwig | 1 | -6/+2 |
2014-11-24 | scsi: avoid ->change_queue_depth indirection for queue full tracking | Christoph Hellwig | 1 | -12/+3 |
2014-11-20 | virtio_scsi: support multi hw queue of blk-mq | Ming Lei | 1 | -1/+16 |
2014-11-12 | scsi: don't set tagging state from scsi_adjust_queue_depth | Christoph Hellwig | 1 | -3/+1 |