aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/vmw_pvscsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-06scsi: vmw_pvscsi: handle the return value from pci_alloc_irq_vectors correctlyChristoph Hellwig1-1/+1
2017-01-11scsi: vmw_pvscsi: switch to pci_alloc_irq_vectorsChristoph Hellwig1-66/+38
2016-11-01scsi: vmw_pvscsi: return SUCCESS for successful command abortsDavid Jeffery1-2/+3
2016-07-12vmw_pvscsi: Change to update maintainer details (name, email)Jim Gill1-1/+1
2015-12-10VMW_PVSCSI: Fix the issue of DMA-API related warnings.Josh Boyer1-6/+39
2014-11-24vmw_pscsi: simplify ->change_queue_depthChristoph Hellwig1-9/+1
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-10/+2
2014-11-24scsi: don't allow setting of queue_depth bigger than can_queueChristoph Hellwig1-7/+1
2014-11-12vmw_pvscsi: fixup taggingHannes Reinecke1-4/+0
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-1/+1
2014-11-12scsi: remove ordered_tags scsi_device fieldChristoph Hellwig1-2/+2
2014-07-29vmw_pvscsi: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-1/+1
2014-03-19[SCSI] vmw_pvscsi: Some improvements in pvscsi driver.Arvind Kumar1-38/+104
2014-03-19[SCSI] vmw_pvscsi: Add support for I/O requests coalescing.Rishi Mehta1-3/+46
2014-03-19[SCSI] vmw_pvscsi: Fix pvscsi_abort() function.Arvind Kumar1-4/+47
2013-10-14SCSI: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman1-5/+4
2012-09-01scsi: fix various printk and comment typosMasanari Iida1-2/+2
2012-03-27[SCSI] vmw_pvscsi: Try setting host->max_id as suggested by the device.Arvind Kumar1-1/+64
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2010-11-16SCSI host lock push-downJeff Garzik1-1/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-08[SCSI] vmw_pvscsi: fix signedness warning with newer compilersDmitry Torokhov1-1/+2
2009-12-04[SCSI] vmw_pvscsi: SCSI driver for VMware's virtual HBA.Alok Kataria1-0/+1407