index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
lpfc
/
lpfc_hbadisc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: lpfc: Fix kref imbalance on fabric ndlps from dev_loss_tmo handler
Justin Tee
2024-09-13
1
-6
/
+4
*
scsi: lpfc: Fix unsolicited FLOGI kref imbalance when in direct attached topo...
Justin Tee
2024-08-03
1
-2
/
+9
*
scsi: lpfc: Validate hdwq pointers before dereferencing in reset/errata paths
Justin Tee
2024-08-03
1
-1
/
+2
*
scsi: lpfc: Fix handling of fully recovered fabric node in dev_loss callbk
Justin Tee
2024-07-05
1
-0
/
+8
*
scsi: lpfc: Allow DEVICE_RECOVERY mode after RSCN receipt if in PRLI_ISSUE state
Justin Tee
2024-07-05
1
-1
/
+1
*
scsi: lpfc: Change lpfc_hba hba_flag member into a bitmask
Justin Tee
2024-05-07
1
-72
/
+61
*
scsi: lpfc: Define lpfc_dmabuf type for ctx_buf ptr
Justin Tee
2024-03-10
1
-5
/
+5
*
scsi: lpfc: Define lpfc_nodelist type for ctx_ndlp ptr
Justin Tee
2024-03-10
1
-9
/
+9
*
scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up()
Justin Tee
2024-03-10
1
-3
/
+2
*
scsi: lpfc: Copyright updates for 14.4.0.0 patches
Justin Tee
2024-02-06
1
-1
/
+1
*
scsi: lpfc: Change lpfc_vport load_flag member into a bitmask
Justin Tee
2024-02-06
1
-13
/
+13
*
scsi: lpfc: Change lpfc_vport fc_flag member into a bitmask
Justin Tee
2024-02-06
1
-133
/
+85
*
scsi: lpfc: Protect vport fc_nodes list with an explicit spin lock
Justin Tee
2024-02-06
1
-25
/
+25
*
scsi: lpfc: Change nlp state statistic counters into atomic_t
Justin Tee
2024-02-06
1
-23
/
+23
*
scsi: lpfc: Remove NLP_RCV_PLOGI early return during RSCN processing for ndlps
Justin Tee
2024-02-06
1
-8
/
+0
*
scsi: lpfc: Eliminate unnecessary relocking in lpfc_check_nlp_post_devloss()
Justin Tee
2023-11-15
1
-1
/
+1
*
Merge patch series "lpfc: Update lpfc to revision 14.2.0.15"
Martin K. Petersen
2023-10-13
1
-4
/
+4
|
\
|
*
scsi: lpfc: Introduce LOG_NODE_VERBOSE messaging flag
Justin Tee
2023-10-13
1
-4
/
+4
*
|
scsi: lpfc: Prevent use-after-free during rmmod with mapped NVMe rports
Justin Tee
2023-09-14
1
-1
/
+2
*
|
scsi: lpfc: Early return after marking final NLP_DROPPED flag in dev_loss_tmo
Justin Tee
2023-09-14
1
-1
/
+1
|
/
*
Merge branch 'fixes' into misc
James Bottomley
2023-09-02
1
-0
/
+2
|
\
|
*
scsi: lpfc: Fix a possible data race in lpfc_unregister_fcf_rescan()
Tuo Li
2023-07-06
1
-0
/
+2
*
|
scsi: lpfc: Modify when a node should be put in device recovery mode during RSCN
Justin Tee
2023-08-08
1
-1
/
+1
*
|
scsi: lpfc: Revise ndlp kref handling for dev_loss_tmo_callbk and lpfc_drop_node
Justin Tee
2023-07-23
1
-23
/
+47
*
|
scsi: lpfc: Qualify ndlp discovery state when processing RSCN
Justin Tee
2023-07-23
1
-2
/
+5
|
/
*
Merge patch series "lpfc: Update lpfc to revision 14.2.0.13"
Martin K. Petersen
2023-06-01
1
-16
/
+17
|
\
|
*
scsi: lpfc: Account for fabric domain ctlr device loss recovery
Justin Tee
2023-06-01
1
-5
/
+14
|
*
scsi: lpfc: Clear NLP_IN_DEV_LOSS flag if already in rediscovery
Justin Tee
2023-06-01
1
-3
/
+3
|
*
scsi: lpfc: Fix use-after-free rport memory access in lpfc_register_remote_po...
Justin Tee
2023-06-01
1
-8
/
+0
*
|
scsi: lpfc: Replace all non-returning strlcpy() with strscpy()
Azeem Shaikh
2023-05-31
1
-1
/
+1
|
/
*
scsi: lpfc: Fix double free in lpfc_cmpl_els_logo_acc() caused by lpfc_nlp_no...
Justin Tee
2023-05-08
1
-21
/
+3
*
scsi: lpfc: Revise lpfc_error_lost_link() reason code evaluation logic
Justin Tee
2023-03-10
1
-0
/
+35
*
scsi: lpfc: Defer issuing new PLOGI if received RSCN before completing REG_LOGIN
Justin Tee
2023-03-10
1
-2
/
+2
*
scsi: lpfc: Fix double word in comments
Bo Liu
2023-02-22
1
-1
/
+1
*
scsi: lpfc: Copyright updates for 14.2.0.10 patches
Justin Tee
2023-01-12
1
-1
/
+1
*
scsi: lpfc: Remove duplicate ndlp kref decrement in lpfc_cleanup_rpis()
Justin Tee
2023-01-12
1
-15
/
+0
*
scsi: lpfc: Fix crash involving race between FLOGI timeout and devloss handler
Justin Tee
2022-11-17
1
-10
/
+26
*
treewide: use get_random_{u8,u16}() when possible, part 1
Jason A. Donenfeld
2022-10-12
1
-3
/
+3
*
scsi: lpfc: Fix various issues reported by tools
James Smart
2022-09-16
1
-2
/
+2
*
scsi: lpfc: Add reporting capability for Link Degrade Signaling
James Smart
2022-09-16
1
-1
/
+9
*
scsi: lpfc: Fix FLOGI ACC with wrong SID in PT2PT topology
James Smart
2022-09-16
1
-2
/
+7
*
scsi: lpfc: Remove SANDiags related code
James Smart
2022-09-01
1
-17
/
+0
*
scsi: lpfc: Fix unsolicited FLOGI receive handling during PT2PT discovery
James Smart
2022-09-01
1
-1
/
+0
*
scsi: lpfc: Remove Menlo/Hornet related code
James Smart
2022-07-07
1
-51
/
+6
*
scsi: lpfc: Revert RSCN_MEMENTO workaround for misbehaved configuration
James Smart
2022-07-07
1
-2
/
+1
*
scsi: lpfc: Rework FDMI initialization after link up
James Smart
2022-05-11
1
-2
/
+3
*
scsi: lpfc: Decrement outstanding gidft_inp counter if lpfc_err_lost_link()
James Smart
2022-05-11
1
-2
/
+3
*
scsi: lpfc: Inhibit aborts if external loopback plug is inserted
James Smart
2022-05-11
1
-0
/
+3
*
scsi: lpfc: Fix ndlp put following a LOGO completion
James Smart
2022-05-11
1
-1
/
+7
*
scsi: lpfc: Change FA-PWWN detection methodology
James Smart
2022-04-19
1
-0
/
+8
[next]