summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc
AgeCommit message (Expand)AuthorFilesLines
2023-05-23scsi: lpfc: Replace one-element array with flexible-array memberGustavo A. R. Silva2-4/+6
2023-05-08scsi: lpfc: Update lpfc version to 14.2.0.12Justin Tee1-1/+1
2023-05-08scsi: lpfc: Replace blk_irq_poll intr handler with threaded IRQJustin Tee4-157/+200
2023-05-08scsi: lpfc: Add new RCQE status for handling DMA failuresJustin Tee2-3/+68
2023-05-08scsi: lpfc: Update congestion warning notification periodJustin Tee4-6/+6
2023-05-08scsi: lpfc: Match lock ordering of lpfc_cmd->buf_lock and hbalock for abort p...Justin Tee1-22/+22
2023-05-08scsi: lpfc: Fix double free in lpfc_cmpl_els_logo_acc() caused by lpfc_nlp_no...Justin Tee3-45/+10
2023-05-08scsi: lpfc: Fix verbose logging for SCSI commands issued to SES devicesJustin Tee1-1/+2
2023-04-27Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds14-189/+168
2023-04-12scsi: lpfc: Silence an incorrect device outputJun Chen1-0/+1
2023-04-12scsi: lpfc: Fix ioremap issues in lpfc_sli4_pci_mem_setup()Shuchang Li1-4/+6
2023-04-01Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen2-8/+6
2023-03-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-8/+6
2023-03-10Merge patch series "PCI/AER: Remove redundant Device Control Error Reporting ...Martin K. Petersen4-127/+27
2023-03-10scsi: lpfc: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas4-127/+27
2023-03-10scsi: lpfc: Copyright updates for 14.2.0.11 patchesJustin Tee5-5/+5
2023-03-10scsi: lpfc: Update lpfc version to 14.2.0.11Justin Tee1-1/+1
2023-03-10scsi: lpfc: Revise lpfc_error_lost_link() reason code evaluation logicJustin Tee5-21/+46
2023-03-10scsi: lpfc: Skip waiting for register ready bits when in unrecoverable stateJustin Tee5-5/+49
2023-03-10scsi: lpfc: Correct used_rpi count when devloss tmo fires with no recoveryJustin Tee1-11/+13
2023-03-10scsi: lpfc: Defer issuing new PLOGI if received RSCN before completing REG_LOGINJustin Tee2-5/+6
2023-03-10scsi: lpfc: Record LOGO state with discovery engine even if abortedJustin Tee1-3/+4
2023-03-10scsi: lpfc: Fix lockdep warning for rx_monitor lock when unloading driverJustin Tee1-2/+2
2023-03-10scsi: lpfc: Reorder freeing of various DMA buffers and their list removalJustin Tee3-4/+4
2023-03-10scsi: lpfc: Prevent lpfc_debugfs_lockstat_write() buffer overflowJustin Tee1-2/+5
2023-03-07scsi: lpfc: Avoid usage of list iterator variable after loopJakob Koschel1-4/+4
2023-03-07scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read()Justin Tee2-4/+2
2023-03-06cpumask: fix incorrect cpumask scanning result checksLinus Torvalds1-7/+7
2023-03-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds7-14/+14
2023-02-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds13-143/+238
2023-02-22scsi: lpfc: Fix double word in commentsBo Liu7-13/+13
2023-02-22scsi: scsi_transport_fc: Add an additional flag to fc_host_fpin_rcv()Muneendra1-1/+1
2023-01-27net: add missing includes of linux/sched/clock.hJakub Kicinski1-0/+1
2023-01-12scsi: lpfc: Copyright updates for 14.2.0.10 patchesJustin Tee13-14/+14
2023-01-12scsi: lpfc: Update lpfc version to 14.2.0.10Justin Tee1-1/+1
2023-01-12scsi: lpfc: Introduce new attention types for lpfc_sli4_async_fc_evt() handlerJustin Tee3-16/+77
2023-01-12scsi: lpfc: Reinitialize internal VMID data structures after FLOGI completionJustin Tee3-0/+43
2023-01-12scsi: lpfc: Fix use-after-free KFENCE violation during sysfs firmware writeJustin Tee1-6/+13
2023-01-12scsi: lpfc: Exit PRLI completion handling early if ndlp not in PRLI_ISSUE stateJustin Tee1-2/+26
2023-01-12scsi: lpfc: Remove duplicate ndlp kref decrement in lpfc_cleanup_rpis()Justin Tee1-15/+0
2023-01-12scsi: lpfc: Remove redundant clean up code in disable_vport()Justin Tee1-12/+2
2023-01-12scsi: lpfc: Set max DMA segment size to HBA supported SGE lengthJustin Tee1-0/+7
2023-01-12scsi: lpfc: Resolve miscellaneous variable set but not used compiler warningsJustin Tee4-40/+31
2023-01-12scsi: lpfc: Replace outdated strncpy() with strscpy()Justin Tee1-10/+5
2023-01-12scsi: lpfc: Fix space indentation in lpfc_xcvr_data_show()Justin Tee1-27/+19
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds9-39/+344
2022-11-24scsi: lpfc: Remove linux/msi.h includeThomas Gleixner1-1/+0
2022-11-24scsi: lpfc: Update lpfc version to 14.2.0.9Justin Tee1-1/+1
2022-11-17scsi: lpfc: Fix crash involving race between FLOGI timeout and devloss handlerJustin Tee2-15/+57
2022-11-17scsi: lpfc: Fix MI capability display in cmf_info sysfs attributeJustin Tee3-1/+5