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_scsi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: lpfc: Standardize discovery object logging format
James Smart
2021-04-13
1
-1
/
+1
*
scsi: lpfc: Fix a bunch of kernel-doc misdemeanours
Lee Jones
2021-03-16
1
-12
/
+12
*
scsi: lpfc: Update copyrights for 12.8.0.7 and 12.8.0.8 changes
James Smart
2021-03-04
1
-2
/
+2
*
scsi: lpfc: Change wording of invalid pci reset log message
James Smart
2021-03-04
1
-1
/
+1
*
scsi: lpfc: Fix unnecessary null check in lpfc_release_scsi_buf
James Smart
2021-03-04
1
-1
/
+1
*
scsi: lpfc: Fix reftag generation sizing errors
James Smart
2021-03-04
1
-38
/
+52
*
scsi: lpfc: Add support for eh_should_retry_cmd()
Muneendra Kumar
2021-01-15
1
-0
/
+1
*
scsi: lpfc: Implement health checking when aborting I/O
James Smart
2021-01-08
1
-0
/
+3
*
scsi: lpfc: Fix target reset failing
James Smart
2021-01-08
1
-2
/
+36
*
scsi: lpfc: Fix error log messages being logged following SCSI task mgnt
James Smart
2021-01-08
1
-4
/
+13
*
scsi: lpfc: Fix pointer defereference before it is null checked issue
Colin Ian King
2020-11-20
1
-2
/
+5
*
scsi: lpfc: Convert abort handling to SLI-3 and SLI-4 handlers
James Smart
2020-11-17
1
-51
/
+11
*
scsi: lpfc: Convert SCSI I/O completions to SLI-3 and SLI-4 handlers
James Smart
2020-11-17
1
-13
/
+477
*
scsi: lpfc: Convert SCSI path to use common I/O submission path
James Smart
2020-11-17
1
-135
/
+320
*
scsi: lpfc: Enable common send_io interface for SCSI and NVMe
James Smart
2020-11-17
1
-2
/
+4
*
scsi: lpfc: Rework remote port lock handling
James Smart
2020-11-17
1
-2
/
+2
*
scsi: lpfc: Rework remote port ref counting and node freeing
James Smart
2020-11-17
1
-16
/
+12
*
scsi: lpfc: lpfc_scsi: Fix a whole host of kernel-doc issues
Lee Jones
2020-11-11
1
-18
/
+30
*
scsi: lpfc: Enlarge max_sectors in scsi host templates
James Smart
2020-10-27
1
-2
/
+2
*
scsi: Remove unneeded break statements
Tom Rix
2020-10-26
1
-1
/
+0
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-4
/
+4
*
scsi: lpfc: Add an internal trace log buffer
Dick Kennedy
2020-07-03
1
-61
/
+64
*
scsi: lpfc: Make debugfs ktime stats generic for NVME and SCSI
James Smart
2020-03-30
1
-0
/
+23
*
scsi: lpfc: Fix erroneous cpu limit of 128 on I/O statistics
James Smart
2020-03-30
1
-19
/
+4
*
scsi: lpfc: Fix scsi host template for SLI3 vports
James Smart
2020-03-27
1
-48
/
+0
*
scsi: lpfc: Copyright updates for 12.6.0.4 patches
James Smart
2020-02-11
1
-1
/
+1
*
scsi: lpfc: Fix lpfc_io_buf resource leak in lpfc_get_scsi_buf_s4 error path
James Smart
2020-02-11
1
-1
/
+3
*
scsi: lpfc: Fix improper flag check for IO type
James Smart
2019-12-21
1
-2
/
+2
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2019-12-02
1
-19
/
+24
|
\
|
*
scsi: lpfc: fix: Coverity: lpfc_get_scsi_buf_s3(): Null pointer dereferences
James Smart
2019-11-13
1
-1
/
+1
|
*
scsi: lpfc: Slight fast-path performance optimizations
James Smart
2019-10-25
1
-8
/
+9
|
*
scsi: lpfc: Fix hardlockup in lpfc_abort_handler
James Smart
2019-10-25
1
-2
/
+3
|
*
scsi: lpfc: Fix bad ndlp ptr in xri aborted handling
James Smart
2019-10-25
1
-4
/
+7
|
*
scsi: lpfc: Fix coverity errors on NULL pointer checks
James Smart
2019-10-01
1
-1
/
+1
|
*
scsi: lpfc: Fix GPF on scsi command completion
James Smart
2019-10-01
1
-5
/
+5
*
|
scsi: lpfc: remove left-over BUILD_NVME defines
Hannes Reinecke
2019-10-18
1
-2
/
+0
|
/
*
scsi: lpfc: Remove bg debugfs buffers
James Smart
2019-08-30
1
-79
/
+0
*
scsi: lpfc: Merge per-protocol WQ/CQ pairs into single per-cpu pair
James Smart
2019-08-20
1
-21
/
+33
*
scsi: lpfc: Support dynamic unbounded SGL lists on G7 hardware.
James Smart
2019-08-20
1
-82
/
+273
*
scsi: lpfc: Migrate to %px and %pf in kernel print calls
James Smart
2019-08-20
1
-8
/
+8
*
scsi: lpfc: Fix too many sg segments spamming in kernel log
James Smart
2019-08-20
1
-19
/
+60
*
scsi: lpfc: Fix crash due to port reset racing vs adapter error handling
James Smart
2019-08-20
1
-7
/
+9
*
scsi: lpfc: Fix fcp_rsp_len checking on lun reset
James Smart
2019-06-19
1
-1
/
+6
*
scsi: lpfc: Fix hardlockup in scsi_cmd_iocb_cmpl
James Smart
2019-06-19
1
-3
/
+4
*
scsi: lpfc: Fix alloc context on oas lun creations
James Smart
2019-06-19
1
-1
/
+1
*
Merge branch '5.1/scsi-fixes' into 5.2/merge
Martin K. Petersen
2019-04-13
1
-4
/
+3
|
\
|
*
scsi: lpfc: Fix missing wakeups on abort threads
James Smart
2019-04-04
1
-4
/
+3
*
|
scsi: lpfc: Change smp_processor_id() into raw_smp_processor_id()
Bart Van Assche
2019-04-04
1
-3
/
+3
*
|
scsi: lpfc: Annotate switch/case fall-through
Bart Van Assche
2019-04-04
1
-4
/
+4
*
|
scsi: lpfc: Fix driver crash in target reset handler
James Smart
2019-03-19
1
-3
/
+4
[next]