index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
lpfc
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-05
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
14
-332
/
+792
2021-10-21
scsi: lpfc: Update lpfc version to 14.0.0.3
James Smart
1
-1
/
+1
2021-10-21
scsi: lpfc: Allow fabric node recovery if recovery is in progress before devloss
James Smart
6
-15
/
+139
2021-10-21
scsi: lpfc: Fix link down processing to address NULL pointer dereference
James Smart
1
-7
/
+7
2021-10-21
scsi: lpfc: Allow PLOGI retry if previous PLOGI was aborted
James Smart
1
-0
/
+13
2021-10-21
scsi: lpfc: Fix use-after-free in lpfc_unreg_rpi() routine
James Smart
1
-0
/
+1
2021-10-21
scsi: lpfc: Correct sysfs reporting of loop support after SFP status change
James Smart
3
-21
/
+55
2021-10-21
scsi: lpfc: Wait for successful restart of SLI3 adapter during host sg_reset
James Smart
1
-0
/
+7
2021-10-21
scsi: lpfc: Revert LOG_TRACE_EVENT back to LOG_INIT prior to driver_resource_...
James Smart
3
-6
/
+6
2021-10-18
block: move elevator.h to block/
Christoph Hellwig
1
-0
/
+1
2021-10-17
scsi: lpfc: Switch to attribute groups
Bart Van Assche
4
-153
/
+171
2021-10-17
scsi: lpfc: Call scsi_done() directly
Bart Van Assche
1
-4
/
+4
2021-10-12
Merge branch '5.15/scsi-fixes' into 5.16/scsi-staging
Martin K. Petersen
7
-37
/
+32
2021-10-05
scsi: lpfc: Fix memory overwrite during FC-GS I/O abort handling
James Smart
1
-4
/
+7
2021-09-29
scsi: lpfc: Add support for optional PLDV handling
James Smart
2
-0
/
+18
2021-09-29
scsi: lpfc: Return NULL rather than a plain 0 integer
Colin Ian King
1
-1
/
+1
2021-09-29
scsi: lpfc: Fix a function name in comments
Cai Huoqing
1
-4
/
+4
2021-09-22
scsi: lpfc: Fix mailbox command failure during driver initialization
James Smart
1
-2
/
+13
2021-09-22
scsi: lpfc: Fix gcc -Wstringop-overread warning, again
Arnd Bergmann
1
-5
/
+2
2021-09-22
scsi: lpfc: Use correct scnprintf() limit
Dan Carpenter
1
-1
/
+2
2021-09-22
scsi: lpfc: Fix sprintf() overflow in lpfc_display_fpin_wwpn()
Dan Carpenter
1
-1
/
+1
2021-09-15
scsi: lpfc: Update lpfc version to 14.0.0.2
James Smart
1
-1
/
+1
2021-09-15
scsi: lpfc: Improve PBDE checks during SGL processing
James Smart
3
-42
/
+40
2021-09-15
scsi: lpfc: Zero CGN stats only during initial driver load and stat reset
James Smart
2
-4
/
+4
2021-09-15
scsi: lpfc: Fix I/O block after enabling managed congestion mode
James Smart
1
-1
/
+2
2021-09-15
scsi: lpfc: Adjust bytes received vales during cmf timer interval
James Smart
1
-2
/
+14
2021-09-15
scsi: lpfc: Fix EEH support for NVMe I/O
James Smart
7
-28
/
+154
2021-09-15
scsi: lpfc: Fix FCP I/O flush functionality for TMF routines
James Smart
1
-23
/
+78
2021-09-15
scsi: lpfc: Fix NVMe I/O failover to non-optimized path
James Smart
1
-0
/
+1
2021-09-15
scsi: lpfc: Don't remove ndlp on PRLI errors in P2P mode
James Smart
1
-0
/
+7
2021-09-15
scsi: lpfc: Fix rediscovery of tape device after LIP
James Smart
1
-2
/
+5
2021-09-15
scsi: lpfc: Fix hang on unload due to stuck fport node
James Smart
2
-1
/
+27
2021-09-15
scsi: lpfc: Fix premature rpi release for unsolicited TPLS and LS_RJT
James Smart
1
-3
/
+5
2021-09-15
scsi: lpfc: Don't release final kref on Fport node while ABTS outstanding
James Smart
3
-12
/
+14
2021-09-15
scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq()
James Smart
1
-0
/
+1
2021-09-14
scsi: lpfc: Remove unneeded variable
Chi Minghao
1
-2
/
+1
2021-09-14
scsi: lpfc: Fix compilation errors on kernels with no CONFIG_DEBUG_FS
James Smart
3
-9
/
+3
2021-09-14
scsi: lpfc: Fix CPU to/from endian warnings introduced by ELS processing
James Smart
4
-15
/
+16
2021-09-03
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
28
-468
/
+5143
2021-08-25
scsi: lpfc: Use the proper SCSI midlayer interfaces for PI
Martin K. Petersen
1
-72
/
+48
2021-08-25
scsi: lpfc: Copyright updates for 14.0.0.1 patches
James Smart
4
-4
/
+4
2021-08-25
scsi: lpfc: Update lpfc version to 14.0.0.1
James Smart
1
-1
/
+1
2021-08-25
scsi: lpfc: Add bsg support for retrieving adapter cmf data
James Smart
2
-0
/
+97
2021-08-25
scsi: lpfc: Add cmf_info sysfs entry
James Smart
7
-10
/
+235
2021-08-25
scsi: lpfc: Add debugfs support for cm framework buffers
James Smart
3
-0
/
+234
2021-08-25
scsi: lpfc: Add support for maintaining the cm statistics buffer
James Smart
3
-1
/
+542
2021-08-25
scsi: lpfc: Add rx monitoring statistics
James Smart
5
-0
/
+92
2021-08-25
scsi: lpfc: Add support for the CM framework
James Smart
12
-34
/
+912
2021-08-25
scsi: lpfc: Add cmfsync WQE support
James Smart
5
-3
/
+268
2021-08-25
scsi: lpfc: Add support for cm enablement buffer
James Smart
6
-5
/
+363
[next]