summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/lpfc_hbadisc.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-07scsi: lpfc: Change lpfc_hba hba_flag member into a bitmaskJustin Tee1-72/+61
2024-03-11scsi: lpfc: Define lpfc_dmabuf type for ctx_buf ptrJustin Tee1-5/+5
2024-03-11scsi: lpfc: Define lpfc_nodelist type for ctx_ndlp ptrJustin Tee1-9/+9
2024-03-11scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up()Justin Tee1-3/+2
2024-02-06scsi: lpfc: Copyright updates for 14.4.0.0 patchesJustin Tee1-1/+1
2024-02-06scsi: lpfc: Change lpfc_vport load_flag member into a bitmaskJustin Tee1-13/+13
2024-02-06scsi: lpfc: Change lpfc_vport fc_flag member into a bitmaskJustin Tee1-133/+85
2024-02-06scsi: lpfc: Protect vport fc_nodes list with an explicit spin lockJustin Tee1-25/+25
2024-02-06scsi: lpfc: Change nlp state statistic counters into atomic_tJustin Tee1-23/+23
2024-02-06scsi: lpfc: Remove NLP_RCV_PLOGI early return during RSCN processing for ndlpsJustin Tee1-8/+0
2023-11-15scsi: lpfc: Eliminate unnecessary relocking in lpfc_check_nlp_post_devloss()Justin Tee1-1/+1
2023-10-14Merge patch series "lpfc: Update lpfc to revision 14.2.0.15"Martin K. Petersen1-4/+4
2023-10-13scsi: lpfc: Introduce LOG_NODE_VERBOSE messaging flagJustin Tee1-4/+4
2023-09-14scsi: lpfc: Prevent use-after-free during rmmod with mapped NVMe rportsJustin Tee1-1/+2
2023-09-14scsi: lpfc: Early return after marking final NLP_DROPPED flag in dev_loss_tmoJustin Tee1-1/+1
2023-09-02Merge branch 'fixes' into miscJames Bottomley1-0/+2
2023-08-08scsi: lpfc: Modify when a node should be put in device recovery mode during RSCNJustin Tee1-1/+1
2023-07-23scsi: lpfc: Revise ndlp kref handling for dev_loss_tmo_callbk and lpfc_drop_nodeJustin Tee1-23/+47
2023-07-23scsi: lpfc: Qualify ndlp discovery state when processing RSCNJustin Tee1-2/+5
2023-07-06scsi: lpfc: Fix a possible data race in lpfc_unregister_fcf_rescan()Tuo Li1-0/+2
2023-06-01Merge patch series "lpfc: Update lpfc to revision 14.2.0.13"Martin K. Petersen1-16/+17
2023-06-01scsi: lpfc: Account for fabric domain ctlr device loss recoveryJustin Tee1-5/+14
2023-06-01scsi: lpfc: Clear NLP_IN_DEV_LOSS flag if already in rediscoveryJustin Tee1-3/+3
2023-06-01scsi: lpfc: Fix use-after-free rport memory access in lpfc_register_remote_po...Justin Tee1-8/+0
2023-06-01scsi: lpfc: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh1-1/+1
2023-05-08scsi: lpfc: Fix double free in lpfc_cmpl_els_logo_acc() caused by lpfc_nlp_no...Justin Tee1-21/+3
2023-03-10scsi: lpfc: Revise lpfc_error_lost_link() reason code evaluation logicJustin Tee1-0/+35
2023-03-10scsi: lpfc: Defer issuing new PLOGI if received RSCN before completing REG_LOGINJustin Tee1-2/+2
2023-02-22scsi: lpfc: Fix double word in commentsBo Liu1-1/+1
2023-01-12scsi: lpfc: Copyright updates for 14.2.0.10 patchesJustin Tee1-1/+1
2023-01-12scsi: lpfc: Remove duplicate ndlp kref decrement in lpfc_cleanup_rpis()Justin Tee1-15/+0
2022-11-17scsi: lpfc: Fix crash involving race between FLOGI timeout and devloss handlerJustin Tee1-10/+26
2022-10-12treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld1-3/+3
2022-09-16scsi: lpfc: Fix various issues reported by toolsJames Smart1-2/+2
2022-09-16scsi: lpfc: Add reporting capability for Link Degrade SignalingJames Smart1-1/+9
2022-09-16scsi: lpfc: Fix FLOGI ACC with wrong SID in PT2PT topologyJames Smart1-2/+7
2022-09-01scsi: lpfc: Remove SANDiags related codeJames Smart1-17/+0
2022-09-01scsi: lpfc: Fix unsolicited FLOGI receive handling during PT2PT discoveryJames Smart1-1/+0
2022-07-08scsi: lpfc: Remove Menlo/Hornet related codeJames Smart1-51/+6
2022-07-08scsi: lpfc: Revert RSCN_MEMENTO workaround for misbehaved configurationJames Smart1-2/+1
2022-05-11scsi: lpfc: Rework FDMI initialization after link upJames Smart1-2/+3
2022-05-11scsi: lpfc: Decrement outstanding gidft_inp counter if lpfc_err_lost_link()James Smart1-2/+3
2022-05-11scsi: lpfc: Inhibit aborts if external loopback plug is insertedJames Smart1-0/+3
2022-05-11scsi: lpfc: Fix ndlp put following a LOGO completionJames Smart1-1/+7
2022-04-19scsi: lpfc: Change FA-PWWN detection methodologyJames Smart1-0/+8
2022-04-19scsi: lpfc: Refactor cleanup of mailbox commandsJames Smart1-91/+33
2022-04-19scsi: lpfc: Fix field overload in lpfc_iocbq data structureJames Smart1-4/+4
2022-04-19scsi: lpfc: Introduce FC_RSCN_MEMENTO flag for tracking post RSCN completionJames Smart1-1/+2
2022-03-30scsi: lpfc: Fix unload hang after back to back PCI EEH faultsJames Smart1-0/+1
2022-03-30scsi: lpfc: Improve PCI EEH Error and Recovery HandlingJames Smart1-23/+96