summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
AgeCommit message (Expand)AuthorLines
2019-11-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-3/+3
2019-10-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-4/+0
2019-10-22scsi: lpfc: Honor module parameter lpfc_use_adiscDaniel Wagner-2/+2
2019-10-18scsi: lpfc: Check queue pointer before useDaniel Wagner-1/+1
2019-10-17scsi: lpfc: remove left-over BUILD_NVME definesHannes Reinecke-4/+0
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1498/+1974
2019-09-07scsi: lpfc: Fix reset recovery paths that are not recoveringJames Smart-4/+5
2019-09-07scsi: lpfc: Convert existing %pf users to %psSakari Ailus-3/+3
2019-08-29scsi: lpfc: fix 12.4.0.0 GPF at bootJames Smart-1/+1
2019-08-29scsi: lpfc: Raise config max for lpfc_fcp_mq_threshold variableJames Smart-2/+2
2019-08-29scsi: lpfc: Remove bg debugfs buffersJames Smart-295/+0
2019-08-29scsi: lpfc: Resolve checker warning for lpfc_new_io_buf()James Smart-13/+1
2019-08-19scsi: lpfc: Update lpfc version to 12.4.0.0James Smart-1/+1
2019-08-19scsi: lpfc: Merge per-protocol WQ/CQ pairs into single per-cpu pairJames Smart-557/+218
2019-08-19scsi: lpfc: Add NVMe sequence level error recovery supportJames Smart-1/+38
2019-08-19scsi: lpfc: Support dynamic unbounded SGL lists on G7 hardware.James Smart-248/+904
2019-08-19scsi: lpfc: Add MDS driver loopback diagnostics supportJames Smart-11/+38
2019-08-19scsi: lpfc: Add first and second level hardware revisions to sysfs reportingJames Smart-1/+2
2019-08-19scsi: lpfc: Migrate to %px and %pf in kernel print callsJames Smart-120/+125
2019-08-19scsi: lpfc: Add simple unlikely optimizations to reduce NVME latencyJames Smart-4/+4
2019-08-19scsi: lpfc: Fix coverity warningsJames Smart-9/+10
2019-08-19scsi: lpfc: Fix nvme first burst module parameter descriptionJames Smart-6/+3
2019-08-19scsi: lpfc: Fix BlockGuard enablement on FCoE adaptersJames Smart-1/+26
2019-08-19scsi: lpfc: Fix reported physical link speed on a disabled trunked linkJames Smart-0/+2
2019-08-19scsi: lpfc: Fix Max Frame Size value shown in fdmishow outputJames Smart-1/+1
2019-08-19scsi: lpfc: Fix upcall to bsg done in non-success casesJames Smart-7/+15
2019-08-19scsi: lpfc: Fix sli4 adapter initialization with MSIJames Smart-8/+9
2019-08-19scsi: lpfc: Fix nvme sg_seg_cnt display if HBA does not support NVMEJames Smart-0/+1
2019-08-19scsi: lpfc: Fix nvme target mode ABTSing a received ABTSJames Smart-6/+2
2019-08-19scsi: lpfc: Fix hang when downloading fw on port enabled for nvmeJames Smart-3/+58
2019-08-19scsi: lpfc: Fix too many sg segments spamming in kernel logJames Smart-19/+60
2019-08-19scsi: lpfc: Fix crash due to port reset racing vs adapter error handlingJames Smart-13/+16
2019-08-19scsi: lpfc: Fix deadlock on host_lock during cable pullsJames Smart-21/+26
2019-08-19scsi: lpfc: Fix error in remote port address changeJames Smart-4/+13
2019-08-19scsi: lpfc: Fix driver nvme rescan loggingJames Smart-16/+27
2019-08-19scsi: lpfc: Fix sg_seg_cnt for HBAs that don't support NVMEJames Smart-10/+9
2019-08-19scsi: lpfc: Fix propagation of devloss_tmo setting to nvme transportJames Smart-0/+21
2019-08-19scsi: lpfc: Fix loss of remote port after devloss due to lack of RPIsJames Smart-26/+56
2019-08-19scsi: lpfc: Fix devices that don't return after devloss followed by rediscoveryJames Smart-4/+21
2019-08-19scsi: lpfc: Fix null ptr oops updating lpfc_devloss_tmo via sysfs attributeJames Smart-2/+2
2019-08-19scsi: lpfc: Fix FLOGI handling across multiple link up/down conditionsJames Smart-3/+72
2019-08-19scsi: lpfc: Fix oops when fewer hdwqs than cpusJames Smart-55/+89
2019-08-19scsi: lpfc: Fix irq raising in lpfc_sli_hba_downJames Smart-2/+2
2019-08-19scsi: lpfc: Fix Oops in nvme_register with target logout/loginJames Smart-4/+7
2019-08-19scsi: lpfc: Fix issuing init_vpi mbox on SLI-3 cardJames Smart-3/+5
2019-08-19scsi: lpfc: Fix ADISC reception terminating login state if a NVME targetJames Smart-4/+10
2019-08-19scsi: lpfc: Fix discovery when target has no GID_FT informationJames Smart-2/+20
2019-08-19scsi: lpfc: Fix port relogin failure due to GID_FT interactionJames Smart-5/+18
2019-08-19scsi: lpfc: Fix leak of ELS completions on adapter resetJames Smart-0/+3
2019-08-19scsi: lpfc: Fix failure to clear non-zero eq_delay after io rate reductionJames Smart-11/+21