summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/snic
Commit message (Expand)AuthorAgeFilesLines
* scsi: snic: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-295-133/+32
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-1/+0
* scsi: snic: Use vzallocSabyasachi Gupta2018-12-071-2/+1
* scsi: snic: switch to generic DMA APIChristoph Hellwig2018-10-175-58/+38
* scsi: snic: Replace spin_is_locked() with lockdepLance Roy2018-10-101-2/+2
* scsi: snic: fix printing time intervalsArnd Bergmann2018-07-122-8/+8
* scsi: snic: fix a couple of spelling mistakes: "COMPLETE"Colin Ian King2018-05-181-3/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* scsi: snic: fix a couple of spelling mistakes/typosColin Ian King2017-07-012-3/+3
* scsi: snic: Remove code that zeroes driver-private command dataBart Van Assche2017-06-121-2/+0
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-05-041-1/+1
|\
| * scsi: snic: fix spelling mistake: "Cann't" -> "Cannot"Colin Ian King2017-04-131-1/+1
* | treewide: Fix typos in printkMasanari Iida2017-03-241-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-02-212-30/+19
|\
| * scsi: snic: switch to pci_irq_alloc_vectorsChristoph Hellwig2017-02-152-30/+19
* | scsi: snic: Return error code on memory allocation failureBurak Ok2017-01-051-0/+3
|/
* snic: Fix use-after-free in case of a dma mapping errorJohannes Thumshirn2016-07-121-2/+2
* snic: fix typoJulia Lawall2016-07-121-1/+1
* snic: add scsi host after determining max IOs.Narsimhulu Musini2016-04-111-18/+17
* snic: Fixing race in the hba reset and IO/TM completionNarsimhulu Musini2016-04-112-1/+15
* snic: Fix for missing interruptsNarsimhulu Musini2016-04-112-7/+59
* snic: target cleanup in driver unload pathNarsimhulu Musini2016-04-111-2/+15
* snic: Handling control path queue issuesNarsimhulu Musini2016-04-111-14/+30
* snic: LUN goes offline due to scsi cmd timeoutsNarsimhulu Musini2016-04-111-0/+18
* snic: Added additional statsNarsimhulu Musini2016-04-116-23/+59
* scsi: disable automatic target scanHannes Reinecke2016-04-111-1/+1
* snic: correctly check for array overrun on overly long version numberColin Ian King2016-03-011-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-11-131-10/+0
|\
| * scsi: use host wide tags by defaultChristoph Hellwig2015-11-091-10/+0
* | debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar2015-10-042-3/+3
|/
* snic: driver for Cisco SCSI HBANarsimhulu Musini2015-06-1934-0/+10238