aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_sli.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-37/+78
2013-04-11[SCSI] lpfc: fix potential NULL pointer dereference in lpfc_sli4_rq_put()Wei Yongjun1-1/+2
2013-04-09[SCSI] lpfc 8.3.38: Fixed circular locking dependency and inconsistent lock state issuesJames Smart1-4/+4
2013-04-09[SCSI] lpfc 8.3.38: Fixed OXID reuse issue.James Smart1-2/+4
2013-04-09[SCSI] lpfc 8.3.38: Fixed deadlock condition in FCF round robin handlingJames Smart1-1/+8
2013-04-09[SCSI] lpfc 8.3.38: Fixed NMI watch dog panic's when resetting the hba.James Smart1-30/+62
2013-02-24[SCSI] scsi: fix lpfc build when wmb() is defined as mb()Randy Dunlap1-28/+28
2013-01-30[SCSI] lpfc 8.3.37: Fixed infinite loop in lpfc_sli4_fcf_rr_next_index_get.James Smart1-3/+6
2013-01-30[SCSI] lpfc 8.3.37: Fixed crash due to SLI Port invalid resource countJames Smart1-0/+28
2013-01-30[SCSI] lpfc 8.3.37: Provide support for FCoE protocol dual-chute (ULP) operationJames Smart1-11/+177
2013-01-30[SCSI] lpfc 8.3.37: Fix potential memory corruption bugJames Smart1-1/+1
2013-01-30[SCSI] lpfc 8.3.37: Fixed no-context ABTS failed with BA_RJTJames Smart1-48/+103
2012-11-27[SCSI] lpfc 8.3.36: Update DIF support for passthru/strip/insertJames Smart1-8/+8
2012-10-08[SCSI] lpfc 8.3.35: Fix FCP2 Retries for non-r/w commands.James Smart1-0/+2
2012-10-08[SCSI] lpfc 8.3.35: Correct missing queue destroy on function resetJames Smart1-2/+2
2012-10-08[SCSI] lpfc 8.3.35: Added checking BMBX register for RDY bit before writing the first address inJames Smart1-28/+47
2012-10-08[SCSI] lpfc 8.3.35: Fix interrupt delay multipler conversion for eq_createJames Smart1-4/+11
2012-10-02Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-296/+325
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2012-09-14[SCSI] lpfc 8.3.34: Fix parameter field in CQE to mask for LOCAL_REJECT statusJames Smart1-7/+10
2012-09-14[SCSI] lpfc 8.3.34: Add LOGO support after ABTS complianceJames Smart1-50/+0
2012-09-14[SCSI] lpfc 8.3.33: Fixed incomplete list of SLI4 commands with extended timeout valueJames Smart1-0/+1
2012-09-14[SCSI] lpfc 8.3.33: Add lpfc_fcp_look_ahead module parameterJames Smart1-4/+84
2012-09-14[SCSI] lpfc 8.3.33: Make I/O to hw queue distribution algorithm a module parameterJames Smart1-1/+5
2012-09-14[SCSI] lpfc 8.3.33: Allow per-hba interrupt rate tuningJames Smart1-1/+2
2012-09-14[SCSI] lpfc 8.3.33: Tie parallel I/O queues into separate MSIX vectorsJames Smart1-138/+46
2012-09-14[SCSI] lpfc 8.3.33: Add Interrupts per second stats via debugfsJames Smart1-1/+17
2012-09-14[SCSI] lpfc 8.3.33: Parallelize SLI-4 Q distributionJames Smart1-25/+27
2012-09-14[SCSI] lpfc 8.3.33: Misc changes to optimize critical pathJames Smart1-8/+13
2012-09-14[SCSI] lpfc 8.3.33: Formally separate lpfc_sli_ring SLI-3 and SLI-4 variantionsJames Smart1-78/+104
2012-09-14[SCSI] lpfc 8.3.33: Add debugfs interface to display SLI queue informationJames Smart1-1/+34
2012-09-01treewide: fix comment/printk/variable typosAnatol Pomozov1-2/+2
2012-07-20[SCSI] lpfc 8.3.32: Fix ability to change FCP EQ delay multiplierJames Smart1-0/+77
2012-07-20[SCSI] lpfc 8.3.32: Correct provisioning change failure on local functionJames Smart1-2/+8
2012-07-20[SCSI] lpfc 8.3.32: Correct null pointer Error in lpfc_sli.cJames Smart1-13/+7
2012-07-20[SCSI] lpfc 8.3.32: lpfc_sli.c: add missing jumps to mempool_freeJames Smart1-8/+16
2012-05-17[SCSI] lpfc 8.3.31: Fixed system crash due to not providing SCSI error-handling host reset handlerJames Smart1-4/+6
2012-05-17[SCSI] lpfc 8.3.31: Fix bug with driver using the wrong xritag when sending an els echoJames Smart1-1/+7
2012-05-17[SCSI] lpfc 8.3.31: Fix unsol abts xri lookupJames Smart1-7/+15
2012-05-17[SCSI] lpfc 8.3.31: Correct point-to-point mode discovery errors on LPe16xxxJames Smart1-9/+61
2012-05-17[SCSI] lpfc 8.3.31: Fix log message for Mailbox command when no error is detectedJames Smart1-8/+17
2012-05-17[SCSI] lpfc 8.3.31: Fix error message displayed even when not an errorJames Smart1-10/+8
2012-05-17[SCSI] lpfc 8.3.31: Fixed system panic due to midlayer abort and driver complete race on SCSI cmdJames Smart1-9/+14
2012-05-17[SCSI] lpfc 8.3.31: Fix unable to create vports on FCoE SLI4 adapterJames Smart1-1/+1
2012-05-17[SCSI] lpfc 8.3.31: Correct handling of SLI4-port XRI resource-provisioning profile changeJames Smart1-411/+196
2012-03-27[SCSI] lpfc 8.3.30: Fixed panic with extents and small blocksJames Smart1-6/+8
2012-03-27[SCSI] lpfc 8.3.30: Fixed the system panic during EEH recoveryJames Smart1-8/+11
2012-03-27[SCSI] lpfc 8.3.30: Fixed missing CVL event causing FCF failoverJames Smart1-0/+1
2012-03-27[SCSI] lpfc 8.3.30: Fix RPI registered multiple times after HBA resetJames Smart1-2/+1
2012-03-27[SCSI] lpfc 8.3.30: Fix driver handling of XRI Aborted CQE responseJames Smart1-3/+12