aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_nvme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-07scsi: lpfc: Fix uninitialized cqe field in lpfc_nvme_cancel_iocb()James Smart1-0/+1
2022-06-07scsi: lpfc: Allow reduced polling rate for nvme_admin_async_event cmd completionJames Smart1-2/+9
2022-06-07scsi: lpfc: Add more logging of cmd and cqe information for aborted NVMe cmdsJames Smart1-8/+27
2022-06-07scsi: lpfc: Resolve some cleanup issues following abort path refactoringJames Smart1-2/+4
2022-05-19scsi: lpfc: Add support for VMID tagging of NVMe I/OsJames Smart1-0/+45
2022-05-10scsi: lpfc: Use sg_dma_address() and sg_dma_len() macros for NVMe I/OJames Smart1-2/+2
2022-05-10scsi: lpfc: Fill in missing ndlp kref puts in error pathsJames Smart1-0/+5
2022-04-18scsi: lpfc: Fix field overload in lpfc_iocbq data structureJames Smart1-15/+16
2022-04-18scsi: lpfc: Tweak message log categories for ELS/FDMI/NVMe rescanJames Smart1-2/+2
2022-03-29scsi: lpfc: Fix unload hang after back to back PCI EEH faultsJames Smart1-3/+13
2022-03-29scsi: lpfc: Improve PCI EEH Error and Recovery HandlingJames Smart1-6/+5
2022-03-15scsi: lpfc: Copyright updates for 14.2.0.0 patchesJames Smart1-1/+1
2022-03-15scsi: lpfc: SLI path split: Refactor Abort pathsJames Smart1-3/+2
2022-03-15scsi: lpfc: SLI path split: Refactor lpfc_iocbqJames Smart1-16/+18
2021-10-12Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen1-2/+0
2021-09-14scsi: lpfc: Improve PBDE checks during SGL processingJames Smart1-6/+6
2021-09-14scsi: lpfc: Fix EEH support for NVMe I/OJames Smart1-2/+51
2021-09-14scsi: lpfc: Don't release final kref on Fport node while ABTS outstandingJames Smart1-2/+3
2021-09-13scsi: lpfc: Fix compilation errors on kernels with no CONFIG_DEBUG_FSJames Smart1-2/+0
2021-08-24scsi: lpfc: Add support for the CM frameworkJames Smart1-5/+39
2021-07-18scsi: lpfc: Delay unregistering from transport until GIDFT or ADISC completesJames Smart1-5/+5
2021-05-21scsi: lpfc: Fix non-optimized ERSP handlingJames Smart1-2/+12
2021-04-13scsi: lpfc: Standardize discovery object logging formatJames Smart1-8/+8
2021-03-15scsi: lpfc: Fix kernel-doc formatting issueLee Jones1-1/+1
2021-03-04scsi: lpfc: Update copyrights for 12.8.0.7 and 12.8.0.8 changesJames Smart1-1/+1
2021-02-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-18/+27
2021-01-29scsi: lpfc: Fix EEH encountering oops with NVMe trafficJames Smart1-0/+3
2021-01-07scsi: lpfc: Implement health checking when aborting I/OJames Smart1-0/+8
2021-01-07scsi: lpfc: Fix NVMe recovery after mailbox timeoutJames Smart1-16/+17
2021-01-07scsi: lpfc: Use the nvme-fc transport supplied timeout for LS requestsJames Smart1-2/+2
2020-11-17scsi: lpfc: Update changed file copyrights for 2020James Smart1-1/+1
2020-11-17scsi: lpfc: Convert abort handling to SLI-3 and SLI-4 handlersJames Smart1-66/+6
2020-11-17scsi: lpfc: Enable common wqe_template support for both SCSI and NVMeJames Smart1-130/+3
2020-11-17scsi: lpfc: Refactor WQE structure definitions for common useJames Smart1-9/+11
2020-11-17scsi: lpfc: Rework remote port lock handlingJames Smart1-15/+15
2020-11-17scsi: lpfc: Fix refcounting around SCSI and NVMe transport APIsJames Smart1-21/+41
2020-11-17scsi: lpfc: Rework locations of ndlp reference takingJames Smart1-1/+12
2020-11-17scsi: lpfc: Rework remote port ref counting and node freeingJames Smart1-8/+4
2020-11-10scsi: lpfc: lpfc_nvme: Fix some kernel-doc related issuesLee Jones1-20/+15
2020-11-10scsi: lpfc: lpfc_nvme: Remove unused variable 'phba'Lee Jones1-2/+0
2020-10-26scsi: lpfc: Fix scheduling call while in softirq context in lpfc_unreg_rpiJames Smart1-5/+13
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-15scsi: lpfc: Correct some pretty obvious misdocumentationLee Jones1-21/+17
2020-07-15scsi: lpfc: NVMe remote port devloss_tmo from llddJames Smart1-0/+5
2020-07-02scsi: lpfc: Add an internal trace log bufferDick Kennedy1-38/+29
2020-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-37/+0
2020-05-27lpfc: Fix return value in __lpfc_nvme_ls_abortJames Smart1-1/+1
2020-05-09lpfc: nvme: Add Receive LS Request and Send LS Response support to nvmeJames Smart1-0/+71
2020-05-09lpfc: Refactor Send LS Abort supportJames Smart1-50/+75
2020-05-09lpfc: Refactor Send LS Request supportJames Smart1-118/+171