aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_nvme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-09lpfc: Refactor NVME LS receive handlingJames Smart1-0/+19
2020-05-09lpfc: Refactor lpfc nvme headersJames Smart1-3/+0
2020-05-07scsi: lpfc: Remove re-binding of nvme rport during registrationDick Kennedy1-32/+0
2020-04-22scsi: lpfc: remove duplicate unloading checksJames Smart1-5/+0
2020-04-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-115/+32
2020-04-04nvme-fc: Revert "add module to ops template to allow module references"James Smart1-2/+0
2020-03-29scsi: lpfc: Make debugfs ktime stats generic for NVME and SCSIJames Smart1-85/+3
2020-03-29scsi: lpfc: Fix erroneous cpu limit of 128 on I/O statisticsJames Smart1-24/+21
2020-03-26scsi: lpfc: Fix crash in target side cable pulls hitting WAIT_FOR_UNREGJames Smart1-6/+8
2019-12-13Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2019-11-27nvme_fc: add module to ops template to allow module referencesJames Smart1-0/+2
2019-11-12scsi: lpfc: revise nvme max queues to be hdwq countJames Smart1-6/+4
2019-10-24scsi: lpfc: Slight fast-path performance optimizationsJames Smart1-1/+1
2019-09-30scsi: lpfc: Fix NVMe ABTS in response to receiving an ABTSJames Smart1-32/+41
2019-08-19scsi: lpfc: Merge per-protocol WQ/CQ pairs into single per-cpu pairJames Smart1-55/+30
2019-08-19scsi: lpfc: Add NVMe sequence level error recovery supportJames Smart1-0/+3
2019-08-19scsi: lpfc: Support dynamic unbounded SGL lists on G7 hardware.James Smart1-18/+76
2019-08-19scsi: lpfc: Migrate to %px and %pf in kernel print callsJames Smart1-44/+46
2019-08-19scsi: lpfc: Add simple unlikely optimizations to reduce NVME latencyJames Smart1-4/+4
2019-08-19scsi: lpfc: Fix coverity warningsJames Smart1-2/+3
2019-08-19scsi: lpfc: Fix hang when downloading fw on port enabled for nvmeJames Smart1-0/+47
2019-08-19scsi: lpfc: Fix error in remote port address changeJames Smart1-4/+13