aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/snic (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-29scsi: snic: no need to check return value of debugfs_create functionsGreg Kroah-Hartman5-133/+32
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-12-07scsi: snic: Use vzallocSabyasachi Gupta1-2/+1
2018-10-17scsi: snic: switch to generic DMA APIChristoph Hellwig5-58/+38
2018-10-10scsi: snic: Replace spin_is_locked() with lockdepLance Roy1-2/+2
2018-07-12scsi: snic: fix printing time intervalsArnd Bergmann2-8/+8
2018-05-18scsi: snic: fix a couple of spelling mistakes: "COMPLETE"Colin Ian King1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-01scsi: snic: fix a couple of spelling mistakes/typosColin Ian King2-3/+3
2017-06-12scsi: snic: Remove code that zeroes driver-private command dataBart Van Assche1-2/+0
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2017-04-13scsi: snic: fix spelling mistake: "Cann't" -> "Cannot"Colin Ian King1-1/+1
2017-03-24treewide: Fix typos in printkMasanari Iida1-1/+1
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-30/+19
2017-02-15scsi: snic: switch to pci_irq_alloc_vectorsChristoph Hellwig2-30/+19
2017-01-05scsi: snic: Return error code on memory allocation failureBurak Ok1-0/+3
2016-07-12snic: Fix use-after-free in case of a dma mapping errorJohannes Thumshirn1-2/+2
2016-07-12snic: fix typoJulia Lawall1-1/+1
2016-04-11snic: add scsi host after determining max IOs.Narsimhulu Musini1-18/+17
2016-04-11snic: Fixing race in the hba reset and IO/TM completionNarsimhulu Musini2-1/+15
2016-04-11snic: Fix for missing interruptsNarsimhulu Musini2-7/+59
2016-04-11snic: target cleanup in driver unload pathNarsimhulu Musini1-2/+15
2016-04-11snic: Handling control path queue issuesNarsimhulu Musini1-14/+30
2016-04-11snic: LUN goes offline due to scsi cmd timeoutsNarsimhulu Musini1-0/+18
2016-04-11snic: Added additional statsNarsimhulu Musini6-23/+59
2016-04-11scsi: disable automatic target scanHannes Reinecke1-1/+1
2016-03-01snic: correctly check for array overrun on overly long version numberColin Ian King1-1/+1
2015-11-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-10/+0
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-10/+0
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar2-3/+3
2015-06-19snic: driver for Cisco SCSI HBANarsimhulu Musini34-0/+10238