summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc
AgeCommit message (Expand)AuthorFilesLines
2020-01-23scsi: lpfc: Fix list corruption detected in lpfc_put_sgl_per_hdwqJames Smart1-7/+7
2020-01-23scsi: lpfc: fix: Coverity: lpfc_get_scsi_buf_s3(): Null pointer dereferencesJames Smart1-1/+1
2020-01-09scsi: lpfc: Fix rpi release when deleting vportJames Smart2-29/+61
2020-01-09scsi: lpfc: Fix memory leak on lpfc_bsg_write_ebuf_set funcBo Wu1-6/+9
2020-01-09nvme_fc: add module to ops template to allow module referencesJames Smart1-0/+2
2020-01-04scsi: lpfc: fix: Coverity: lpfc_cmpl_els_rsp(): Null pointer dereferencesJames Smart1-1/+1
2020-01-04scsi: lpfc: Fix duplicate unreg_rpi error in port offline flowJames Smart1-0/+7
2020-01-04scsi: lpfc: Fix unexpected error messages during RSCN handlingJames Smart1-2/+19
2020-01-04scsi: lpfc: Fix SLI3 hba in loop mode not discovering devicesJames Smart1-1/+3
2020-01-04scsi: lpfc: Fix hardlockup in lpfc_abort_handlerJames Smart1-2/+3
2020-01-04scsi: lpfc: Fix list corruption in lpfc_sli_get_iocbqJames Smart4-4/+13
2020-01-04scsi: lpfc: Fix locking on mailbox command completionJames Smart1-1/+7
2020-01-04scsi: lpfc: Fix discovery failures when target device connectivity bouncesJames Smart1-1/+6
2020-01-04scsi: lpfc: Fix spinlock_irq issues in lpfc_els_flush_cmd()James Smart1-7/+9
2019-12-17scsi: lpfc: Fix bad ndlp ptr in xri aborted handlingJames Smart3-7/+12
2019-11-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-3/+3
2019-10-26Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-4/+0
2019-10-23scsi: lpfc: Honor module parameter lpfc_use_adiscDaniel Wagner1-2/+2
2019-10-19scsi: lpfc: Check queue pointer before useDaniel Wagner1-1/+1
2019-10-18scsi: lpfc: remove left-over BUILD_NVME definesHannes Reinecke2-4/+0
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds23-1498/+1974
2019-09-07scsi: lpfc: Fix reset recovery paths that are not recoveringJames Smart1-4/+5
2019-09-07scsi: lpfc: Convert existing %pf users to %psSakari Ailus2-3/+3
2019-08-30scsi: lpfc: fix 12.4.0.0 GPF at bootJames Smart1-1/+1
2019-08-30scsi: lpfc: Raise config max for lpfc_fcp_mq_threshold variableJames Smart2-2/+2
2019-08-30scsi: lpfc: Remove bg debugfs buffersJames Smart5-295/+0
2019-08-30scsi: lpfc: Resolve checker warning for lpfc_new_io_buf()James Smart2-13/+1
2019-08-20scsi: lpfc: Update lpfc version to 12.4.0.0James Smart1-1/+1
2019-08-20scsi: lpfc: Merge per-protocol WQ/CQ pairs into single per-cpu pairJames Smart10-557/+218
2019-08-20scsi: lpfc: Add NVMe sequence level error recovery supportJames Smart7-1/+38
2019-08-20scsi: lpfc: Support dynamic unbounded SGL lists on G7 hardware.James Smart9-248/+904
2019-08-20scsi: lpfc: Add MDS driver loopback diagnostics supportJames Smart4-11/+38
2019-08-20scsi: lpfc: Add first and second level hardware revisions to sysfs reportingJames Smart1-1/+2
2019-08-20scsi: lpfc: Migrate to %px and %pf in kernel print callsJames Smart11-120/+125
2019-08-20scsi: lpfc: Add simple unlikely optimizations to reduce NVME latencyJames Smart1-4/+4
2019-08-20scsi: lpfc: Fix coverity warningsJames Smart4-9/+10
2019-08-20scsi: lpfc: Fix nvme first burst module parameter descriptionJames Smart1-6/+3
2019-08-20scsi: lpfc: Fix BlockGuard enablement on FCoE adaptersJames Smart1-1/+26
2019-08-20scsi: lpfc: Fix reported physical link speed on a disabled trunked linkJames Smart1-0/+2
2019-08-20scsi: lpfc: Fix Max Frame Size value shown in fdmishow outputJames Smart1-1/+1
2019-08-20scsi: lpfc: Fix upcall to bsg done in non-success casesJames Smart1-7/+15
2019-08-20scsi: lpfc: Fix sli4 adapter initialization with MSIJames Smart1-8/+9
2019-08-20scsi: lpfc: Fix nvme sg_seg_cnt display if HBA does not support NVMEJames Smart1-0/+1
2019-08-20scsi: lpfc: Fix nvme target mode ABTSing a received ABTSJames Smart1-6/+2
2019-08-20scsi: lpfc: Fix hang when downloading fw on port enabled for nvmeJames Smart4-3/+58
2019-08-20scsi: lpfc: Fix too many sg segments spamming in kernel logJames Smart1-19/+60
2019-08-20scsi: lpfc: Fix crash due to port reset racing vs adapter error handlingJames Smart3-13/+16
2019-08-20scsi: lpfc: Fix deadlock on host_lock during cable pullsJames Smart1-21/+26
2019-08-20scsi: lpfc: Fix error in remote port address changeJames Smart1-4/+13
2019-08-20scsi: lpfc: Fix driver nvme rescan loggingJames Smart2-16/+27