summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/lpfc_nvmet.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-23scsi: lpfc: Refactor cpu affinity assignment pathsJustin Tee1-4/+1
2023-06-01scsi: lpfc: Copyright updates for 14.2.0.13 patchesJustin Tee1-1/+1
2023-06-01scsi: lpfc: Clean up SLI-4 CQE status handlingJustin Tee1-2/+2
2023-02-22scsi: lpfc: Fix double word in commentsBo Liu1-1/+1
2022-07-08scsi: lpfc: Refactor lpfc_nvmet_prep_abort_wqe() into lpfc_sli_prep_abort_xri()James Smart1-43/+5
2022-06-17scsi: lpfc: Use memset_startat() helper in lpfc_nvmet_xmt_fcp_op_cmp()Xiu Jianfeng1-4/+2
2022-04-19scsi: lpfc: Fix field overload in lpfc_iocbq data structureJames Smart1-36/+37
2022-03-15scsi: lpfc: Copyright updates for 14.2.0.0 patchesJames Smart1-1/+1
2022-03-15scsi: lpfc: SLI path split: Refactor lpfc_iocbqJames Smart1-39/+44
2021-09-15scsi: lpfc: Improve PBDE checks during SGL processingJames Smart1-23/+21
2021-07-31scsi: lpfc: Fix possible ABBA deadlock in nvmet_xri_aborted()James Smart1-4/+7
2021-04-13scsi: lpfc: Fix NMI crash during rmmod due to circular hbalock dependencyJames Smart1-15/+11
2021-03-05scsi: lpfc: Update copyrights for 12.8.0.7 and 12.8.0.8 changesJames Smart1-2/+2
2021-03-05scsi: lpfc: Fix incorrect dbde assignment when building target abts wqeJames Smart1-1/+0
2021-01-08scsi: lpfc: Fix crash when nvmet transport calls host_releaseJames Smart1-5/+28
2020-11-20scsi: lpfc: Fix missing prototype for lpfc_nvmet_prep_abort_wqe()James Smart1-1/+1
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-1/+41
2020-11-17scsi: lpfc: Refactor WQE structure definitions for common useJames Smart1-3/+3
2020-11-17scsi: lpfc: Rework remote port ref counting and node freeingJames Smart1-5/+5
2020-11-11scsi: lpfc: lpfc_nvmet: Fix-up some formatting and doc-rot issuesLee Jones1-9/+8
2020-08-05scsi: lpfc: nvmet: Avoid hang / use-after-free again when destroying targetportEwan D. Milne1-1/+1
2020-07-03scsi: lpfc: Add an internal trace log bufferDick Kennedy1-49/+47
2020-06-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-8/+0
2020-05-27lpfc: fix axchg pointer reference after free and double freesJames Smart1-2/+1
2020-05-27lpfc: Fix pointer checks and comments in LS receive refactoringJames Smart1-9/+17
2020-05-10lpfc: nvmet: Add Send LS Request and Abort LS Request supportJames Smart1-0/+95
2020-05-10lpfc: nvmet: Add support for NVME LS request hosthandleJames Smart1-1/+52
2020-05-10lpfc: Refactor Send LS Response supportJames Smart1-78/+177
2020-05-10lpfc: Refactor NVME LS receive handlingJames Smart1-125/+38
2020-05-10lpfc: Commonize lpfc_async_xchg_ctx state and flag definitionsJames Smart1-79/+79
2020-05-10lpfc: Refactor nvmet_rcv_ctx to create lpfc_async_xchg_ctxJames Smart1-54/+55
2020-05-10lpfc: Refactor lpfc nvme headersJames Smart1-5/+0
2020-05-10nvme-fc and nvmet-fc: revise LLDD api for LS reception and LS requestJames Smart1-5/+5
2020-04-22scsi: lpfc: remove duplicate unloading checksJames Smart1-11/+0
2020-03-30scsi: lpfc: Fix erroneous cpu limit of 128 on I/O statisticsJames Smart1-29/+26
2020-03-27scsi: lpfc: Fix lpfc overwrite of sg_cnt field in nvmefc_tgt_fcp_reqJames Smart1-3/+4
2019-10-25scsi: lpfc: lpfc_nvmet: Fix Use plain integer as NULL pointerSaurav Girepunje1-2/+2
2019-10-25scsi: lpfc: Remove lock contention target write pathJames Smart1-36/+10
2019-10-01scsi: lpfc: Fix coverity errors on NULL pointer checksJames Smart1-4/+15
2019-10-01scsi: lpfc: Fix NVMe ABTS in response to receiving an ABTSJames Smart1-31/+3
2019-08-20scsi: lpfc: Merge per-protocol WQ/CQ pairs into single per-cpu pairJames Smart1-4/+4
2019-08-20scsi: lpfc: Migrate to %px and %pf in kernel print callsJames Smart1-5/+5
2019-08-20scsi: lpfc: Fix coverity warningsJames Smart1-1/+1
2019-08-20scsi: lpfc: Fix nvme target mode ABTSing a received ABTSJames Smart1-6/+2
2019-07-12Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+1
2019-07-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-53/+279
2019-06-21lpfc: add nvmet discovery_event op supportJames Smart1-0/+17
2019-06-20scsi: lpfc: use sg helper to iterate over scatterlistMing Lei1-2/+1
2019-06-19scsi: lpfc: Avoid unused function warningsNathan Chancellor1-0/+2