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
*
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-10-02
1
-1
/
+1
*
scsi: lpfc: Restrict support for 32 byte CDBs to specific HBAs
Justin Tee
2024-09-13
1
-1
/
+1
*
scsi: lpfc: Validate hdwq pointers before dereferencing in reset/errata paths
Justin Tee
2024-08-03
1
-2
/
+11
*
scsi: lpfc: Add support for 32 byte CDBs
Justin Tee
2024-05-07
1
-20
/
+37
*
scsi: lpfc: Change lpfc_hba hba_flag member into a bitmask
Justin Tee
2024-05-07
1
-4
/
+4
*
scsi: lpfc: Introduce rrq_list_lock to protect active_rrq_list
Justin Tee
2024-05-07
1
-1
/
+3
*
scsi: lpfc: Update logging of protection type for T10 DIF I/O
Justin Tee
2024-05-07
1
-1
/
+1
*
Merge branch '6.9/s/lpfc2' into 6.10/s/lpfc
Martin K. Petersen
2024-05-07
1
-19
/
+4
|
\
|
*
scsi: lpfc: Update lpfc_ramp_down_queue_handler() logic
Justin Tee
2024-03-10
1
-9
/
+4
|
*
scsi: lpfc: Remove unnecessary log message in queuecommand path
Justin Tee
2024-03-10
1
-10
/
+0
*
|
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2024-03-17
1
-5
/
+5
|
\
|
|
*
scsi: lpfc: Copyright updates for 14.4.0.0 patches
Justin Tee
2024-02-06
1
-1
/
+1
|
*
scsi: lpfc: Use sg_dma_len() API to get struct scatterlist's length
Justin Tee
2024-02-06
1
-4
/
+4
*
|
scsi: lpfc: Use unsigned type for num_sge
Hannes Reinecke
2024-02-05
1
-6
/
+6
|
/
*
scsi: lpfc: Remove reftag check in DIF paths
Justin Tee
2023-08-08
1
-17
/
+3
*
scsi: lpfc: Clean up SLI-4 CQE status handling
Justin Tee
2023-06-01
1
-36
/
+29
*
scsi: lpfc: Fix verbose logging for SCSI commands issued to SES devices
Justin Tee
2023-05-08
1
-1
/
+2
*
scsi: lpfc: Copyright updates for 14.2.0.10 patches
Justin Tee
2023-01-12
1
-1
/
+1
*
scsi: lpfc: Resolve miscellaneous variable set but not used compiler warnings
Justin Tee
2023-01-12
1
-4
/
+2
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2022-10-07
1
-59
/
+27
|
\
|
*
scsi: lpfc: Move scsi_host_template outside dynamically allocated/freed phba
James Smart
2022-09-16
1
-0
/
+27
|
*
scsi: lpfc: Remove SANDiags related code
James Smart
2022-09-01
1
-59
/
+0
*
|
scsi: lpfc: Return DID_TRANSPORT_DISRUPTED instead of DID_REQUEUE
Hannes Reinecke
2022-09-01
1
-2
/
+2
|
/
*
scsi: lpfc: Remove extra atomic_inc on cmd_pending in queuecommand after VMID
James Smart
2022-07-07
1
-1
/
+0
*
scsi: lpfc: Address NULL pointer dereference after starget_to_rport()
James Smart
2022-06-08
1
-0
/
+6
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2022-06-05
1
-259
/
+4
|
\
|
*
scsi: lpfc: Rework lpfc_vmid_get_appid() to be protocol independent
James Smart
2022-05-20
1
-3
/
+4
|
*
scsi: lpfc: Commonize VMID code location
James Smart
2022-05-20
1
-256
/
+0
*
|
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2022-05-26
1
-38
/
+34
|
\
|
|
*
scsi: lpfc: Change VMID registration to be based on fabric parameters
James Smart
2022-05-11
1
-8
/
+9
|
*
scsi: lpfc: Fix field overload in lpfc_iocbq data structure
James Smart
2022-04-19
1
-10
/
+7
|
*
scsi: lpfc: Fix call trace observed during I/O with CMF enabled
James Smart
2022-04-19
1
-2
/
+2
|
*
scsi: lpfc: Fix SCSI I/O completion and abort handler deadlock
James Smart
2022-04-19
1
-18
/
+15
|
*
scsi: lpfc: Requeue SCSI I/O to upper layer when fw reports link down
James Smart
2022-04-19
1
-0
/
+1
*
|
blk-cgroup: move blkcg_{get,set}_fc_appid out of line
Christoph Hellwig
2022-05-02
1
-1
/
+3
|
/
*
scsi: lpfc: Fix broken SLI4 abort path
James Smart
2022-03-30
1
-5
/
+7
*
scsi: lpfc: Copyright updates for 14.2.0.0 patches
James Smart
2022-03-15
1
-1
/
+1
*
scsi: lpfc: SLI path split: Refactor Abort paths
James Smart
2022-03-15
1
-7
/
+5
*
scsi: lpfc: SLI path split: Refactor SCSI paths
James Smart
2022-03-15
1
-208
/
+166
*
scsi: lpfc: SLI path split: Refactor lpfc_iocbq
James Smart
2022-03-15
1
-37
/
+38
*
scsi: lpfc: Use rport as argument for lpfc_chk_tgt_mapped()
Hannes Reinecke
2022-03-02
1
-7
/
+8
*
scsi: lpfc: Use rport as argument for lpfc_send_taskmgmt()
Hannes Reinecke
2022-03-02
1
-6
/
+6
*
scsi: lpfc: Use fc_block_rport()
Hannes Reinecke
2022-03-02
1
-5
/
+8
*
scsi: lpfc: Drop lpfc_no_handler()
Hannes Reinecke
2022-03-02
1
-10
/
+0
*
scsi: lpfc: Kill lpfc_bus_reset_handler()
Hannes Reinecke
2022-03-02
1
-91
/
+0
*
scsi: lpfc: Change return code on I/Os received during link bounce
James Smart
2021-12-07
1
-3
/
+5
*
scsi: lpfc: Allow fabric node recovery if recovery is in progress before devloss
James Smart
2021-10-21
1
-5
/
+5
*
scsi: lpfc: Wait for successful restart of SLI3 adapter during host sg_reset
James Smart
2021-10-21
1
-0
/
+7
*
scsi: lpfc: Revert LOG_TRACE_EVENT back to LOG_INIT prior to driver_resource_...
James Smart
2021-10-21
1
-1
/
+1
*
scsi: lpfc: Switch to attribute groups
Bart Van Assche
2021-10-17
1
-2
/
+2
[next]