index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
lpfc
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-13
scsi: lpfc: Reinitialize an NPIV's VMID data structures after FDISC
Justin Tee
1
-0
/
+8
2023-12-13
scsi: lpfc: Change VMID driver load time parameters to read only
Justin Tee
1
-4
/
+4
2023-12-01
scsi: lpfc: Use PCI_HEADER_TYPE_MFD instead of literal
Ilpo Järvinen
1
-1
/
+1
2023-11-15
scsi: lpfc: Copyright updates for 14.2.0.16 patches
Justin Tee
3
-3
/
+3
2023-11-15
scsi: lpfc: Update lpfc version to 14.2.0.16
Justin Tee
1
-1
/
+1
2023-11-15
scsi: lpfc: Enhance driver logging for selected discovery events
Justin Tee
2
-22
/
+38
2023-11-15
scsi: lpfc: Refactor and clean up mailbox command memory free
Justin Tee
4
-23
/
+40
2023-11-15
scsi: lpfc: Return early in lpfc_poll_eratt() when the driver is unloading
Justin Tee
1
-0
/
+3
2023-11-15
scsi: lpfc: Eliminate unnecessary relocking in lpfc_check_nlp_post_devloss()
Justin Tee
1
-1
/
+1
2023-11-15
scsi: lpfc: Fix list_entry null check warning in lpfc_cmpl_els_plogi()
Justin Tee
1
-2
/
+2
2023-11-15
scsi: lpfc: Fix possible file string name overflow when updating firmware
Justin Tee
2
-2
/
+3
2023-11-15
scsi: lpfc: Correct maximum PCI function value for RAS fw logging
Justin Tee
1
-2
/
+2
2023-11-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
7
-15
/
+48
2023-10-30
Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-6
/
+2
2023-10-13
Merge patch series "lpfc: Update lpfc to revision 14.2.0.15"
Martin K. Petersen
7
-15
/
+48
2023-10-13
scsi: lpfc: Update lpfc version to 14.2.0.15
Justin Tee
1
-1
/
+1
2023-10-13
scsi: lpfc: Introduce LOG_NODE_VERBOSE messaging flag
Justin Tee
2
-5
/
+5
2023-10-13
scsi: lpfc: Validate ELS LS_ACC completion payload
Justin Tee
1
-0
/
+23
2023-10-13
scsi: lpfc: Reject received PRLIs with only initiator fcn role for NPIV ports
Justin Tee
1
-4
/
+14
2023-10-13
scsi: lpfc: Treat IOERR_SLI_DOWN I/O completion status the same as pci offline
Justin Tee
1
-2
/
+4
2023-10-13
scsi: lpfc: Remove unnecessary zero return code assignment in lpfc_sli4_hba_s...
Justin Tee
1
-3
/
+1
2023-10-10
scsi: lpfc: Use topology_core_id()
Thomas Gleixner
1
-1
/
+1
2023-10-10
x86/cpu: Move phys_proc_id into topology info
Thomas Gleixner
1
-5
/
+1
2023-09-13
scsi: lpfc: Prevent use-after-free during rmmod with mapped NVMe rports
Justin Tee
2
-8
/
+19
2023-09-13
scsi: lpfc: Early return after marking final NLP_DROPPED flag in dev_loss_tmo
Justin Tee
1
-1
/
+1
2023-09-13
scsi: lpfc: Fix the NULL vs IS_ERR() bug for debugfs_create_file()
Jinjie Ruan
1
-7
/
+7
2023-09-02
Merge branch 'fixes' into misc
James Bottomley
2
-17
/
+5
2023-08-21
scsi: lpfc: Do not abuse UUID APIs and LPFC_COMPRESS_VMID_SIZE
Andy Shevchenko
2
-7
/
+8
2023-08-07
scsi: lpfc: Remove reftag check in DIF paths
Justin Tee
1
-17
/
+3
2023-08-07
scsi: lpfc: Modify when a node should be put in device recovery mode during RSCN
Justin Tee
1
-1
/
+1
2023-07-23
scsi: lpfc: Copyright updates for 14.2.0.14 patches
Justin Tee
1
-1
/
+1
2023-07-23
scsi: lpfc: Update lpfc version to 14.2.0.14
Justin Tee
1
-1
/
+1
2023-07-23
scsi: lpfc: Clean up SLI-4 sysfs resource reporting
Justin Tee
1
-35
/
+101
2023-07-23
scsi: lpfc: Refactor cpu affinity assignment paths
Justin Tee
3
-28
/
+27
2023-07-23
scsi: lpfc: Abort outstanding ELS cmds when mailbox timeout error is detected
Justin Tee
4
-11
/
+43
2023-07-23
scsi: lpfc: Make fabric zone discovery more robust when handling unsolicited ...
Justin Tee
3
-37
/
+50
2023-07-23
scsi: lpfc: Set Establish Image Pair service parameter only for Target Functions
Justin Tee
3
-15
/
+42
2023-07-23
scsi: lpfc: Revise ndlp kref handling for dev_loss_tmo_callbk and lpfc_drop_node
Justin Tee
2
-25
/
+50
2023-07-23
scsi: lpfc: Qualify ndlp discovery state when processing RSCN
Justin Tee
1
-2
/
+5
2023-07-23
scsi: lpfc: Remove extra ndlp kref decrement in FLOGI cmpl for loop topology
Justin Tee
1
-2
/
+1
2023-07-23
scsi: lpfc: Simplify fcp_abort transport callback log message
Justin Tee
1
-9
/
+2
2023-07-23
scsi: lpfc: Pull out fw diagnostic dump log message from driver's trace buffer
Justin Tee
1
-1
/
+1
2023-07-11
Merge branch '6.5/scsi-staging' into 6.5/scsi-fixes
Martin K. Petersen
1
-0
/
+2
2023-07-08
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-5
/
+5
2023-07-05
scsi: lpfc: Fix a possible data race in lpfc_unregister_fcf_rescan()
Tuo Li
1
-0
/
+2
2023-06-30
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
17
-613
/
+566
2023-06-21
scsi: lpfc: Fix lpfc_name struct packing
Arnd Bergmann
1
-5
/
+5
2023-06-14
scsi: lpfc: Fix incorrect big endian type assignment in bsg loopback path
Justin Tee
1
-4
/
+4
2023-06-07
scsi: lpfc: Avoid -Wstringop-overflow warning
Gustavo A. R. Silva
1
-2
/
+6
2023-06-07
scsi: lpfc: Use struct_size() helper
Justin Tee
1
-4
/
+2
[prev]
[next]