summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-171-1/+1
|\
| * scsi: lpfc: Use PCI_HEADER_TYPE_MFD instead of literalIlpo Järvinen2023-12-011-1/+1
* | scsi: lpfc: Update lpfc version to 14.2.0.17Justin Tee2023-12-131-1/+1
* | scsi: lpfc: Move determination of vmid_flag after VMID reinitialization compl...Justin Tee2023-12-132-3/+4
* | scsi: lpfc: Reinitialize an NPIV's VMID data structures after FDISCJustin Tee2023-12-131-0/+8
* | scsi: lpfc: Change VMID driver load time parameters to read onlyJustin Tee2023-12-131-4/+4
* | scsi: lpfc: Copyright updates for 14.2.0.16 patchesJustin Tee2023-11-153-3/+3
* | scsi: lpfc: Update lpfc version to 14.2.0.16Justin Tee2023-11-151-1/+1
* | scsi: lpfc: Enhance driver logging for selected discovery eventsJustin Tee2023-11-152-22/+38
* | scsi: lpfc: Refactor and clean up mailbox command memory freeJustin Tee2023-11-154-23/+40
* | scsi: lpfc: Return early in lpfc_poll_eratt() when the driver is unloadingJustin Tee2023-11-151-0/+3
* | scsi: lpfc: Eliminate unnecessary relocking in lpfc_check_nlp_post_devloss()Justin Tee2023-11-151-1/+1
* | scsi: lpfc: Fix list_entry null check warning in lpfc_cmpl_els_plogi()Justin Tee2023-11-151-2/+2
* | scsi: lpfc: Fix possible file string name overflow when updating firmwareJustin Tee2023-11-152-2/+3
* | scsi: lpfc: Correct maximum PCI function value for RAS fw loggingJustin Tee2023-11-151-2/+2
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-11-027-15/+48
|\
| * Merge patch series "lpfc: Update lpfc to revision 14.2.0.15"Martin K. Petersen2023-10-137-15/+48
| |\
| | * scsi: lpfc: Update lpfc version to 14.2.0.15Justin Tee2023-10-131-1/+1
| | * scsi: lpfc: Introduce LOG_NODE_VERBOSE messaging flagJustin Tee2023-10-132-5/+5
| | * scsi: lpfc: Validate ELS LS_ACC completion payloadJustin Tee2023-10-131-0/+23
| | * scsi: lpfc: Reject received PRLIs with only initiator fcn role for NPIV portsJustin Tee2023-10-131-4/+14
| | * scsi: lpfc: Treat IOERR_SLI_DOWN I/O completion status the same as pci offlineJustin Tee2023-10-131-2/+4
| | * scsi: lpfc: Remove unnecessary zero return code assignment in lpfc_sli4_hba_s...Justin Tee2023-10-131-3/+1
* | | Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-10-301-6/+2
|\ \ \ | |/ / |/| |
| * | scsi: lpfc: Use topology_core_id()Thomas Gleixner2023-10-101-1/+1
| * | x86/cpu: Move phys_proc_id into topology infoThomas Gleixner2023-10-101-5/+1
| |/
* | scsi: lpfc: Prevent use-after-free during rmmod with mapped NVMe rportsJustin Tee2023-09-132-8/+19
* | scsi: lpfc: Early return after marking final NLP_DROPPED flag in dev_loss_tmoJustin Tee2023-09-131-1/+1
* | scsi: lpfc: Fix the NULL vs IS_ERR() bug for debugfs_create_file()Jinjie Ruan2023-09-131-7/+7
|/
* Merge branch 'fixes' into miscJames Bottomley2023-09-022-17/+5
|\
| * scsi: lpfc: Remove reftag check in DIF pathsJustin Tee2023-08-071-17/+3
| * Merge branch '6.5/scsi-staging' into 6.5/scsi-fixesMartin K. Petersen2023-07-111-0/+2
| |\
| | * scsi: lpfc: Fix a possible data race in lpfc_unregister_fcf_rescan()Tuo Li2023-07-051-0/+2
* | | scsi: lpfc: Do not abuse UUID APIs and LPFC_COMPRESS_VMID_SIZEAndy Shevchenko2023-08-212-7/+8
* | | scsi: lpfc: Modify when a node should be put in device recovery mode during RSCNJustin Tee2023-08-071-1/+1
* | | scsi: lpfc: Copyright updates for 14.2.0.14 patchesJustin Tee2023-07-231-1/+1
* | | scsi: lpfc: Update lpfc version to 14.2.0.14Justin Tee2023-07-231-1/+1
* | | scsi: lpfc: Clean up SLI-4 sysfs resource reportingJustin Tee2023-07-231-35/+101
* | | scsi: lpfc: Refactor cpu affinity assignment pathsJustin Tee2023-07-233-28/+27
* | | scsi: lpfc: Abort outstanding ELS cmds when mailbox timeout error is detectedJustin Tee2023-07-234-11/+43
* | | scsi: lpfc: Make fabric zone discovery more robust when handling unsolicited ...Justin Tee2023-07-233-37/+50
* | | scsi: lpfc: Set Establish Image Pair service parameter only for Target FunctionsJustin Tee2023-07-233-15/+42
* | | scsi: lpfc: Revise ndlp kref handling for dev_loss_tmo_callbk and lpfc_drop_nodeJustin Tee2023-07-232-25/+50
* | | scsi: lpfc: Qualify ndlp discovery state when processing RSCNJustin Tee2023-07-231-2/+5
* | | scsi: lpfc: Remove extra ndlp kref decrement in FLOGI cmpl for loop topologyJustin Tee2023-07-231-2/+1
* | | scsi: lpfc: Simplify fcp_abort transport callback log messageJustin Tee2023-07-231-9/+2
* | | scsi: lpfc: Pull out fw diagnostic dump log message from driver's trace bufferJustin Tee2023-07-231-1/+1
|/ /
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-07-081-5/+5
|\|
| * scsi: lpfc: Fix lpfc_name struct packingArnd Bergmann2023-06-211-5/+5
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-06-3017-613/+566
|\|