summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc
AgeCommit message (Expand)AuthorFilesLines
2022-04-26scsi: lpfc: Remove unneeded variableChangcheng Deng1-2/+1
2022-04-19scsi: lpfc: Copyright updates for 14.2.0.2 patchesJames Smart4-4/+4
2022-04-19scsi: lpfc: Update lpfc version to 14.2.0.2James Smart1-1/+1
2022-04-19scsi: lpfc: Expand setting ELS_ID field in ELS_REQUEST64_WQEJames Smart2-15/+37
2022-04-19scsi: lpfc: Update stat accounting for READ_STATUS mbox commandJames Smart2-20/+52
2022-04-19scsi: lpfc: Change FA-PWWN detection methodologyJames Smart8-26/+86
2022-04-19scsi: lpfc: Refactor cleanup of mailbox commandsJames Smart9-395/+248
2022-04-19scsi: lpfc: Fix field overload in lpfc_iocbq data structureJames Smart11-501/+490
2022-04-19scsi: lpfc: Introduce FC_RSCN_MEMENTO flag for tracking post RSCN completionJames Smart3-3/+9
2022-04-19scsi: lpfc: Register for Application Services FC-4 type in Fabric topologyJames Smart2-30/+32
2022-04-19scsi: lpfc: Remove false FDMI NVMe FC-4 support for NPIV portsJames Smart1-1/+3
2022-04-19scsi: lpfc: Revise FDMI reporting of supported port speed for trunk groupsJames Smart1-20/+48
2022-04-19scsi: lpfc: Fix call trace observed during I/O with CMF enabledJames Smart1-2/+2
2022-04-19scsi: lpfc: Correct CRC32 calculation for congestion statsJames Smart1-1/+1
2022-04-19scsi: lpfc: Move MI module parameter check to handle dynamic disableJames Smart2-5/+7
2022-04-19scsi: lpfc: Remove unnecessary NULL pointer assignment for ELS_RDF pathJames Smart1-1/+0
2022-04-19scsi: lpfc: Transition to NPR state upon LOGO cmpl if link down or abortedJames Smart1-0/+3
2022-04-19scsi: lpfc: Update fc_prli_sent outstanding only after guaranteed IOCB submitJames Smart1-18/+11
2022-04-19scsi: lpfc: Protect memory leak for NPIV ports sending PLOGI_RJTJames Smart2-2/+25
2022-04-19scsi: lpfc: Fix null pointer dereference after failing to issue FLOGI and PLOGIJames Smart1-16/+35
2022-04-19scsi: lpfc: Clear fabric topology flag before initiating a new FLOGIJames Smart1-0/+2
2022-04-19scsi: lpfc: Fix SCSI I/O completion and abort handler deadlockJames Smart1-18/+15
2022-04-19scsi: lpfc: Requeue SCSI I/O to upper layer when fw reports link downJames Smart1-0/+1
2022-04-19scsi: lpfc: Zero SLI4 fcp_cmnd buffer's fcpCntl0 fieldJames Smart1-1/+1
2022-04-19scsi: lpfc: Fix diagnostic fw logging after a function resetJames Smart2-3/+3
2022-04-19scsi: lpfc: Move cfg_log_verbose check before calling lpfc_dmp_dbg()James Smart2-31/+4
2022-04-19scsi: lpfc: Tweak message log categories for ELS/FDMI/NVMe rescanJames Smart3-6/+6
2022-04-07Merge branch '5.18/scsi-queue' into 5.18/scsi-fixesMartin K. Petersen8-87/+247
2022-03-30scsi: lpfc: Fix locking for lpfc_sli_iocbq_lookup()James Smart1-2/+8
2022-03-30scsi: lpfc: Fix broken SLI4 abort pathJames Smart1-5/+7
2022-03-30scsi: lpfc: Update lpfc version to 14.2.0.1James Smart1-1/+1
2022-03-30scsi: lpfc: Fix queue failures when recovering from PCI parity errorJames Smart1-0/+2
2022-03-30scsi: lpfc: Fix unload hang after back to back PCI EEH faultsJames Smart4-21/+72
2022-03-30scsi: lpfc: Improve PCI EEH Error and Recovery HandlingJames Smart6-58/+157
2022-03-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds21-3193/+3137
2022-03-15scsi: lpfc: Copyright updates for 14.2.0.0 patchesJames Smart18-19/+19
2022-03-15scsi: lpfc: Update lpfc version to 14.2.0.0James Smart1-1/+1
2022-03-15scsi: lpfc: SLI path split: Refactor BSG pathsJames Smart1-14/+22
2022-03-15scsi: lpfc: SLI path split: Refactor Abort pathsJames Smart6-184/+236
2022-03-15scsi: lpfc: SLI path split: Refactor SCSI pathsJames Smart3-210/+174
2022-03-15scsi: lpfc: SLI path split: Refactor CT pathsJames Smart6-398/+616
2022-03-15scsi: lpfc: SLI path split: Refactor misc ELS pathsJames Smart4-874/+241
2022-03-15scsi: lpfc: SLI path split: Refactor VMID pathsJames Smart2-7/+9
2022-03-15scsi: lpfc: SLI path split: Refactor FDISC pathsJames Smart1-18/+29
2022-03-15scsi: lpfc: SLI path split: Refactor LS_RJT pathsJames Smart1-5/+15
2022-03-15scsi: lpfc: SLI path split: Refactor LS_ACC pathsJames Smart1-67/+177
2022-03-15scsi: lpfc: SLI path split: Refactor the RSCN/SCR/RDF/EDC/FARPR pathsJames Smart1-34/+81
2022-03-15scsi: lpfc: SLI path split: Refactor PLOGI/PRLI/ADISC/LOGO pathsJames Smart3-105/+242
2022-03-15scsi: lpfc: SLI path split: Refactor base ELS paths and the FLOGI pathJames Smart7-240/+453
2022-03-15scsi: lpfc: SLI path split: Introduce lpfc_prep_wqeJames Smart5-2/+200