summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: lpfc: Fix overflow build issueSherry Yang2024-08-231-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-07-196-44/+56
|\
| * Merge patch series "Update lpfc to revision 14.4.0.3"Martin K. Petersen2024-07-056-44/+51
| |\
| | * scsi: lpfc: Update lpfc version to 14.4.0.3Justin Tee2024-07-051-1/+1
| | * scsi: lpfc: Revise lpfc_prep_embed_io routine with proper endian macro usagesJustin Tee2024-07-051-9/+10
| | * scsi: lpfc: Fix incorrect request len mbox field when setting trunking via sysfsJustin Tee2024-07-051-1/+4
| | * scsi: lpfc: Handle mailbox timeouts in lpfc_get_sfp_infoJustin Tee2024-07-051-6/+11
| | * scsi: lpfc: Fix handling of fully recovered fabric node in dev_loss callbkJustin Tee2024-07-051-0/+8
| | * scsi: lpfc: Relax PRLI issue conditions after GID_FT responseJustin Tee2024-07-051-12/+4
| | * scsi: lpfc: Allow DEVICE_RECOVERY mode after RSCN receipt if in PRLI_ISSUE stateJustin Tee2024-07-051-1/+1
| | * scsi: lpfc: Cancel ELS WQE instead of issuing abort when SLI port is inactiveJustin Tee2024-07-052-14/+12
| * | scsi: lpfc: Fix a possible null pointer dereferenceHuai-Yuan Liu2024-06-271-0/+5
| |/
* / lpfc_nvmet: implement 'host_traddr'Hannes Reinecke2024-06-241-0/+11
|/
* Merge patch series "Update lpfc to revision 14.4.0.2"Martin K. Petersen2024-05-0715-413/+432
|\
| * scsi: lpfc: Copyright updates for 14.4.0.2 patchesJustin Tee2024-05-071-1/+1
| * scsi: lpfc: Update lpfc version to 14.4.0.2Justin Tee2024-05-071-1/+1
| * scsi: lpfc: Add support for 32 byte CDBsJustin Tee2024-05-075-38/+80
| * scsi: lpfc: Change lpfc_hba hba_flag member into a bitmaskJustin Tee2024-05-0712-331/+279
| * scsi: lpfc: Introduce rrq_list_lock to protect active_rrq_listJustin Tee2024-05-075-8/+22
| * scsi: lpfc: Clear deferred RSCN processing flag when driver is unloadingJustin Tee2024-05-072-30/+45
| * scsi: lpfc: Update logging of protection type for T10 DIF I/OJustin Tee2024-05-071-1/+1
| * scsi: lpfc: Change default logging level for unsolicited CT MIB commandsJustin Tee2024-05-071-8/+8
| * Merge branch '6.9/s/lpfc2' into 6.10/s/lpfcMartin K. Petersen2024-05-0716-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-1717-875/+719
|\| |
| * | scsi: lpfc: Replace deprecated strncpy() with strscpy()Justin Stitt2024-02-271-2/+2
| |/
| * scsi: lpfc: Copyright updates for 14.4.0.0 patchesJustin Tee2024-02-0617-18/+18
| * scsi: lpfc: Update lpfc version to 14.4.0.0Justin Tee2024-02-061-1/+1
| * scsi: lpfc: Change lpfc_vport load_flag member into a bitmaskJustin Tee2024-02-0610-120/+108
| * scsi: lpfc: Change lpfc_vport fc_flag member into a bitmaskJustin Tee2024-02-0611-590/+425
| * scsi: lpfc: Protect vport fc_nodes list with an explicit spin lockJustin Tee2024-02-066-54/+53
| * scsi: lpfc: Change nlp state statistic counters into atomic_tJustin Tee2024-02-065-37/+50
| * scsi: lpfc: Remove shost_lock protection for fc_host_port shost APIsJustin Tee2024-02-061-16/+0
| * scsi: lpfc: Move handling of reset congestion statistics eventsJustin Tee2024-02-062-4/+7
| * scsi: lpfc: Save FPIN frequency statistics upon receipt of peer cgn notificat...Justin Tee2024-02-061-0/+3