summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc
AgeCommit message (Expand)AuthorFilesLines
2025-06-04scsi: lpfc: Handle duplicate D_IDs in ndlp search-by D_ID routineJustin Tee1-5/+12
2024-09-04scsi: lpfc: Initialize status local variable in lpfc_sli4_repost_sgl_list()Justin Tee1-1/+1
2024-05-17scsi: lpfc: Update lpfc_ramp_down_queue_handler() logicJustin Tee2-10/+4
2024-04-13scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc()Justin Tee1-2/+4
2024-04-13scsi: 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-05-30scsi: lpfc: Prevent lpfc_debugfs_lockstat_write() buffer overflowJustin Tee1-2/+5
2023-05-17scsi: lpfc: Fix ioremap issues in lpfc_sli4_pci_mem_setup()Shuchang Li1-4/+6
2023-04-05scsi: lpfc: Avoid usage of list iterator variable after loopJakob Koschel1-4/+4
2022-09-15scsi: lpfc: Add missing destroy_workqueue() in error pathYang Yingliang1-1/+4
2022-08-25scsi: lpfc: Prevent buffer overflow crashes in debugfs with malformed user inputJames Smart1-10/+10
2022-06-22scsi: lpfc: Allow reduced polling rate for nvme_admin_async_event cmd completionJames Smart2-2/+12
2022-06-22scsi: lpfc: Fix port stuck in bypassed state after LIP in PT2PT topologyJames Smart1-1/+2
2022-02-23scsi: lpfc: Fix pt2pt NVMe PRLI reject LOGO loopJames Smart4-3/+26
2022-02-16scsi: lpfc: Remove NVMe support if kernel has NVME_FC disabledJames Smart2-5/+12
2022-01-27scsi: lpfc: Trigger SLI4 firmware dump before doing driver cleanupJames Smart4-30/+48
2022-01-05scsi: lpfc: Terminate string in lpfc_debugfs_nvmeio_trc_write()Dan Carpenter1-2/+2
2021-11-26scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq()James Smart1-0/+1
2021-09-30scsi: lpfc: Use correct scnprintf() limitDan Carpenter1-1/+2
2021-07-20scsi: lpfc: Fix crash when lpfc_sli4_hba_setup() fails to initialize the SGLsJames Smart1-2/+3
2021-07-20scsi: lpfc: Fix "Unexpected timeout" error in direct attach topologyJames Smart1-0/+9
2021-05-22scsi: lpfc: Fix illegal memory access on Abort IOCBsJames Smart1-2/+9
2021-05-11scsi: lpfc: Remove unsupported mbox PORT_CAPABILITIES logicJames Smart4-313/+3
2021-05-11scsi: lpfc: Fix error handling for mailboxes completed in MBX_POLL modeJames Smart3-56/+70
2021-05-11scsi: lpfc: Fix crash when a REG_RPI mailbox fails triggering a LOGO responseJames Smart2-3/+0
2021-05-11scsi: lpfc: Fix pt2pt connection does not recover after LOGOJames Smart1-2/+7
2021-05-11scsi: lpfc: Fix incorrect dbde assignment when building target abts wqeJames Smart1-1/+0
2021-03-24scsi: lpfc: Fix some error codes in debugfsDan Carpenter1-2/+2
2021-01-23scsi: lpfc: Make lpfc_defer_acc_rsp staticYueHaibing1-1/+1
2021-01-23scsi: lpfc: Make function lpfc_defer_pt2pt_acc staticzhengbin1-1/+1
2020-12-30scsi: lpfc: Re-fix use after free in lpfc_rq_buf_free()James Smart1-1/+1
2020-12-30scsi: lpfc: Fix invalid sleeping context in lpfc_sli4_nvmet_alloc()James Smart2-5/+9
2020-10-01scsi: lpfc: Fix initial FLOGI failure due to BBSCN not supportedJames Smart1-24/+52
2020-10-01scsi: lpfc: Fix coverity errors in fmdi attribute handlingJames Smart2-88/+85
2020-10-01scsi: lpfc: Fix release of hwq to clear the eq relationshipJames Smart1-0/+1
2020-10-01scsi: lpfc: Fix RQ buffer leakage when no IOCBs availableJames Smart1-0/+4
2020-10-01scsi: lpfc: Fix incomplete NVME discovery when targetJames Smart1-9/+99
2020-10-01scsi: lpfc: Fix kernel crash at lpfc_nvme_info_show during remote port bounceJames Smart1-20/+20
2020-10-01scsi: lpfc: Fix pt2pt discovery on SLI3 HBAsJames Smart1-26/+115
2020-09-23scsi: lpfc: Fix FLOGI/PLOGI receive race condition in pt2pt discoveryJames Smart1-1/+3
2020-09-03scsi: lpfc: Fix shost refcount mismatch when deleting vportDick Kennedy1-18/+8
2020-08-21scsi: lpfc: nvmet: Avoid hang / use-after-free again when destroying targetportEwan D. Milne1-1/+1
2020-06-30scsi: lpfc: Avoid another null dereference in lpfc_sli4_hba_unset()SeongJae Park1-1/+2
2020-06-24scsi: lpfc: Fix lpfc_nodelist leak when processing unsolicited eventXiyu Yang1-0/+2
2020-06-17scsi: lpfc: Fix negation of else clause in lpfc_prep_node_fc4typeDick Kennedy1-1/+0
2020-04-29scsi: lpfc: Fix crash in target side cable pulls hitting WAIT_FOR_UNREGJames Smart1-6/+8
2020-04-29scsi: lpfc: Fix crash after handling a pci errorJames Smart1-0/+5
2020-04-29scsi: lpfc: Fix kasan slab-out-of-bounds error in lpfc_unreg_loginJames Smart1-0/+2
2020-04-17scsi: lpfc: fix inlining of lpfc_sli4_cleanup_poll_list()James Smart2-2/+2