summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] lpfc 8.3.34: Add LOGO support after ABTS complianceJames Smart2012-09-147-80/+296
* [SCSI] lpfc 8.3.33: Update lpfc version for 8.3.33 driver releaseJames Smart2012-09-141-1/+1
* [SCSI] lpfc 8.3.33: Fixed incomplete list of SLI4 commands with extended time...James Smart2012-09-144-1/+18
* [SCSI] lpfc 8.3.33: Fixed debugfs queInfo to include queue statsJames Smart2012-09-141-157/+259
* [SCSI] lpfc 8.3.33: Add lpfc_fcp_look_ahead module parameterJames Smart2012-09-146-4/+102
* [SCSI] lpfc 8.3.33: Make I/O to hw queue distribution algorithm a module para...James Smart2012-09-144-1/+22
* [SCSI] lpfc 8.3.33: Change Naming convention for SLI4 Interrupt vectorJames Smart2012-09-143-1/+13
* [SCSI] lpfc 8.3.33: Allow per-hba interrupt rate tuningJames Smart2012-09-144-12/+28
* [SCSI] lpfc 8.3.33: Tie parallel I/O queues into separate MSIX vectorsJames Smart2012-09-148-687/+454
* [SCSI] lpfc 8.3.33: Add Interrupts per second stats via debugfsJames Smart2012-09-142-1/+19
* [SCSI] lpfc 8.3.33: Parallelize SLI-4 Q distributionJames Smart2012-09-146-36/+77
* [SCSI] lpfc 8.3.33: Misc changes to optimize critical pathJames Smart2012-09-142-14/+29
* [SCSI] lpfc 8.3.33: Formally separate lpfc_sli_ring SLI-3 and SLI-4 variantionsJames Smart2012-09-145-105/+150
* [SCSI] lpfc 8.3.33: Convert to no SCSI host lock in queuecommandJames Smart2012-09-141-7/+2
* [SCSI] lpfc 8.3.33: Add debugfs interface to display SLI queue informationJames Smart2012-09-143-1/+66
* [SCSI] lpfc 8.3.33: Fix error when remote port switches addressJames Smart2012-09-142-8/+59
* [SCSI] lpfc 8.3.33: Fix scsi_eh escalation panic by checking the proper retur...James Smart2012-09-141-4/+4
* [SCSI] lpfc 8.3.33: Check data transfer amount on write commandsJames Smart2012-09-141-3/+3
* [SCSI] lpfc 8.3.33: Fix error of not reiniting mbx cmd before reissueJames Smart2012-09-141-2/+3
* [SCSI] lpfc 8.3.33: Fix bug with rrq_pool not being destroyed during driver r...James Smart2012-09-141-1/+5
* [SCSI] lpfc 8.3.33: Enable attachment to OCe14000 adaptersJames Smart2012-09-142-0/+11
* [SCSI] lpfc 8.3.33: When doing loopback testing, set the diag valid bitJames Smart2012-09-142-0/+7
* [SCSI] lpfc: fix problems with -WerrorJames Bottomley2012-07-201-0/+2
* [SCSI] lpfc 8.3.32: Update lpfc to version 8.3.32James Smart2012-07-201-1/+1
* [SCSI] lpfc 8.3.32: Fix error reporting of misconfigured portsJames Smart2012-07-202-6/+93
* [SCSI] lpfc 8.3.32: Fix system panic due to node state changeJames Smart2012-07-201-4/+2
* [SCSI] lpfc 8.3.32: Fix ability to change FCP EQ delay multiplierJames Smart2012-07-204-8/+185
* [SCSI] lpfc 8.3.32: Correct successful aborts returning error statusJames Smart2012-07-201-12/+12
* [SCSI] lpfc 8.3.32: Correct provisioning change failure on local functionJames Smart2012-07-206-46/+98
* [SCSI] lpfc 8.3.32: Correct host DIF configuration that hung systemJames Smart2012-07-201-2/+33
* [SCSI] lpfc 8.3.32: Fix CQ and EQ dump failure for debugfsJames Smart2012-07-201-4/+14
* [SCSI] lpfc 8.3.32: Correct null pointer Error in lpfc_sli.cJames Smart2012-07-201-13/+7
* [SCSI] lpfc 8.3.32: lpfc_sli.c: add missing jumps to mempool_freeJames Smart2012-07-201-8/+16
* [SCSI] lpfc 8.3.31: Update lpfc to version 8.3.31James Smart2012-05-171-1/+1
* [SCSI] lpfc 8.3.31: Fixed system crash due to not providing SCSI error-handli...James Smart2012-05-172-4/+44
* [SCSI] lpfc 8.3.31: Fix bug with driver using the wrong xritag when sending a...James Smart2012-05-172-1/+8
* [SCSI] lpfc 8.3.31: Debug helper utility routines for dumping various SLI4 qu...James Smart2012-05-173-0/+467
* [SCSI] lpfc 8.3.31: Fix unsol abts xri lookupJames Smart2012-05-173-14/+25
* [SCSI] lpfc 8.3.31: Correct point-to-point mode discovery errors on LPe16xxxJames Smart2012-05-177-31/+175
* [SCSI] lpfc 8.3.31: Reregister VPI for SLI3 after cable moved to new Saturn portJames Smart2012-05-171-5/+8
* [SCSI] lpfc 8.3.31: Fix driver crash during back-to-back ramp eventsJames Smart2012-05-171-0/+8
* [SCSI] lpfc 8.3.31: Fix log message for Mailbox command when no error is dete...James Smart2012-05-171-8/+17
* [SCSI] lpfc 8.3.31: Revise FCP LOG for easier Finisar trace correlationJames Smart2012-05-171-1/+6
* [SCSI] lpfc 8.3.31: Fix build warnings when debugfs is not definedJames Smart2012-05-171-0/+8
* [SCSI] lpfc 8.3.31: Fix kernel panic when going into to sleep stateJames Smart2012-05-171-0/+1
* [SCSI] lpfc 8.3.31: Fix error message displayed even when not an errorJames Smart2012-05-171-10/+8
* [SCSI] lpfc 8.3.31: Fix Read Link status dataJames Smart2012-05-171-3/+4
* [SCSI] lpfc 8.3.31: Fixed system panic due to midlayer abort and driver compl...James Smart2012-05-175-21/+54
* [SCSI] lpfc 8.3.31: Fix unable to create vports on FCoE SLI4 adapterJames Smart2012-05-171-1/+1
* [SCSI] lpfc 8.3.31: Fix initiator sending flogi after acking flogi from targetJames Smart2012-05-172-4/+26
OpenPOWER on IntegriCloud