summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc
AgeCommit message (Expand)AuthorFilesLines
2025-12-07scsi: lpfc: Define size of debugfs entry for xri rebalancingJustin Tee1-0/+3
2025-12-07scsi: lpfc: Remove ndlp kref decrement clause for F_Port_Ctrl in lpfc_cleanupJustin Tee2-8/+5
2025-12-07scsi: lpfc: Check return status of lpfc_reset_flush_io_context during TGT_RESETJustin Tee1-4/+10
2025-09-09scsi: lpfc: Fix buffer free/clear order in deferred receive pathJohn Evans1-4/+6
2025-08-28scsi: lpfc: Remove redundant assignment to avoid memory leakJiasheng Jiang1-1/+0
2025-08-28scsi: lpfc: Check for hdwq null ptr when cleaning up lpfc_vport structureJustin Tee1-0/+4
2025-06-27scsi: lpfc: Use memcpy() for BIOS versionDaniel Wagner1-2/+2
2025-06-27scsi: lpfc: Fix lpfc_check_sli_ndlp() handling for GEN_REQUEST64 commandsJustin Tee1-1/+1
2025-06-04scsi: lpfc: Handle duplicate D_IDs in ndlp search-by D_ID routineJustin Tee1-5/+12
2025-05-02scsi: lpfc: Fix null pointer dereference after failing to issue FLOGI and PLOGIJames Smart1-16/+35
2025-05-02scsi: lpfc: Fix a possible data race in lpfc_unregister_fcf_rescan()Tuo Li1-0/+2
2024-10-17scsi: lpfc: Fix overflow build issueSherry Yang1-1/+1
2024-09-04scsi: lpfc: Initialize status local variable in lpfc_sli4_repost_sgl_list()Justin Tee1-1/+1
2024-05-17scsi: lpfc: Replace hbalock with ndlp lock in lpfc_nvme_unregister_port()Justin Tee1-2/+2
2024-05-17scsi: lpfc: Update lpfc_ramp_down_queue_handler() logicJustin Tee2-10/+4
2024-05-17scsi: lpfc: Move NPIV's transport unregistration to after resource clean upJustin Tee1-4/+4
2024-04-13scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc()Justin Tee1-2/+4
2024-04-10scsi: lpfc: Correct size for wqe for memset()Muhammad Usama Anjum1-1/+1
2024-03-01scsi: lpfc: Use unsigned type for num_sgeHannes Reinecke1-6/+6
2024-02-23scsi: lpfc: Fix possible file string name overflow when updating firmwareJustin Tee2-2/+3
2023-09-23scsi: lpfc: Fix the NULL vs IS_ERR() bug for debugfs_create_file()Jinjie Ruan1-7/+7
2023-09-19scsi: lpfc: Fix incorrect big endian type assignment in bsg loopback pathJustin Tee1-4/+4
2023-09-19scsi: lpfc: Remove reftag check in DIF pathsJustin Tee1-17/+3
2023-05-24scsi: lpfc: Prevent lpfc_debugfs_lockstat_write() buffer overflowJustin Tee1-2/+5
2023-05-11scsi: lpfc: Fix ioremap issues in lpfc_sli4_pci_mem_setup()Shuchang Li1-4/+6
2023-03-30scsi: lpfc: Avoid usage of list iterator variable after loopJakob Koschel1-4/+4
2023-03-30scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read()Justin Tee2-4/+2
2023-03-10scsi: lpfc: Fix use-after-free KFENCE violation during sysfs firmware writeJustin Tee1-6/+13
2022-12-31scsi: lpfc: Fix hard lockup when reading the rx_monitor from debugfsJustin Tee1-3/+3
2022-11-10scsi: lpfc: Rework MIB Rx Monitor debug info logicJames Smart7-125/+240
2022-11-10scsi: lpfc: Adjust CMF total bytes and rxmonitorJames Smart4-15/+22
2022-11-10scsi: lpfc: Adjust bytes received vales during cmf timer intervalJames Smart1-2/+14
2022-11-03Revert "scsi: lpfc: SLI path split: Refactor lpfc_iocbq"James Smart12-385/+391
2022-11-03Revert "scsi: lpfc: SLI path split: Refactor fast and slow paths to native SLI4"James Smart5-257/+302
2022-11-03Revert "scsi: lpfc: SLI path split: Refactor SCSI paths"James Smart3-173/+209
2022-11-03Revert "scsi: lpfc: Fix locking for lpfc_sli_iocbq_lookup()"James Smart1-8/+2
2022-11-03Revert "scsi: lpfc: Fix element offset in __lpfc_sli_release_iocbq_s4()"James Smart1-1/+1
2022-11-03Revert "scsi: lpfc: Resolve some cleanup issues following SLI path refactoring"James Smart2-13/+14
2022-10-29scsi: lpfc: Fix memory leak in lpfc_create_port()Rafael Mendonca1-3/+4
2022-09-23scsi: lpfc: Return DID_TRANSPORT_DISRUPTED instead of DID_REQUEUEHannes Reinecke1-2/+2
2022-09-15scsi: lpfc: Add missing destroy_workqueue() in error pathYang Yingliang1-1/+4
2022-08-25scsi: lpfc: Fix possible memory leak when failing to issue CMF WQEJames Smart1-1/+3
2022-08-25scsi: lpfc: Prevent buffer overflow crashes in debugfs with malformed user inputJames Smart1-10/+10
2022-08-17scsi: lpfc: Resolve some cleanup issues following SLI path refactoringJames Smart2-14/+13
2022-08-17scsi: lpfc: Fix element offset in __lpfc_sli_release_iocbq_s4()James Smart1-1/+1
2022-08-17scsi: lpfc: Fix locking for lpfc_sli_iocbq_lookup()James Smart1-2/+8
2022-08-17scsi: lpfc: Remove extra atomic_inc on cmd_pending in queuecommand after VMIDJames Smart1-1/+0
2022-08-17scsi: lpfc: SLI path split: Refactor SCSI pathsJames Smart3-210/+174
2022-08-17scsi: lpfc: SLI path split: Refactor fast and slow paths to native SLI4James Smart5-302/+257
2022-08-17scsi: lpfc: SLI path split: Refactor lpfc_iocbqJames Smart12-391/+385