summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
Commit message (Expand)AuthorAgeFilesLines
...
| * scsi: lpfc: Remove unnecessary null ndlp check in lpfc_sli_prep_wqe()James Smart2022-04-261-1/+1
| * scsi: lpfc: Remove unneeded variableChangcheng Deng2022-04-251-2/+1
| * scsi: lpfc: Copyright updates for 14.2.0.2 patchesJames Smart2022-04-184-4/+4
| * scsi: lpfc: Update lpfc version to 14.2.0.2James Smart2022-04-181-1/+1
| * scsi: lpfc: Expand setting ELS_ID field in ELS_REQUEST64_WQEJames Smart2022-04-182-15/+37
| * scsi: lpfc: Update stat accounting for READ_STATUS mbox commandJames Smart2022-04-182-20/+52
| * scsi: lpfc: Change FA-PWWN detection methodologyJames Smart2022-04-188-26/+86
| * scsi: lpfc: Refactor cleanup of mailbox commandsJames Smart2022-04-189-395/+248
| * scsi: lpfc: Fix field overload in lpfc_iocbq data structureJames Smart2022-04-1811-501/+490
| * scsi: lpfc: Introduce FC_RSCN_MEMENTO flag for tracking post RSCN completionJames Smart2022-04-183-3/+9
| * scsi: lpfc: Register for Application Services FC-4 type in Fabric topologyJames Smart2022-04-182-30/+32
| * scsi: lpfc: Remove false FDMI NVMe FC-4 support for NPIV portsJames Smart2022-04-181-1/+3
| * scsi: lpfc: Revise FDMI reporting of supported port speed for trunk groupsJames Smart2022-04-181-20/+48
| * scsi: lpfc: Fix call trace observed during I/O with CMF enabledJames Smart2022-04-181-2/+2
| * scsi: lpfc: Correct CRC32 calculation for congestion statsJames Smart2022-04-181-1/+1
| * scsi: lpfc: Move MI module parameter check to handle dynamic disableJames Smart2022-04-182-5/+7
| * scsi: lpfc: Remove unnecessary NULL pointer assignment for ELS_RDF pathJames Smart2022-04-181-1/+0
| * scsi: lpfc: Transition to NPR state upon LOGO cmpl if link down or abortedJames Smart2022-04-181-0/+3
| * scsi: lpfc: Update fc_prli_sent outstanding only after guaranteed IOCB submitJames Smart2022-04-181-18/+11
| * scsi: lpfc: Protect memory leak for NPIV ports sending PLOGI_RJTJames Smart2022-04-182-2/+25
| * scsi: lpfc: Fix null pointer dereference after failing to issue FLOGI and PLOGIJames Smart2022-04-181-16/+35
| * scsi: lpfc: Clear fabric topology flag before initiating a new FLOGIJames Smart2022-04-181-0/+2
| * scsi: lpfc: Fix SCSI I/O completion and abort handler deadlockJames Smart2022-04-181-18/+15
| * scsi: lpfc: Requeue SCSI I/O to upper layer when fw reports link downJames Smart2022-04-181-0/+1
| * scsi: lpfc: Zero SLI4 fcp_cmnd buffer's fcpCntl0 fieldJames Smart2022-04-181-1/+1
| * scsi: lpfc: Fix diagnostic fw logging after a function resetJames Smart2022-04-182-3/+3
| * scsi: lpfc: Move cfg_log_verbose check before calling lpfc_dmp_dbg()James Smart2022-04-182-31/+4
| * scsi: lpfc: Tweak message log categories for ELS/FDMI/NVMe rescanJames Smart2022-04-183-6/+6
* | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-231-1/+3
|\ \
| * | blk-cgroup: move blkcg_{get,set}_fc_appid out of lineChristoph Hellwig2022-05-021-1/+3
| |/
* | scsi: lpfc: Correct BDE DMA address assignment for GEN_REQ_WQEJames Smart2022-05-101-3/+3
* | scsi: lpfc: Fix split code for FLOGI on FCoEJames Smart2022-05-101-1/+1
|/
* Merge branch '5.18/scsi-queue' into 5.18/scsi-fixesMartin K. Petersen2022-04-068-87/+247
|\
| * scsi: lpfc: Fix locking for lpfc_sli_iocbq_lookup()James Smart2022-03-291-2/+8
| * scsi: lpfc: Fix broken SLI4 abort pathJames Smart2022-03-291-5/+7
| * scsi: lpfc: Update lpfc version to 14.2.0.1James Smart2022-03-291-1/+1
| * scsi: lpfc: Fix queue failures when recovering from PCI parity errorJames Smart2022-03-291-0/+2
| * scsi: lpfc: Fix unload hang after back to back PCI EEH faultsJames Smart2022-03-294-21/+72
| * scsi: lpfc: Improve PCI EEH Error and Recovery HandlingJames Smart2022-03-296-58/+157
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-2421-3193/+3137
|\|
| * scsi: lpfc: Copyright updates for 14.2.0.0 patchesJames Smart2022-03-1518-19/+19
| * scsi: lpfc: Update lpfc version to 14.2.0.0James Smart2022-03-151-1/+1
| * scsi: lpfc: SLI path split: Refactor BSG pathsJames Smart2022-03-151-14/+22
| * scsi: lpfc: SLI path split: Refactor Abort pathsJames Smart2022-03-156-184/+236
| * scsi: lpfc: SLI path split: Refactor SCSI pathsJames Smart2022-03-153-210/+174
| * scsi: lpfc: SLI path split: Refactor CT pathsJames Smart2022-03-156-398/+616
| * scsi: lpfc: SLI path split: Refactor misc ELS pathsJames Smart2022-03-154-874/+241
| * scsi: lpfc: SLI path split: Refactor VMID pathsJames Smart2022-03-152-7/+9
| * scsi: lpfc: SLI path split: Refactor FDISC pathsJames Smart2022-03-151-18/+29
| * scsi: lpfc: SLI path split: Refactor LS_RJT pathsJames Smart2022-03-151-5/+15