summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|\
| * scsi: lpfc: Fix double word in commentsBo Liu2023-02-217-13/+13
| * scsi: scsi_transport_fc: Add an additional flag to fc_host_fpin_rcv()Muneendra2023-02-211-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-02-2213-143/+238
|\|
| * scsi: lpfc: Copyright updates for 14.2.0.10 patchesJustin Tee2023-01-1213-14/+14
| * scsi: lpfc: Update lpfc version to 14.2.0.10Justin Tee2023-01-121-1/+1
| * scsi: lpfc: Introduce new attention types for lpfc_sli4_async_fc_evt() handlerJustin Tee2023-01-123-16/+77
| * scsi: lpfc: Reinitialize internal VMID data structures after FLOGI completionJustin Tee2023-01-123-0/+43
| * scsi: lpfc: Fix use-after-free KFENCE violation during sysfs firmware writeJustin Tee2023-01-121-6/+13
| * scsi: lpfc: Exit PRLI completion handling early if ndlp not in PRLI_ISSUE stateJustin Tee2023-01-121-2/+26
| * scsi: lpfc: Remove duplicate ndlp kref decrement in lpfc_cleanup_rpis()Justin Tee2023-01-121-15/+0
| * scsi: lpfc: Remove redundant clean up code in disable_vport()Justin Tee2023-01-121-12/+2
| * scsi: lpfc: Set max DMA segment size to HBA supported SGE lengthJustin Tee2023-01-121-0/+7
| * scsi: lpfc: Resolve miscellaneous variable set but not used compiler warningsJustin Tee2023-01-124-40/+31
| * scsi: lpfc: Replace outdated strncpy() with strscpy()Justin Tee2023-01-121-10/+5
| * scsi: lpfc: Fix space indentation in lpfc_xcvr_data_show()Justin Tee2023-01-121-27/+19
* | net: add missing includes of linux/sched/clock.hJakub Kicinski2023-01-271-0/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-12-149-39/+344
|\
| * scsi: lpfc: Remove linux/msi.h includeThomas Gleixner2022-11-241-1/+0
| * scsi: lpfc: Update lpfc version to 14.2.0.9Justin Tee2022-11-241-1/+1
| * scsi: lpfc: Fix crash involving race between FLOGI timeout and devloss handlerJustin Tee2022-11-172-15/+57
| * scsi: lpfc: Fix MI capability display in cmf_info sysfs attributeJustin Tee2022-11-173-1/+5