index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
lpfc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: lpfc: Prevent use-after-free during rmmod with mapped NVMe rports
Justin Tee
2023-09-14
2
-8
/
+19
*
scsi: lpfc: Early return after marking final NLP_DROPPED flag in dev_loss_tmo
Justin Tee
2023-09-14
1
-1
/
+1
*
scsi: lpfc: Fix the NULL vs IS_ERR() bug for debugfs_create_file()
Jinjie Ruan
2023-09-14
1
-7
/
+7
*
Merge branch 'fixes' into misc
James Bottomley
2023-09-02
2
-17
/
+5
|
\
|
*
scsi: lpfc: Remove reftag check in DIF paths
Justin Tee
2023-08-08
1
-17
/
+3
|
*
Merge branch '6.5/scsi-staging' into 6.5/scsi-fixes
Martin K. Petersen
2023-07-11
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: Do not abuse UUID APIs and LPFC_COMPRESS_VMID_SIZE
Andy Shevchenko
2023-08-21
2
-7
/
+8
*
|
|
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: Copyright updates for 14.2.0.14 patches
Justin Tee
2023-07-23
1
-1
/
+1
*
|
|
scsi: lpfc: Update lpfc version to 14.2.0.14
Justin Tee
2023-07-23
1
-1
/
+1
*
|
|
scsi: lpfc: Clean up SLI-4 sysfs resource reporting
Justin Tee
2023-07-23
1
-35
/
+101
*
|
|
scsi: lpfc: Refactor cpu affinity assignment paths
Justin Tee
2023-07-23
3
-28
/
+27
*
|
|
scsi: lpfc: Abort outstanding ELS cmds when mailbox timeout error is detected
Justin Tee
2023-07-23
4
-11
/
+43
*
|
|
scsi: lpfc: Make fabric zone discovery more robust when handling unsolicited ...
Justin Tee
2023-07-23
3
-37
/
+50
*
|
|
scsi: lpfc: Set Establish Image Pair service parameter only for Target Functions
Justin Tee
2023-07-23
3
-15
/
+42
*
|
|
scsi: lpfc: Revise ndlp kref handling for dev_loss_tmo_callbk and lpfc_drop_node
Justin Tee
2023-07-23
2
-25
/
+50
*
|
|
scsi: lpfc: Qualify ndlp discovery state when processing RSCN
Justin Tee
2023-07-23
1
-2
/
+5
*
|
|
scsi: lpfc: Remove extra ndlp kref decrement in FLOGI cmpl for loop topology
Justin Tee
2023-07-23
1
-2
/
+1
*
|
|
scsi: lpfc: Simplify fcp_abort transport callback log message
Justin Tee
2023-07-23
1
-9
/
+2
*
|
|
scsi: lpfc: Pull out fw diagnostic dump log message from driver's trace buffer
Justin Tee
2023-07-23
1
-1
/
+1
|
/
/
*
|
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2023-07-08
1
-5
/
+5
|
\
|
|
*
scsi: lpfc: Fix lpfc_name struct packing
Arnd Bergmann
2023-06-22
1
-5
/
+5
*
|
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2023-06-30
17
-613
/
+566
|
\
|
|
*
scsi: lpfc: Avoid -Wstringop-overflow warning
Gustavo A. R. Silva
2023-06-08
1
-2
/
+6
|
*
scsi: lpfc: Use struct_size() helper
Justin Tee
2023-06-08
1
-4
/
+2
|
*
scsi: lpfc: Fix incorrect big endian type assignments in FDMI and VMID paths
Justin Tee
2023-06-01
2
-52
/
+52
|
*
Merge patch series "lpfc: Update lpfc to revision 14.2.0.13"
Martin K. Petersen
2023-06-01
11
-320
/
+195
|
|
\
|
|
*
scsi: lpfc: Copyright updates for 14.2.0.13 patches
Justin Tee
2023-06-01
2
-2
/
+2
|
|
*
scsi: lpfc: Update lpfc version to 14.2.0.13
Justin Tee
2023-06-01
1
-1
/
+1
|
|
*
scsi: lpfc: Enhance congestion statistics collection
Justin Tee
2023-06-01
2
-208
/
+81
|
|
*
scsi: lpfc: Clean up SLI-4 CQE status handling
Justin Tee
2023-06-01
5
-50
/
+41
|
|
*
scsi: lpfc: Change firmware upgrade logging to KERN_NOTICE instead of TRACE_E...
Justin Tee
2023-06-01
3
-41
/
+41
|
|
*
scsi: lpfc: Revise NPIV ELS unsol rcv cmpl logic to drop ndlp based on nlp_state
Justin Tee
2023-06-01
1
-2
/
+12
|
|
*
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: Replace one-element array with flexible-array member
Gustavo A. R. Silva
2023-05-23
2
-4
/
+6
|
|
/
|
*
scsi: lpfc: Update lpfc version to 14.2.0.12
Justin Tee
2023-05-08
1
-1
/
+1
|
*
scsi: lpfc: Replace blk_irq_poll intr handler with threaded IRQ
Justin Tee
2023-05-08
4
-157
/
+200
|
*
scsi: lpfc: Add new RCQE status for handling DMA failures
Justin Tee
2023-05-08
2
-3
/
+68
|
*
scsi: lpfc: Update congestion warning notification period
Justin Tee
2023-05-08
4
-6
/
+6
|
*
scsi: lpfc: Match lock ordering of lpfc_cmd->buf_lock and hbalock for abort p...
Justin Tee
2023-05-08
1
-22
/
+22
|
*
scsi: lpfc: Fix double free in lpfc_cmpl_els_logo_acc() caused by lpfc_nlp_no...
Justin Tee
2023-05-08
3
-45
/
+10
|
*
scsi: lpfc: Fix verbose logging for SCSI commands issued to SES devices
Justin Tee
2023-05-08
1
-1
/
+2
*
|
scsi: lpfc: Fix incorrect big endian type assignment in bsg loopback path
Justin Tee
2023-06-15
1
-4
/
+4
|
/
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2023-04-27
14
-189
/
+168
|
\
|
*
scsi: lpfc: Silence an incorrect device output
Jun Chen
2023-04-12
1
-0
/
+1
|
*
scsi: lpfc: Fix ioremap issues in lpfc_sli4_pci_mem_setup()
Shuchang Li
2023-04-12
1
-4
/
+6
[next]