aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-24scsi: lpfc: Add FA-WWN Async Event reportingJames Smart2-0/+11
2019-10-24scsi: lpfc: Add log macros to allow print by serverity or verbosity settingJames Smart1-0/+17
2019-10-24scsi: lpfc: Make FW logging dynamically configurableJames Smart5-10/+204
2019-10-24scsi: lpfc: Revise interrupt coalescing for missing scenariosJames Smart4-32/+24
2019-10-24scsi: lpfc: Remove lock contention target write pathJames Smart5-54/+14
2019-10-24scsi: lpfc: Slight fast-path performance optimizationsJames Smart2-9/+10
2019-10-24scsi: lpfc: fix coverity error of dereference after null checkJames Smart1-2/+2
2019-10-24scsi: lpfc: Fix hardlockup in lpfc_abort_handlerJames Smart1-2/+3
2019-10-24scsi: lpfc: Fix bad ndlp ptr in xri aborted handlingJames Smart3-7/+12
2019-10-24scsi: lpfc: Fix SLI3 hba in loop mode not discovering devicesJames Smart1-1/+3
2019-10-24scsi: lpfc: Fix lockdep errors in sli_ringtx_putJames Smart1-3/+7
2019-10-24scsi: lpfc: Fix reporting of read-only fw error errorsJames Smart2-20/+50
2019-10-24scsi: lpfc: fix lpfc_nvmet_mrq to be bound by hdw queue countJames Smart2-7/+5
2019-10-09scsi: lpfc: Make function lpfc_defer_pt2pt_acc staticzhengbin1-1/+1
2019-09-30scsi: lpfc: Update lpfc version to 12.4.0.1James Smart1-1/+1
2019-09-30scsi: lpfc: cleanup: remove unused fcp_txcmlpq_cntJames Smart1-3/+1
2019-09-30scsi: lpfc: Complete removal of FCoE T10 PI support on SLI-4 adaptersJames Smart1-3/+14
2019-09-30scsi: lpfc: Update async event loggingJames Smart2-6/+12
2019-09-30scsi: lpfc: Fix list corruption detected in lpfc_put_sgl_per_hdwqJames Smart1-7/+7
2019-09-30scsi: lpfc: Fix hdwq sgl locks and irq handlingJames Smart1-16/+22
2019-09-30scsi: lpfc: Fix spinlock_irq issues in lpfc_els_flush_cmd()James Smart1-7/+9
2019-09-30scsi: lpfc: Fix list corruption in lpfc_sli_get_iocbqJames Smart4-4/+13
2019-09-30scsi: lpfc: Fix host hang at boot or slow bootJames Smart1-6/+36
2019-09-30scsi: lpfc: Fix coverity errors on NULL pointer checksJames Smart4-8/+27
2019-09-30scsi: lpfc: Fix NVMe ABTS in response to receiving an ABTSJames Smart4-63/+46
2019-09-30scsi: lpfc: Fix discovery failures when target device connectivity bouncesJames Smart1-1/+6
2019-09-30scsi: lpfc: Fix GPF on scsi command completionJames Smart1-5/+5
2019-09-30scsi: lpfc: Fix locking on mailbox command completionJames Smart1-1/+7
2019-09-30scsi: lpfc: Fix device recovery errors after PLOGI failuresJames Smart3-37/+55
2019-09-30scsi: lpfc: Fix rpi release when deleting vportJames Smart2-29/+61
2019-09-30scsi: lpfc: Fix NVME io abort failures causing hangsJames Smart4-18/+14
2019-09-30scsi: lpfc: Fix miss of register read failure checkJames Smart1-4/+6
2019-09-30scsi: lpfc: Fix premature re-enabling of interrupts in lpfc_sli_host_downJames Smart1-2/+2
2019-09-30scsi: lpfc: Fix pt2pt discovery on SLI3 HBAsJames Smart1-26/+115
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-29scsi: lpfc: fix 12.4.0.0 GPF at bootJames Smart1-1/+1
2019-08-29scsi: lpfc: Raise config max for lpfc_fcp_mq_threshold variableJames Smart2-2/+2
2019-08-29scsi: lpfc: Remove bg debugfs buffersJames Smart5-295/+0
2019-08-29scsi: lpfc: Resolve checker warning for lpfc_new_io_buf()James Smart2-13/+1
2019-08-19scsi: lpfc: Update lpfc version to 12.4.0.0James Smart1-1/+1
2019-08-19scsi: lpfc: Merge per-protocol WQ/CQ pairs into single per-cpu pairJames Smart10-557/+218
2019-08-19scsi: lpfc: Add NVMe sequence level error recovery supportJames Smart7-1/+38
2019-08-19scsi: lpfc: Support dynamic unbounded SGL lists on G7 hardware.James Smart9-248/+904
2019-08-19scsi: lpfc: Add MDS driver loopback diagnostics supportJames Smart4-11/+38
2019-08-19scsi: lpfc: Add first and second level hardware revisions to sysfs reportingJames Smart1-1/+2
2019-08-19scsi: lpfc: Migrate to %px and %pf in kernel print callsJames Smart11-120/+125
2019-08-19scsi: lpfc: Add simple unlikely optimizations to reduce NVME latencyJames Smart1-4/+4
2019-08-19scsi: lpfc: Fix coverity warningsJames Smart4-9/+10