index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
lpfc
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-23
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
1
-5
/
+5
2022-01-15
all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
Yury Norov
1
-5
/
+5
2022-01-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
13
-160
/
+267
2022-01-08
Merge branch 'linus' into irq/core, to fix conflict
Ingo Molnar
2
-9
/
+4
2021-12-16
scsi: lpfc: Terminate string in lpfc_debugfs_nvmeio_trc_write()
Dan Carpenter
1
-2
/
+2
2021-12-16
Merge branch '5.16/scsi-fixes' into 5.17/scsi-staging
Martin K. Petersen
1
-7
/
+2
2021-12-13
scsi: lpfc: Use struct_group to isolate cast to larger object
Kees Cook
2
-27
/
+32
2021-12-13
scsi: lpfc: Use struct_group() to initialize struct lpfc_cgn_info
Kees Cook
2
-48
/
+46
2021-12-10
scsi: lpfc: Use irq_set_affinity()
Nitesh Narayan Lal
1
-3
/
+1
2021-12-06
scsi: lpfc: Update lpfc version to 14.0.0.4
James Smart
1
-1
/
+1
2021-12-06
scsi: lpfc: Add additional debugfs support for CMF
James Smart
1
-1
/
+12
2021-12-06
scsi: lpfc: Cap CMF read bytes to MBPI
James Smart
2
-2
/
+11
2021-12-06
scsi: lpfc: Adjust CMF total bytes and rxmonitor
James Smart
4
-15
/
+22
2021-12-06
scsi: lpfc: Trigger SLI4 firmware dump before doing driver cleanup
James Smart
4
-30
/
+48
2021-12-06
scsi: lpfc: Fix NPIV port deletion crash
James Smart
4
-25
/
+73
2021-12-06
scsi: lpfc: Fix lpfc_force_rscn ndlp kref imbalance
James Smart
1
-5
/
+0
2021-12-06
scsi: lpfc: Change return code on I/Os received during link bounce
James Smart
2
-4
/
+6
2021-12-06
scsi: lpfc: Fix leaked lpfc_dmabuf mbox allocations with NPIV
James Smart
3
-3
/
+17
2021-11-23
scsi: lpfc: Fix non-recovery of remote ports following an unsolicited LOGO
James Smart
1
-7
/
+2
2021-11-05
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
14
-332
/
+792
2021-10-20
scsi: lpfc: Update lpfc version to 14.0.0.3
James Smart
1
-1
/
+1
2021-10-20
scsi: lpfc: Allow fabric node recovery if recovery is in progress before devloss
James Smart
6
-15
/
+139
2021-10-20
scsi: lpfc: Fix link down processing to address NULL pointer dereference
James Smart
1
-7
/
+7
2021-10-20
scsi: lpfc: Allow PLOGI retry if previous PLOGI was aborted
James Smart
1
-0
/
+13
2021-10-20
scsi: lpfc: Fix use-after-free in lpfc_unreg_rpi() routine
James Smart
1
-0
/
+1
2021-10-20
scsi: lpfc: Correct sysfs reporting of loop support after SFP status change
James Smart
3
-21
/
+55
2021-10-20
scsi: lpfc: Wait for successful restart of SLI3 adapter during host sg_reset
James Smart
1
-0
/
+7
2021-10-20
scsi: lpfc: Revert LOG_TRACE_EVENT back to LOG_INIT prior to driver_resource_...
James Smart
3
-6
/
+6
2021-10-18
block: move elevator.h to block/
Christoph Hellwig
1
-0
/
+1
2021-10-16
scsi: lpfc: Switch to attribute groups
Bart Van Assche
4
-153
/
+171
2021-10-16
scsi: lpfc: Call scsi_done() directly
Bart Van Assche
1
-4
/
+4
2021-10-12
Merge branch '5.15/scsi-fixes' into 5.16/scsi-staging
Martin K. Petersen
7
-37
/
+32
2021-10-04
scsi: lpfc: Fix memory overwrite during FC-GS I/O abort handling
James Smart
1
-4
/
+7
2021-09-28
scsi: lpfc: Add support for optional PLDV handling
James Smart
2
-0
/
+18
2021-09-28
scsi: lpfc: Return NULL rather than a plain 0 integer
Colin Ian King
1
-1
/
+1
2021-09-28
scsi: lpfc: Fix a function name in comments
Cai Huoqing
1
-4
/
+4
2021-09-22
scsi: lpfc: Fix mailbox command failure during driver initialization
James Smart
1
-2
/
+13
2021-09-22
scsi: lpfc: Fix gcc -Wstringop-overread warning, again
Arnd Bergmann
1
-5
/
+2
2021-09-22
scsi: lpfc: Use correct scnprintf() limit
Dan Carpenter
1
-1
/
+2
2021-09-22
scsi: lpfc: Fix sprintf() overflow in lpfc_display_fpin_wwpn()
Dan Carpenter
1
-1
/
+1
2021-09-14
scsi: lpfc: Update lpfc version to 14.0.0.2
James Smart
1
-1
/
+1
2021-09-14
scsi: lpfc: Improve PBDE checks during SGL processing
James Smart
3
-42
/
+40
2021-09-14
scsi: lpfc: Zero CGN stats only during initial driver load and stat reset
James Smart
2
-4
/
+4
2021-09-14
scsi: lpfc: Fix I/O block after enabling managed congestion mode
James Smart
1
-1
/
+2
2021-09-14
scsi: lpfc: Adjust bytes received vales during cmf timer interval
James Smart
1
-2
/
+14
2021-09-14
scsi: lpfc: Fix EEH support for NVMe I/O
James Smart
7
-28
/
+154
2021-09-14
scsi: lpfc: Fix FCP I/O flush functionality for TMF routines
James Smart
1
-23
/
+78
2021-09-14
scsi: lpfc: Fix NVMe I/O failover to non-optimized path
James Smart
1
-0
/
+1
2021-09-14
scsi: lpfc: Don't remove ndlp on PRLI errors in P2P mode
James Smart
1
-0
/
+7
2021-09-14
scsi: lpfc: Fix rediscovery of tape device after LIP
James Smart
1
-2
/
+5
[next]