index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
lpfc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch '5.18/scsi-queue' into 5.18/scsi-fixes
Martin K. Petersen
2022-04-06
8
-87
/
+247
|
\
|
*
scsi: lpfc: Fix locking for lpfc_sli_iocbq_lookup()
James Smart
2022-03-29
1
-2
/
+8
|
*
scsi: lpfc: Fix broken SLI4 abort path
James Smart
2022-03-29
1
-5
/
+7
|
*
scsi: lpfc: Update lpfc version to 14.2.0.1
James Smart
2022-03-29
1
-1
/
+1
|
*
scsi: lpfc: Fix queue failures when recovering from PCI parity error
James Smart
2022-03-29
1
-0
/
+2
|
*
scsi: lpfc: Fix unload hang after back to back PCI EEH faults
James Smart
2022-03-29
4
-21
/
+72
|
*
scsi: lpfc: Improve PCI EEH Error and Recovery Handling
James Smart
2022-03-29
6
-58
/
+157
*
|
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2022-03-24
21
-3193
/
+3137
|
\
|
|
*
scsi: lpfc: Copyright updates for 14.2.0.0 patches
James Smart
2022-03-15
18
-19
/
+19
|
*
scsi: lpfc: Update lpfc version to 14.2.0.0
James Smart
2022-03-15
1
-1
/
+1
|
*
scsi: lpfc: SLI path split: Refactor BSG paths
James Smart
2022-03-15
1
-14
/
+22
|
*
scsi: lpfc: SLI path split: Refactor Abort paths
James Smart
2022-03-15
6
-184
/
+236
|
*
scsi: lpfc: SLI path split: Refactor SCSI paths
James Smart
2022-03-15
3
-210
/
+174
|
*
scsi: lpfc: SLI path split: Refactor CT paths
James Smart
2022-03-15
6
-398
/
+616
|
*
scsi: lpfc: SLI path split: Refactor misc ELS paths
James Smart
2022-03-15
4
-874
/
+241
|
*
scsi: lpfc: SLI path split: Refactor VMID paths
James Smart
2022-03-15
2
-7
/
+9
|
*
scsi: lpfc: SLI path split: Refactor FDISC paths
James Smart
2022-03-15
1
-18
/
+29
|
*
scsi: lpfc: SLI path split: Refactor LS_RJT paths
James Smart
2022-03-15
1
-5
/
+15
|
*
scsi: lpfc: SLI path split: Refactor LS_ACC paths
James Smart
2022-03-15
1
-67
/
+177
|
*
scsi: lpfc: SLI path split: Refactor the RSCN/SCR/RDF/EDC/FARPR paths
James Smart
2022-03-15
1
-34
/
+81
|
*
scsi: lpfc: SLI path split: Refactor PLOGI/PRLI/ADISC/LOGO paths
James Smart
2022-03-15
3
-105
/
+242
|
*
scsi: lpfc: SLI path split: Refactor base ELS paths and the FLOGI path
James Smart
2022-03-15
7
-240
/
+453
|
*
scsi: lpfc: SLI path split: Introduce lpfc_prep_wqe
James Smart
2022-03-15
5
-2
/
+200
|
*
scsi: lpfc: SLI path split: Refactor fast and slow paths to native SLI4
James Smart
2022-03-15
5
-302
/
+257
|
*
scsi: lpfc: SLI path split: Refactor lpfc_iocbq
James Smart
2022-03-15
12
-391
/
+385
|
*
scsi: lpfc: Use kcalloc()
Julia Lawall
2022-03-15
1
-6
/
+3
|
*
scsi: lpfc: Fix typos in comments
Julia Lawall
2022-03-15
1
-1
/
+1
|
*
scsi: lpfc: Remove failing soft_wwn support
James Smart
2022-03-14
3
-242
/
+1
|
*
scsi: lpfc: Use rport as argument for lpfc_chk_tgt_mapped()
Hannes Reinecke
2022-03-01
1
-7
/
+8
|
*
scsi: lpfc: Use rport as argument for lpfc_send_taskmgmt()
Hannes Reinecke
2022-03-01
1
-6
/
+6
|
*
scsi: lpfc: Use fc_block_rport()
Hannes Reinecke
2022-03-01
1
-5
/
+8
|
*
scsi: lpfc: Drop lpfc_no_handler()
Hannes Reinecke
2022-03-01
1
-10
/
+0
|
*
scsi: lpfc: Kill lpfc_bus_reset_handler()
Hannes Reinecke
2022-03-01
1
-91
/
+0
|
*
Merge branch '5.17/scsi-fixes' into 5.18/scsi-staging
Martin K. Petersen
2022-02-14
4
-7
/
+20
|
|
\
|
*
|
scsi: lpfc: Remove redundant flush_workqueue() call
Minghao Chi (CGEL ZTE)
2022-01-31
1
-1
/
+0
*
|
|
scsi: lpfc: Fix pt2pt NVMe PRLI reject LOGO loop
James Smart
2022-02-14
4
-3
/
+26
|
|
/
|
/
|
*
|
scsi: lpfc: Reduce log messages seen after firmware download
James Smart
2022-02-07
2
-2
/
+8
*
|
scsi: lpfc: Remove NVMe support if kernel has NVME_FC disabled
James Smart
2022-02-07
2
-5
/
+12
|
/
*
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
2022-01-23
1
-5
/
+5
|
\
|
*
all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
Yury Norov
2022-01-15
1
-5
/
+5
*
|
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2022-01-14
13
-160
/
+267
|
\
\
|
*
\
Merge branch '5.16/scsi-fixes' into 5.17/scsi-staging
Martin K. Petersen
2021-12-16
1
-7
/
+2
|
|
\
\
|
*
|
|
scsi: lpfc: Use struct_group to isolate cast to larger object
Kees Cook
2021-12-13
2
-27
/
+32
|
*
|
|
scsi: lpfc: Use struct_group() to initialize struct lpfc_cgn_info
Kees Cook
2021-12-13
2
-48
/
+46
|
*
|
|
scsi: lpfc: Update lpfc version to 14.0.0.4
James Smart
2021-12-06
1
-1
/
+1
|
*
|
|
scsi: lpfc: Add additional debugfs support for CMF
James Smart
2021-12-06
1
-1
/
+12
|
*
|
|
scsi: lpfc: Cap CMF read bytes to MBPI
James Smart
2021-12-06
2
-2
/
+11
|
*
|
|
scsi: lpfc: Adjust CMF total bytes and rxmonitor
James Smart
2021-12-06
4
-15
/
+22
|
*
|
|
scsi: lpfc: Trigger SLI4 firmware dump before doing driver cleanup
James Smart
2021-12-06
4
-30
/
+48
|
*
|
|
scsi: lpfc: Fix NPIV port deletion crash
James Smart
2021-12-06
4
-25
/
+73
[next]