summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/lpfc_nvme.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-14scsi: lpfc: Prevent use-after-free during rmmod with mapped NVMe rportsJustin Tee1-7/+17
2023-07-23scsi: lpfc: Revise ndlp kref handling for dev_loss_tmo_callbk and lpfc_drop_nodeJustin Tee1-2/+3
2023-07-23scsi: lpfc: Simplify fcp_abort transport callback log messageJustin Tee1-9/+2
2023-06-01scsi: lpfc: Clean up SLI-4 CQE status handlingJustin Tee1-7/+10
2023-05-08scsi: lpfc: Match lock ordering of lpfc_cmd->buf_lock and hbalock for abort p...Justin Tee1-22/+22
2023-03-10scsi: lpfc: Copyright updates for 14.2.0.11 patchesJustin Tee1-1/+1
2023-03-10scsi: lpfc: Skip waiting for register ready bits when in unrecoverable stateJustin Tee1-1/+3
2022-07-08scsi: lpfc: Fix uninitialized cqe field in lpfc_nvme_cancel_iocb()James Smart1-0/+1
2022-06-08scsi: lpfc: Allow reduced polling rate for nvme_admin_async_event cmd completionJames Smart1-2/+9
2022-06-08scsi: lpfc: Add more logging of cmd and cqe information for aborted NVMe cmdsJames Smart1-8/+27
2022-06-08scsi: lpfc: Resolve some cleanup issues following abort path refactoringJames Smart1-2/+4
2022-05-20scsi: lpfc: Add support for VMID tagging of NVMe I/OsJames Smart1-0/+45
2022-05-11scsi: lpfc: Use sg_dma_address() and sg_dma_len() macros for NVMe I/OJames Smart1-2/+2
2022-05-11scsi: lpfc: Fill in missing ndlp kref puts in error pathsJames Smart1-0/+5
2022-04-19scsi: lpfc: Fix field overload in lpfc_iocbq data structureJames Smart1-15/+16
2022-04-19scsi: lpfc: Tweak message log categories for ELS/FDMI/NVMe rescanJames Smart1-2/+2
2022-03-30scsi: lpfc: Fix unload hang after back to back PCI EEH faultsJames Smart1-3/+13
2022-03-30scsi: 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-15scsi: lpfc: Improve PBDE checks during SGL processingJames Smart1-6/+6
2021-09-15scsi: lpfc: Fix EEH support for NVMe I/OJames Smart1-2/+51
2021-09-15scsi: lpfc: Don't release final kref on Fport node while ABTS outstandingJames Smart1-2/+3
2021-09-14scsi: lpfc: Fix compilation errors on kernels with no CONFIG_DEBUG_FSJames Smart1-2/+0
2021-08-25scsi: lpfc: Add support for the CM frameworkJames Smart1-5/+39
2021-07-19scsi: lpfc: Delay unregistering from transport until GIDFT or ADISC completesJames Smart1-5/+5
2021-05-22scsi: lpfc: Fix non-optimized ERSP handlingJames Smart1-2/+12
2021-04-13scsi: lpfc: Standardize discovery object logging formatJames Smart1-8/+8
2021-03-16scsi: lpfc: Fix kernel-doc formatting issueLee Jones1-1/+1
2021-03-05scsi: 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-08scsi: lpfc: Implement health checking when aborting I/OJames Smart1-0/+8
2021-01-08scsi: lpfc: Fix NVMe recovery after mailbox timeoutJames Smart1-16/+17
2021-01-08scsi: 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-11scsi: lpfc: lpfc_nvme: Fix some kernel-doc related issuesLee Jones1-20/+15
2020-11-11scsi: lpfc: lpfc_nvme: Remove unused variable 'phba'Lee Jones1-2/+0
2020-10-27scsi: lpfc: Fix scheduling call while in softirq context in lpfc_unreg_rpiJames Smart1-5/+13
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-16scsi: lpfc: Correct some pretty obvious misdocumentationLee Jones1-21/+17