summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
|\|
| * scsi: lpfc: Avoid -Wstringop-overflow warningGustavo A. R. Silva2023-06-071-2/+6
| * scsi: lpfc: Use struct_size() helperJustin Tee2023-06-071-4/+2
| * scsi: lpfc: Fix incorrect big endian type assignments in FDMI and VMID pathsJustin Tee2023-05-312-52/+52
| * Merge patch series "lpfc: Update lpfc to revision 14.2.0.13"Martin K. Petersen2023-05-3111-320/+195
| |\
| | * scsi: lpfc: Copyright updates for 14.2.0.13 patchesJustin Tee2023-05-312-2/+2
| | * scsi: lpfc: Update lpfc version to 14.2.0.13Justin Tee2023-05-311-1/+1
| | * scsi: lpfc: Enhance congestion statistics collectionJustin Tee2023-05-312-208/+81
| | * scsi: lpfc: Clean up SLI-4 CQE status handlingJustin Tee2023-05-315-50/+41
| | * scsi: lpfc: Change firmware upgrade logging to KERN_NOTICE instead of TRACE_E...Justin Tee2023-05-313-41/+41
| | * scsi: lpfc: Revise NPIV ELS unsol rcv cmpl logic to drop ndlp based on nlp_stateJustin Tee2023-05-311-2/+12
| | * scsi: lpfc: Account for fabric domain ctlr device loss recoveryJustin Tee2023-05-311-5/+14
| | * scsi: lpfc: Clear NLP_IN_DEV_LOSS flag if already in rediscoveryJustin Tee2023-05-311-3/+3
| | * scsi: lpfc: Fix use-after-free rport memory access in lpfc_register_remote_po...Justin Tee2023-05-311-8/+0
| * | scsi: lpfc: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh2023-05-311-1/+1
| * | scsi: lpfc: Replace one-element array with flexible-array memberGustavo A. R. Silva2023-05-222-4/+6
| |/
| * scsi: lpfc: Update lpfc version to 14.2.0.12Justin Tee2023-05-081-1/+1
| * scsi: lpfc: Replace blk_irq_poll intr handler with threaded IRQJustin Tee2023-05-084-157/+200
| * scsi: lpfc: Add new RCQE status for handling DMA failuresJustin Tee2023-05-082-3/+68
| * scsi: lpfc: Update congestion warning notification periodJustin Tee2023-05-084-6/+6
| * scsi: lpfc: Match lock ordering of lpfc_cmd->buf_lock and hbalock for abort p...Justin Tee2023-05-081-22/+22
| * scsi: lpfc: Fix double free in lpfc_cmpl_els_logo_acc() caused by lpfc_nlp_no...Justin Tee2023-05-083-45/+10
| * scsi: lpfc: Fix verbose logging for SCSI commands issued to SES devicesJustin Tee2023-05-081-1/+2
* | scsi: lpfc: Fix incorrect big endian type assignment in bsg loopback pathJustin Tee2023-06-141-4/+4
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-04-2614-189/+168
|\
| * scsi: lpfc: Silence an incorrect device outputJun Chen2023-04-111-0/+1
| * scsi: lpfc: Fix ioremap issues in lpfc_sli4_pci_mem_setup()Shuchang Li2023-04-111-4/+6
| * Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen2023-03-312-8/+6
| |\
| * \ Merge patch series "PCI/AER: Remove redundant Device Control Error Reporting ...Martin K. Petersen2023-03-094-127/+27
| |\ \
| | * | scsi: lpfc: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-094-127/+27
| * | | scsi: lpfc: Copyright updates for 14.2.0.11 patchesJustin Tee2023-03-095-5/+5
| * | | scsi: lpfc: Update lpfc version to 14.2.0.11Justin Tee2023-03-091-1/+1
| * | | scsi: lpfc: Revise lpfc_error_lost_link() reason code evaluation logicJustin Tee2023-03-095-21/+46
| * | | scsi: lpfc: Skip waiting for register ready bits when in unrecoverable stateJustin Tee2023-03-095-5/+49
| * | | scsi: lpfc: Correct used_rpi count when devloss tmo fires with no recoveryJustin Tee2023-03-091-11/+13
| * | | scsi: lpfc: Defer issuing new PLOGI if received RSCN before completing REG_LOGINJustin Tee2023-03-092-5/+6
| * | | scsi: lpfc: Record LOGO state with discovery engine even if abortedJustin Tee2023-03-091-3/+4
| * | | scsi: lpfc: Fix lockdep warning for rx_monitor lock when unloading driverJustin Tee2023-03-091-2/+2
| * | | scsi: lpfc: Reorder freeing of various DMA buffers and their list removalJustin Tee2023-03-093-4/+4
| * | | scsi: lpfc: Prevent lpfc_debugfs_lockstat_write() buffer overflowJustin Tee2023-03-091-2/+5
| |/ /
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2023-03-102-8/+6
|\ \ \ | | |/ | |/|
| * | scsi: lpfc: Avoid usage of list iterator variable after loopJakob Koschel2023-03-061-4/+4
| * | scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read()Justin Tee2023-03-062-4/+2
| |/
* / cpumask: fix incorrect cpumask scanning result checksLinus Torvalds2023-03-061-7/+7
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-03-037-14/+14
|\