summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
Commit message (Expand)AuthorAgeFilesLines
* scsi: lpfc: Update PRLO handling in direct attached topologyJustin Tee2024-10-102-13/+36
* scsi: lpfc: Fix unsolicited FLOGI kref imbalance when in direct attached topo...Justin Tee2024-10-103-23/+46
* scsi: lpfc: Validate hdwq pointers before dereferencing in reset/errata pathsJustin Tee2024-10-103-3/+24
* scsi: lpfc: Restrict support for 32 byte CDBs to specific HBAsJustin Tee2024-10-043-4/+22
* scsi: lpfc: Fix overflow build issueSherry Yang2024-09-301-1/+1
* scsi: lpfc: Handle mailbox timeouts in lpfc_get_sfp_infoJustin Tee2024-09-121-6/+11
* scsi: lpfc: Allow DEVICE_RECOVERY mode after RSCN receipt if in PRLI_ISSUE stateJustin Tee2024-08-031-1/+1
* scsi: lpfc: Revise lpfc_prep_embed_io routine with proper endian macro usagesJustin Tee2024-08-031-9/+10
* scsi: lpfc: Fix a possible null pointer dereferenceHuai-Yuan Liu2024-08-031-0/+5
* Merge patch series "Update lpfc to revision 14.4.0.2"Martin K. Petersen2024-05-0615-413/+432
|\
| * scsi: lpfc: Copyright updates for 14.4.0.2 patchesJustin Tee2024-05-061-1/+1
| * scsi: lpfc: Update lpfc version to 14.4.0.2Justin Tee2024-05-061-1/+1
| * scsi: lpfc: Add support for 32 byte CDBsJustin Tee2024-05-065-38/+80
| * scsi: lpfc: Change lpfc_hba hba_flag member into a bitmaskJustin Tee2024-05-0612-331/+279
| * scsi: lpfc: Introduce rrq_list_lock to protect active_rrq_listJustin Tee2024-05-065-8/+22
| * scsi: lpfc: Clear deferred RSCN processing flag when driver is unloadingJustin Tee2024-05-062-30/+45
| * scsi: lpfc: Update logging of protection type for T10 DIF I/OJustin Tee2024-05-061-1/+1
| * scsi: lpfc: Change default logging level for unsolicited CT MIB commandsJustin Tee2024-05-061-8/+8
| * Merge branch '6.9/s/lpfc2' into 6.10/s/lpfcMartin K. Petersen2024-05-0616-185/+177
| |\
* | \ Merge branch '6.9/scsi-queue' into 6.9/scsi-fixesMartin K. Petersen2024-03-2517-188/+180
|\ \ \ | |/ / |/| |
| * | Merge patch series "Update lpfc to revision 14.4.0.1"Martin K. Petersen2024-03-1016-185/+177
| |\|
| | * scsi: lpfc: Copyright updates for 14.4.0.1 patchesJustin Tee2024-03-102-2/+2
| | * scsi: lpfc: Update lpfc version to 14.4.0.1Justin Tee2024-03-101-1/+1
| | * scsi: lpfc: Define types in a union for generic void *context3 ptrJustin Tee2024-03-107-39/+51
| | * scsi: lpfc: Define lpfc_dmabuf type for ctx_buf ptrJustin Tee2024-03-109-54/+50
| | * scsi: lpfc: Define lpfc_nodelist type for ctx_ndlp ptrJustin Tee2024-03-107-39/+36
| | * scsi: lpfc: Use a dedicated lock for ras_fwlog stateJustin Tee2024-03-106-28/+32
| | * scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up()Justin Tee2024-03-103-20/+19
| | * scsi: lpfc: Replace hbalock with ndlp lock in lpfc_nvme_unregister_port()Justin Tee2024-03-101-2/+2
| | * scsi: lpfc: Update lpfc_ramp_down_queue_handler() logicJustin Tee2024-03-102-10/+4
| | * scsi: lpfc: Remove IRQF_ONESHOT flag from threaded IRQ handlingJustin Tee2024-03-101-1/+1
| | * scsi: lpfc: Move NPIV's transport unregistration to after resource clean upJustin Tee2024-03-101-4/+4
| | * scsi: lpfc: Remove unnecessary log message in queuecommand pathJustin Tee2024-03-101-10/+0
| * | scsi: lpfc: Correct size for cmdwqe/rspwqe for memset()Muhammad Usama Anjum2024-03-101-2/+2
| * | scsi: lpfc: Correct size for wqe for memset()Muhammad Usama Anjum2024-03-101-1/+1
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-03-1617-875/+719
|\| |
| * | scsi: lpfc: Replace deprecated strncpy() with strscpy()Justin Stitt2024-02-261-2/+2
| |/
| * scsi: lpfc: Copyright updates for 14.4.0.0 patchesJustin Tee2024-02-0517-18/+18
| * scsi: lpfc: Update lpfc version to 14.4.0.0Justin Tee2024-02-051-1/+1
| * scsi: lpfc: Change lpfc_vport load_flag member into a bitmaskJustin Tee2024-02-0510-120/+108
| * scsi: lpfc: Change lpfc_vport fc_flag member into a bitmaskJustin Tee2024-02-0511-590/+425
| * scsi: lpfc: Protect vport fc_nodes list with an explicit spin lockJustin Tee2024-02-056-54/+53
| * scsi: lpfc: Change nlp state statistic counters into atomic_tJustin Tee2024-02-055-37/+50
| * scsi: lpfc: Remove shost_lock protection for fc_host_port shost APIsJustin Tee2024-02-051-16/+0
| * scsi: lpfc: Move handling of reset congestion statistics eventsJustin Tee2024-02-052-4/+7
| * scsi: lpfc: Save FPIN frequency statistics upon receipt of peer cgn notificat...Justin Tee2024-02-051-0/+3
| * scsi: lpfc: Add condition to delete ndlp object after sending BLS_RJT to an ABTSJustin Tee2024-02-051-2/+12
| * scsi: lpfc: Fix failure to delete vports when discovery is in progressJustin Tee2024-02-051-4/+4
| * scsi: lpfc: Remove NLP_RCV_PLOGI early return during RSCN processing for ndlpsJustin Tee2024-02-051-8/+0
| * scsi: lpfc: Allow lpfc_plogi_confirm_nport() logic to execute for Fabric nodesJustin Tee2024-02-051-17/+32