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: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
Bart Van Assche
2021-08-12
1
-38
/
+33
*
scsi: lpfc: Fix possible ABBA deadlock in nvmet_xri_aborted()
James Smart
2021-07-31
1
-4
/
+7
*
scsi: lpfc: Remove redundant assignment to pointer pcmd
Colin Ian King
2021-07-27
1
-2
/
+0
*
scsi: lpfc: Copyright updates for 14.0.0.0 patches
James Smart
2021-07-27
3
-3
/
+3
*
scsi: lpfc: Update lpfc version to 14.0.0.0
James Smart
2021-07-27
1
-1
/
+1
*
scsi: lpfc: Add 256 Gb link speed support
James Smart
2021-07-27
6
-0
/
+26
*
scsi: lpfc: Revise Topology and RAS support checks for new adapters
James Smart
2021-07-27
5
-27
/
+38
*
scsi: lpfc: Fix cq_id truncation in rq create
James Smart
2021-07-27
1
-1
/
+1
*
scsi: lpfc: Add PCI ID support for LPe37000/LPe38000 series adapters
James Smart
2021-07-27
3
-0
/
+6
*
scsi: lpfc: Copyright updates for 12.8.0.11 patches
James Smart
2021-07-19
2
-2
/
+2
*
scsi: lpfc: Update lpfc version to 12.8.0.11
James Smart
2021-07-19
1
-1
/
+1
*
scsi: lpfc: Skip issuing ADISC when node is in NPR state
James Smart
2021-07-19
1
-15
/
+19
*
scsi: lpfc: Skip reg_vpi when link is down for SLI3 in ADISC cmpl path
James Smart
2021-07-19
1
-0
/
+8
*
scsi: lpfc: Call discovery state machine when handling PLOGI/ADISC completions
James Smart
2021-07-19
1
-11
/
+4
*
scsi: lpfc: Delay unregistering from transport until GIDFT or ADISC completes
James Smart
2021-07-19
7
-90
/
+207
*
scsi: lpfc: Enable adisc discovery after RSCN by default
James Smart
2021-07-19
1
-2
/
+2
*
scsi: lpfc: Use PBDE feature enabled bit to determine PBDE support
James Smart
2021-07-19
2
-7
/
+11
*
scsi: lpfc: Clear outstanding active mailbox during PCI function reset
James Smart
2021-07-19
2
-3
/
+40
*
scsi: lpfc: Fix KASAN slab-out-of-bounds in lpfc_unreg_rpi() routine
James Smart
2021-07-19
1
-1
/
+2
*
scsi: lpfc: Remove REG_LOGIN check requirement to issue an ELS RDF
James Smart
2021-07-19
1
-12
/
+0
*
scsi: lpfc: Fix memory leaks in error paths while issuing ELS RDF/SCR request
James Smart
2021-07-19
1
-0
/
+2
*
scsi: lpfc: Fix NULL ptr dereference with NPIV ports for RDF handling
James Smart
2021-07-19
1
-5
/
+2
*
scsi: lpfc: Keep NDLP reference until after freeing the IOCB after ELS handling
James Smart
2021-07-19
1
-1
/
+7
*
scsi: lpfc: Fix target reset handler from falsely returning FAILURE
James Smart
2021-07-19
1
-31
/
+37
*
scsi: lpfc: Discovery state machine fixes for LOGO handling
James Smart
2021-07-19
1
-0
/
+12
*
scsi: lpfc: Fix function description comments for vmid routines
James Smart
2021-07-19
2
-4
/
+3
*
scsi: lpfc: Improve firmware download logging
James Smart
2021-07-19
3
-42
/
+121
*
scsi: lpfc: Remove use of kmalloc() in trace event logging
James Smart
2021-07-19
1
-8
/
+17
*
scsi: lpfc: Fix NVMe support reporting in log message
James Smart
2021-07-19
2
-3
/
+1
*
Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-07-05
1
-1
/
+1
|
\
|
*
Merge tag 'v5.13-rc6' into driver-core-next
Greg Kroah-Hartman
2021-06-14
1
-3
/
+1
|
|
\
|
*
|
firmware: replace HOTPLUG with UEVENT in FW_ACTION defines
Shawn Guo
2021-05-13
1
-1
/
+1
*
|
|
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-07-03
18
-120
/
+2083
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
scsi: lpfc: Fix build error in lpfc_scsi.c
James Smart
2021-06-19
1
-1
/
+1
|
*
|
scsi: lpfc: Use list_move_tail() instead of list_del()/list_add_tail()
Zou Wei
2021-06-16
1
-2
/
+1
|
*
|
scsi: lpfc: vmid: Introduce VMID in I/O path
Gaurav Srivastava
2021-06-10
1
-0
/
+174
|
*
|
scsi: lpfc: vmid: Add QFPA and VMID timeout check in worker thread
Gaurav Srivastava
2021-06-10
1
-0
/
+43
|
*
|
scsi: lpfc: vmid: Timeout implementation for VMID
Gaurav Srivastava
2021-06-10
2
-0
/
+145
|
*
|
scsi: lpfc: vmid: Append the VMID to the wqe before sending
Gaurav Srivastava
2021-06-10
1
-0
/
+14
|
*
|
scsi: lpfc: vmid: Implement CT commands for appid
Gaurav Srivastava
2021-06-10
1
-0
/
+255
|
*
|
scsi: lpfc: vmid: Functions to manage VMIDs
Gaurav Srivastava
2021-06-10
1
-0
/
+118
|
*
|
scsi: lpfc: vmid: Implement ELS commands for appid
Gaurav Srivastava
2021-06-10
1
-4
/
+362
|
*
|
scsi: lpfc: vmid: Add support for VMID in mailbox command
Gaurav Srivastava
2021-06-10
5
-0
/
+114
|
*
|
scsi: lpfc: vmid: VMID parameter initialization
Gaurav Srivastava
2021-06-10
1
-0
/
+48
|
*
|
scsi: lpfc: vmid: Add datastructure for supporting VMID in lpfc
Gaurav Srivastava
2021-06-10
5
-4
/
+262
|
*
|
scsi: core: Introduce scsi_build_sense()
Hannes Reinecke
2021-06-01
1
-36
/
+18
|
*
|
scsi: lpfc: Update lpfc version to 12.8.0.10
James Smart
2021-05-22
1
-1
/
+1
|
*
|
scsi: lpfc: Reregister FPIN types if ELS_RDF is received from fabric controller
James Smart
2021-05-22
2
-0
/
+76
|
*
|
scsi: lpfc: Add a option to enable interlocked ABTS before job completion
James Smart
2021-05-22
4
-7
/
+53
|
*
|
scsi: lpfc: Fix crash when lpfc_sli4_hba_setup() fails to initialize the SGLs
James Smart
2021-05-22
1
-2
/
+3
[next]