summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] lpfc 8.3.35: Update lpfc version for 8.3.35 driver releaseJames Smart2012-10-081-1/+1
* [SCSI] lpfc 8.3.35: Fixed not reporting logical link speed to SCSI midlayer w...James Smart2012-10-085-16/+151
* [SCSI] lpfc 8.3.35: Fix error with fabric service parameters causing performa...James Smart2012-10-081-0/+2
* [SCSI] lpfc 8.3.35: Fixed SCSI host create showing wrong link speed on SLI3 H...James Smart2012-10-081-2/+8
* [SCSI] lpfc 8.3.35: Fixed not checking solicition in progress bit when verify...James Smart2012-10-082-4/+15
* [SCSI] lpfc 8.3.35: Fixed messages for misconfigured port errorsJames Smart2012-10-081-3/+7
* [SCSI] lpfc 8.3.35: Fixed kernel warning on spinlock usage on some distributionsJames Smart2012-10-081-10/+11
* [SCSI] lpfc 8.3.35: Fixed PRLI not being retried if a LS_RJT with a reasonJames Smart2012-10-081-2/+3
* [SCSI] lpfc 8.3.35: Correct request_firmware use that was increasing boot timesJames Smart2012-10-081-26/+31
* [SCSI] lpfc 8.3.35: Fix FCP2 Retries for non-r/w commands.James Smart2012-10-081-0/+2
* [SCSI] lpfc 8.3.35: Fixed Linux generic firmware download on SLI4 devices wit...James Smart2012-10-082-2/+5
* [SCSI] lpfc 8.3.35: Expand I/O channel support for large systemsJames Smart2012-10-082-22/+22
* [SCSI] lpfc 8.3.35: Correct missing queue destroy on function resetJames Smart2012-10-081-2/+2
* [SCSI] lpfc 8.3.35: Fix incorrect comment in T10 DIF attributesJames Smart2012-10-081-1/+7
* [SCSI] lpfc 8.3.35: Added checking BMBX register for RDY bit before writing t...James Smart2012-10-081-28/+47
* [SCSI] lpfc 8.3.35: Fix interrupt delay multipler conversion for eq_createJames Smart2012-10-082-5/+12
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2012-10-0321-1187/+1732
|\
| * [SCSI] lpfc 8.3.34: Update lpfc version for 8.3.34 driver releaseJames Smart2012-09-141-1/+1
| * [SCSI] lpfc 8.3.34: Fixed leaking memory from pci dma poolJames Smart2012-09-142-10/+17
| * [SCSI] lpfc 8.3.34: Correct lock handling to eliminate reset escalation on I/...James Smart2012-09-141-3/+9
| * [SCSI] lpfc 8.3.34: Adjust IO Channels to 1 when INTxJames Smart2012-09-141-1/+1
| * [SCSI] lpfc 8.3.34: Add XRI to abort handler timeout log messageJames Smart2012-09-141-3/+4
| * [SCSI] lpfc 8.3.34: Streamline fcp underrun message printingJames Smart2012-09-141-7/+13
| * [SCSI] lpfc 8.3.34: Correct typecasts for snprintf messagesJames Smart2012-09-141-7/+11
| * [SCSI] lpfc 8.3.34: Simplify BlockGuard lpfc_printf_vlog messagesJames Smart2012-09-141-44/+14Star
| * [SCSI] lpfc 8.3.34: Fix parameter field in CQE to mask for LOCAL_REJECT statusJames Smart2012-09-147-23/+38
| * [SCSI] lpfc 8.3.34: Fix number of IO channels to match CPUsJames Smart2012-09-141-0/+14
| * [SCSI] lpfc 8.3.34: Add SLI-4 V1 Capacity and Resource Descriptor supportJames Smart2012-09-142-11/+31
| * [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/+454Star
| * [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/+2Star
| * [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