aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc
AgeCommit message (Expand)AuthorFilesLines
2008-04-22[SCSI] qla2xxx, lfpc: Rename 'state' attribute to 'link_state'Gravatar Hannes Reinecke 1-5/+5
2008-04-19SCSI: convert struct class_device to struct deviceGravatar Tony Jones 2-229/+259
2008-04-10[SCSI] lpfc 8.2.6 : Update lpfc driver version to 8.2.6Gravatar James Smart 1-1/+1
2008-04-10[SCSI] lpfc 8.2.6 : Miscellaneous FixesGravatar James Smart 8-86/+21
2008-04-10[SCSI] lpfc 8.2.6 : PCI Parity and EEH handling fixesGravatar James Smart 2-2/+32
2008-04-10[SCSI] lpfc 8.2.6 : Multiple discovery fixesGravatar James Smart 11-201/+208
2008-02-22[SCSI] lpfc: Balance lockingGravatar Matthew Wilcox 1-9/+9
2008-02-22[SCSI] lpfc: make lpfc_disable_node() staticGravatar Adrian Bunk 2-2/+1
2008-02-11[SCSI] lpfc 8.2.5 : Update lpfc driver version to 8.2.5Gravatar James Smart 1-1/+1
2008-02-11[SCSI] lpfc 8.2.5 : Fix buffer leaksGravatar James Smart 6-7/+137
2008-02-11[SCSI] lpfc 8.2.5 : Miscellaneous discovery FixesGravatar James Smart 9-66/+127
2008-02-11[SCSI] lpfc 8.2.5 : Add MSI-X single message supportGravatar James Smart 3-22/+91
2008-02-11[SCSI] lpfc 8.2.5 : Miscellaneous FixesGravatar James Smart 7-33/+41
2008-02-11[SCSI] lpfc 8.2.5 : Correct ndlp referencing issuesGravatar James Smart 11-142/+630
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialGravatar Linus Torvalds 2-2/+2
2008-02-03drivers/scsi/: Spelling fixesGravatar Joe Perches 2-2/+2
2008-02-02pci: pci_enable_device_bars() fix for lpfc driverGravatar Greg Kroah-Hartman 1-1/+1
2008-02-01PCI: Remove users of pci_enable_device_bars()Gravatar Benjamin Herrenschmidt 1-2/+1
2008-01-30[SCSI] remove use_sg_chainingGravatar James Bottomley 1-2/+0
2008-01-23[SCSI] lpfc 8.2.4 : Update lpfc driver version to 8.2.4Gravatar James Smart 1-3/+3
2008-01-23[SCSI] lpfc 8.2.4 : Rework misplaced reference taking on node structureGravatar James Smart 5-58/+157
2008-01-23[SCSI] lpfc 8.2.4 : Enhance debugfs useGravatar James Smart 2-25/+122
2008-01-23[SCSI] lpfc 8.2.4 : Fix Unsolicited Data itemsGravatar James Smart 4-111/+121
2008-01-23[SCSI] lpfc 8.2.4 : Add additional sysfs and module parametersGravatar James Smart 3-14/+106
2008-01-23[SCSI] lpfc 8.2.4 : Make lpfc legacy I/O port freeGravatar Tomohiro Kusumi 1-4/+7
2008-01-23[SCSI] lpfc 8.2.4 : Miscellaneous FixesGravatar James Smart 13-169/+274
2008-01-23[SCSI] lpfc 8.2.4 : Add parameters to enable and disable heartbeat and hba re...Gravatar James Smart 4-38/+73
2008-01-23[SCSI] lpfc 8.2.4 : Correct abort handler logicGravatar James Smart 2-10/+29
2008-01-23[SCSI] lpfc 8.2.4 : Miscellaneous Discovery/ELS FixesGravatar James Smart 9-15/+224
2008-01-11[SCSI] lpfc: minor cleanupsGravatar Adrian Bunk 6-45/+38
2008-01-11[SCSI] lpfc 8.2.3 : Change version number to 8.2.3Gravatar James Smart 1-1/+1
2008-01-11[SCSI] lpfc 8.2.3 : Temperature handling fixGravatar James Smart 3-0/+30
2008-01-11[SCSI] lpfc 8.2.3 : Internal loopback fixesGravatar James Smart 4-13/+153
2008-01-11[SCSI] lpfc 8.2.3 : Miscellaneous Small Fixes - part 2Gravatar James Smart 10-41/+152
2008-01-11[SCSI] lpfc 8.2.3 : FC Discovery FixesGravatar James Smart 7-204/+300
2008-01-11[SCSI] lpfc 8.2.3 : Miscellaneous Small Fixes - part 1Gravatar James Smart 12-148/+372
2008-01-11[SCSI] lpfc 8.2.3 : Remove flawed MBX_STOP_IOCB logicGravatar James Smart 6-109/+27
2008-01-11[SCSI] lpfc 8.2.3 : NPIV bug fixesGravatar James Smart 7-81/+127
2008-01-11[SCSI] lpfc 8.2.3 : Added support for ASICs that report temperatureGravatar James Smart 9-2/+213
2007-11-03[SCSI] lpfc : Correct queue tag handlingGravatar James Smart 1-2/+3
2007-10-23Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 1-1/+1
2007-10-18Add missing newlines to some uses of dev_<level> messagesGravatar Joe Perches 1-3/+5
2007-10-18[SCSI] lpfc: lpfc_debugfs.c: fix typoGravatar Adrian Bunk 1-1/+1
2007-10-16[SCSI] add use_sg_chaining option to scsi_host_templateGravatar FUJITA Tomonori 1-0/+2
2007-10-12[SCSI] kmalloc + memset conversion to kzallocGravatar Mariusz Kozlowski 3-7/+3
2007-10-12[SCSI] NCR_D700, lpfc: Clean up duplicate includesGravatar Jesper Juhl 2-2/+0
2007-10-12[SCSI] lpfc: fix potential overflow of hbqs arrayGravatar Jesper Juhl 1-1/+1
2007-08-03[SCSI] lpfc : scsi command accessor fix for 8.2.2Gravatar James Smart 1-1/+1
2007-08-01[SCSI] lpfc 8.2.2 : Change version number to 8.2.2Gravatar James Smart 1-1/+1
2007-08-01[SCSI] lpfc 8.2.2 : Style cleanupsGravatar James Smart 11-54/+23