summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-09-2123-1498/+1974
|\
| * scsi: lpfc: Fix reset recovery paths that are not recoveringJames Smart2019-09-071-4/+5
| * scsi: lpfc: Convert existing %pf users to %psSakari Ailus2019-09-072-3/+3
| * scsi: lpfc: fix 12.4.0.0 GPF at bootJames Smart2019-08-301-1/+1
| * scsi: lpfc: Remove bg debugfs buffersJames Smart2019-08-305-295/+0
| * scsi: lpfc: Resolve checker warning for lpfc_new_io_buf()James Smart2019-08-302-13/+1
| * scsi: lpfc: Update lpfc version to 12.4.0.0James Smart2019-08-201-1/+1
| * scsi: lpfc: Merge per-protocol WQ/CQ pairs into single per-cpu pairJames Smart2019-08-2010-557/+218
| * scsi: lpfc: Add NVMe sequence level error recovery supportJames Smart2019-08-207-1/+38
| * scsi: lpfc: Support dynamic unbounded SGL lists on G7 hardware.James Smart2019-08-209-248/+904
| * scsi: lpfc: Add MDS driver loopback diagnostics supportJames Smart2019-08-204-11/+38
| * scsi: lpfc: Add first and second level hardware revisions to sysfs reportingJames Smart2019-08-201-1/+2
| * scsi: lpfc: Migrate to %px and %pf in kernel print callsJames Smart2019-08-2011-120/+125
| * scsi: lpfc: Add simple unlikely optimizations to reduce NVME latencyJames Smart2019-08-201-4/+4
| * scsi: lpfc: Fix coverity warningsJames Smart2019-08-204-9/+10
| * scsi: lpfc: Fix nvme first burst module parameter descriptionJames Smart2019-08-201-6/+3
| * scsi: lpfc: Fix BlockGuard enablement on FCoE adaptersJames Smart2019-08-201-1/+26
| * scsi: lpfc: Fix reported physical link speed on a disabled trunked linkJames Smart2019-08-201-0/+2
| * scsi: lpfc: Fix Max Frame Size value shown in fdmishow outputJames Smart2019-08-201-1/+1
| * scsi: lpfc: Fix upcall to bsg done in non-success casesJames Smart2019-08-201-7/+15
| * scsi: lpfc: Fix sli4 adapter initialization with MSIJames Smart2019-08-201-8/+9
| * scsi: lpfc: Fix nvme sg_seg_cnt display if HBA does not support NVMEJames Smart2019-08-201-0/+1
| * scsi: lpfc: Fix nvme target mode ABTSing a received ABTSJames Smart2019-08-201-6/+2
| * scsi: lpfc: Fix hang when downloading fw on port enabled for nvmeJames Smart2019-08-204-3/+58
| * scsi: lpfc: Fix too many sg segments spamming in kernel logJames Smart2019-08-201-19/+60
| * scsi: lpfc: Fix crash due to port reset racing vs adapter error handlingJames Smart2019-08-203-13/+16
| * scsi: lpfc: Fix deadlock on host_lock during cable pullsJames Smart2019-08-201-21/+26
| * scsi: lpfc: Fix error in remote port address changeJames Smart2019-08-201-4/+13
| * scsi: lpfc: Fix driver nvme rescan loggingJames Smart2019-08-202-16/+27
| * scsi: lpfc: Fix sg_seg_cnt for HBAs that don't support NVMEJames Smart2019-08-202-10/+9
| * scsi: lpfc: Fix propagation of devloss_tmo setting to nvme transportJames Smart2019-08-201-0/+21
| * scsi: lpfc: Fix loss of remote port after devloss due to lack of RPIsJames Smart2019-08-203-26/+56
| * scsi: lpfc: Fix devices that don't return after devloss followed by rediscoveryJames Smart2019-08-201-4/+21
| * scsi: lpfc: Fix null ptr oops updating lpfc_devloss_tmo via sysfs attributeJames Smart2019-08-201-2/+2
| * scsi: lpfc: Fix FLOGI handling across multiple link up/down conditionsJames Smart2019-08-201-3/+72
| * scsi: lpfc: Fix oops when fewer hdwqs than cpusJames Smart2019-08-201-55/+89
| * scsi: lpfc: Fix irq raising in lpfc_sli_hba_downJames Smart2019-08-201-2/+2
| * scsi: lpfc: Fix Oops in nvme_register with target logout/loginJames Smart2019-08-201-4/+7
| * scsi: lpfc: Fix issuing init_vpi mbox on SLI-3 cardJames Smart2019-08-201-3/+5
| * scsi: lpfc: Fix ADISC reception terminating login state if a NVME targetJames Smart2019-08-201-4/+10
| * scsi: lpfc: Fix discovery when target has no GID_FT informationJames Smart2019-08-202-2/+20
| * scsi: lpfc: Fix port relogin failure due to GID_FT interactionJames Smart2019-08-202-5/+18
| * scsi: lpfc: Fix leak of ELS completions on adapter resetJames Smart2019-08-201-0/+3
| * scsi: lpfc: Fix failure to clear non-zero eq_delay after io rate reductionJames Smart2019-08-201-11/+21
| * scsi: lpfc: Fix crash on driver unload in wq freeJames Smart2019-08-201-6/+5
| * scsi: lpfc: Fix ELS field alignmentsJames Smart2019-08-201-3/+3
| * scsi: lpfc: Fix PLOGI failure with high remoteport countJames Smart2019-08-203-2/+19
| * scsi: lpfc: Limit xri count for kdump environmentJames Smart2019-08-201-0/+5
| * scsi: lpfc: remove NULL check before some freeing functionsHariprasad Kelam2019-08-201-12/+9
| * scsi: lpfc: use spin_lock_irqsave in IRQ contextFuqian Huang2019-08-201-2/+3