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