aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/virtio_scsi.c
AgeCommit message (Expand)Author
2019-04-10scsi: virtio_scsi: limit number of hw queues by nr_cpu_idsDongli Zhang
2019-03-06scsi: virtio_scsi: don't send sc payload with tmfsFelipe Franciosi
2019-02-05scsi: remove bidirectional command supportChristoph Hellwig
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig
2018-12-18scsi: virtio_scsi: Remove per-target data because it is no longer usedBart Van Assche
2018-11-07blk-mq: abstract out queue mapJens Axboe
2018-07-26scsi: virtio_scsi: fix pi_bytes{out,in} on 4 KiB block size devicesGreg Edwards
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-03-14scsi: virtio_scsi: unify scsi_host_templateMing Lei
2018-03-14scsi: virtio_scsi: fix IO hang caused by automatic irq vector affinityMing Lei
2017-08-24scsi: virtio: virtio_scsi: Set can_queue to the length of the virtqueue.Richard W.M. Jones
2017-07-12scsi: virtio_scsi: always read VPD pages for multiqueue tooPaolo Bonzini
2017-06-26scsi: virtio_scsi: let host do exception handlingPaolo Bonzini
2017-06-12scsi: virtio_scsi: Remove code that zeroes driver-private command dataBart Van Assche
2017-05-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin
2017-04-19scsi: virtio_scsi: Always try to read VPD pagesDavid Gibson
2017-02-27virtio_scsi: use virtio IRQ affinityChristoph Hellwig
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig
2017-01-20scsi: virtio_scsi: Reject commands when virtqueue is brokenEric Farman
2016-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2016-09-19virtio scsi: Convert to hotplug state machineSebastian Andrzej Siewior
2016-09-14scsi: virtio_scsi: Use complete() instead complete_all()Daniel Wagner
2015-07-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2015-07-07virtio scsi: fix unused variable warningStephen Rothwell
2015-05-25virtio_scsi: don't select CONFIG_BLK_DEV_INTEGRITYChristoph Hellwig
2015-01-21virtio/scsi: verify device has config spaceMichael S. Tsirkin
2014-12-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2014-12-09virtio: drop VIRTIO_F_VERSION_1 from driversMichael S. Tsirkin
2014-12-09virtio_scsi: v1.0 supportMichael S. Tsirkin
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig
2014-11-20virtio_scsi: support multi hw queue of blk-mqMing Lei
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig
2014-10-15virtio_scsi: drop scan callbackMichael S. Tsirkin
2014-10-15virtio_scsi: fix race on device removalMichael S. Tsirkin
2014-10-15virito_scsi: use freezable WQ for eventsPaolo Bonzini
2014-10-15virtio_scsi: enable VQs early on restoreMichael S. Tsirkin
2014-10-15virtio_scsi: move kick event out from virtscsi_initMichael S. Tsirkin
2014-07-25virtio-scsi: Implement change_queue_depth for virtscsi targetsVenkatesh Srinivas
2014-07-25virtio-scsi: replace target spinlock with seqcountMing Lei
2014-06-25virtio-scsi: fix various bad behavior on aborted requestsPaolo Bonzini
2014-06-25virtio-scsi: avoid cancelling uninitialized work itemsPaolo Bonzini
2014-06-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2014-06-11Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-06-02virtio-scsi: Enable DIF/DIX modes in SCSI host LLDNicholas Bellinger
2014-05-21virtio_scsi: don't call virtqueue_add_sgs(... GFP_NOIO) holding spinlock.Rusty Russell
2014-05-19virtio_scsi: use cmd_sizeChristoph Hellwig
2014-05-19virtio_scsi: remove ACCESS_ONCE() and smp_read_barrier_depends()Ming Lei