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
pinetabv-6.6.y-devel
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
starfive-6.6.48-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
/
lpfc_els.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-13
scsi: lpfc: Fix various trivial errors in comments and log messages
James Smart
1
-2
/
+2
2021-04-13
scsi: lpfc: Fix use-after-free on unused nodes after port swap
James Smart
1
-0
/
+18
2021-04-13
scsi: lpfc: Fix lack of device removal on port swaps with PRLIs
James Smart
1
-3
/
+1
2021-04-13
scsi: lpfc: Fix NMI crash during rmmod due to circular hbalock dependency
James Smart
1
-15
/
+9
2021-04-13
scsi: lpfc: Fix reference counting errors in lpfc_cmpl_els_rsp()
James Smart
1
-63
/
+1
2021-03-25
scsi: lpfc: Fix a typo
Bhaskar Chowdhury
1
-1
/
+1
2021-03-05
scsi: lpfc: Correct function header comments related to ndlp reference counting
James Smart
1
-88
/
+71
2021-03-05
scsi: lpfc: Fix ADISC handling that never frees nodes
James Smart
1
-26
/
+7
2021-03-05
scsi: lpfc: Fix dropped FLOGI during pt2pt discovery recovery
James Smart
1
-2
/
+8
2021-03-05
scsi: lpfc: Fix status returned in lpfc_els_retry() error exit path
James Smart
1
-1
/
+1
2021-03-05
scsi: lpfc: Fix use after free in lpfc_els_free_iocb
James Smart
1
-171
/
+177
2021-03-05
scsi: lpfc: Fix null pointer dereference in lpfc_prep_els_iocb()
James Smart
1
-26
/
+24
2021-03-05
scsi: lpfc: Fix lpfc_els_retry() possible null pointer dereference
James Smart
1
-1
/
+1
2021-03-05
scsi: lpfc: Fix FLOGI failure due to accessing a freed node
James Smart
1
-1
/
+2
2021-03-05
scsi: lpfc: Fix stale node accesses on stale RRQ request
James Smart
1
-24
/
+8
2021-01-29
scsi: lpfc: Fix 'physical' typos
Bjorn Helgaas
1
-1
/
+1
2021-01-08
scsi: lpfc: Implement health checking when aborting I/O
James Smart
1
-0
/
+9
2021-01-08
scsi: lpfc: Fix target reset failing
James Smart
1
-0
/
+7
2021-01-08
scsi: lpfc: Fix PLOGI S_ID of 0 on pt2pt config
James Smart
1
-26
/
+5
2020-12-01
scsi: lpfc: Correct null ndlp reference on routine exit
James Smart
1
-1
/
+2
2020-11-20
scsi: lpfc: Fix set but not used warnings from Rework remote port lock handling
James Smart
1
-6
/
+0
2020-11-20
scsi: lpfc: Fix memory leak on lcb_context
Colin Ian King
1
-3
/
+5
2020-11-17
scsi: lpfc: Convert abort handling to SLI-3 and SLI-4 handlers
James Smart
1
-3
/
+4
2020-11-17
scsi: lpfc: Fix NPIV Fabric Node reference counting
James Smart
1
-22
/
+25
2020-11-17
scsi: lpfc: Fix NPIV discovery and Fabric Node detection
James Smart
1
-0
/
+4
2020-11-17
scsi: lpfc: Unsolicited ELS leaves node in incorrect state while dropping it
James Smart
1
-11
/
+22
2020-11-17
scsi: lpfc: Remove ndlp when a PLOGI/ADISC/PRLI/REG_RPI ultimately fails
James Smart
1
-5
/
+61
2020-11-17
scsi: lpfc: Rework remote port lock handling
James Smart
1
-88
/
+80
2020-11-17
scsi: lpfc: Fix refcounting around SCSI and NVMe transport APIs
James Smart
1
-60
/
+29
2020-11-17
scsi: lpfc: Fix removal of SCSI transport device get and put on dev structure
James Smart
1
-4
/
+0
2020-11-17
scsi: lpfc: Rework locations of ndlp reference taking
James Smart
1
-240
/
+453
2020-11-17
scsi: lpfc: Rework remote port ref counting and node freeing
James Smart
1
-157
/
+53
2020-10-27
scsi: lpfc: Add FDMI Vendor MIB support
James Smart
1
-0
/
+6
2020-09-08
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-1
/
+6
2020-09-01
scsi: lpfc: Extend the RDF FPIN Registration descriptor for additional events
James Smart
1
-0
/
+3
2020-09-01
scsi: lpfc: Fix FLOGI/PLOGI receive race condition in pt2pt discovery
James Smart
1
-1
/
+3
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-05
scsi: lpfc: Fix retry of PRLI when status indicates its unsupported
Dick Kennedy
1
-3
/
+7
2020-07-25
scsi: lpfc: Fix some function parameter descriptions
Lee Jones
1
-6
/
+6
2020-07-03
scsi: lpfc: Add an internal trace log buffer
Dick Kennedy
1
-62
/
+69
2020-05-26
scsi: lpfc: Fix lpfc_nodelist leak when processing unsolicited event
Xiyu Yang
1
-0
/
+2
2020-04-22
scsi: lpfc: remove duplicate unloading checks
James Smart
1
-8
/
+2
2020-02-24
scsi: lpfc: fix spelling mistake "Notication" -> "Notification"
Colin Ian King
1
-1
/
+1
2020-02-18
scsi: lpfc: add RDF registration and Link Integrity FPIN logging
James Smart
1
-20
/
+304
2020-02-11
scsi: lpfc: Copyright updates for 12.6.0.4 patches
James Smart
1
-1
/
+1
2020-02-11
scsi: lpfc: Remove handler for obsolete ELS - Read Port Status (RPS)
James Smart
1
-188
/
+5
2019-11-13
scsi: lpfc: fix: Coverity: lpfc_cmpl_els_rsp(): Null pointer dereferences
James Smart
1
-1
/
+1
2019-11-06
scsi: lpfc: Fix unexpected error messages during RSCN handling
James Smart
1
-2
/
+19
2019-10-25
scsi: lpfc: Add additional discovery log messages
James Smart
1
-2
/
+8
2019-10-25
scsi: lpfc: fix coverity error of dereference after null check
James Smart
1
-2
/
+2
[next]