summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_nvmet.c
Commit message (Expand)AuthorAgeFilesLines
* Merge patch series "Update lpfc to revision 14.4.0.2"Martin K. Petersen11 days1-4/+5
|\
| * scsi: lpfc: Change lpfc_hba hba_flag member into a bitmaskJustin Tee11 days1-4/+3
| * scsi: lpfc: Introduce rrq_list_lock to protect active_rrq_listJustin Tee11 days1-0/+2
* | scsi: lpfc: Correct size for wqe for memset()Muhammad Usama Anjum2024-03-101-1/+1
|/
* scsi: lpfc: Copyright updates for 14.4.0.0 patchesJustin Tee2024-02-051-1/+1
* scsi: lpfc: Change lpfc_vport load_flag member into a bitmaskJustin Tee2024-02-051-6/+6
* scsi: lpfc: Refactor cpu affinity assignment pathsJustin Tee2023-07-231-4/+1
* scsi: lpfc: Copyright updates for 14.2.0.13 patchesJustin Tee2023-05-311-1/+1
* scsi: lpfc: Clean up SLI-4 CQE status handlingJustin Tee2023-05-311-2/+2
* scsi: lpfc: Fix double word in commentsBo Liu2023-02-211-1/+1
* scsi: lpfc: Refactor lpfc_nvmet_prep_abort_wqe() into lpfc_sli_prep_abort_xri()James Smart2022-07-071-43/+5
* scsi: lpfc: Use memset_startat() helper in lpfc_nvmet_xmt_fcp_op_cmp()Xiu Jianfeng2022-06-161-4/+2
* scsi: lpfc: Fix field overload in lpfc_iocbq data structureJames Smart2022-04-181-36/+37
* scsi: lpfc: Copyright updates for 14.2.0.0 patchesJames Smart2022-03-151-1/+1
* scsi: lpfc: SLI path split: Refactor lpfc_iocbqJames Smart2022-03-151-39/+44
* scsi: lpfc: Improve PBDE checks during SGL processingJames Smart2021-09-141-23/+21
* scsi: lpfc: Fix possible ABBA deadlock in nvmet_xri_aborted()James Smart2021-07-301-4/+7
* scsi: lpfc: Fix NMI crash during rmmod due to circular hbalock dependencyJames Smart2021-04-131-15/+11
* scsi: lpfc: Update copyrights for 12.8.0.7 and 12.8.0.8 changesJames Smart2021-03-041-2/+2
* scsi: lpfc: Fix incorrect dbde assignment when building target abts wqeJames Smart2021-03-041-1/+0
* scsi: lpfc: Fix crash when nvmet transport calls host_releaseJames Smart2021-01-071-5/+28
* scsi: lpfc: Fix missing prototype for lpfc_nvmet_prep_abort_wqe()James Smart2020-11-191-1/+1
* 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-1/+41
* scsi: lpfc: Refactor WQE structure definitions for common useJames Smart2020-11-171-3/+3
* scsi: lpfc: Rework remote port ref counting and node freeingJames Smart2020-11-171-5/+5
* scsi: lpfc: lpfc_nvmet: Fix-up some formatting and doc-rot issuesLee Jones2020-11-101-9/+8
* scsi: lpfc: nvmet: Avoid hang / use-after-free again when destroying targetportEwan D. Milne2020-08-041-1/+1
* scsi: lpfc: Add an internal trace log bufferDick Kennedy2020-07-021-49/+47
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-06-051-8/+0
|\
| * scsi: lpfc: remove duplicate unloading checksJames Smart2020-04-221-11/+0
* | lpfc: fix axchg pointer reference after free and double freesJames Smart2020-05-271-2/+1
* | lpfc: Fix pointer checks and comments in LS receive refactoringJames Smart2020-05-271-9/+17
* | lpfc: nvmet: Add Send LS Request and Abort LS Request supportJames Smart2020-05-091-0/+95
* | lpfc: nvmet: Add support for NVME LS request hosthandleJames Smart2020-05-091-1/+52
* | lpfc: Refactor Send LS Response supportJames Smart2020-05-091-78/+177
* | lpfc: Refactor NVME LS receive handlingJames Smart2020-05-091-125/+38
* | lpfc: Commonize lpfc_async_xchg_ctx state and flag definitionsJames Smart2020-05-091-79/+79
* | lpfc: Refactor nvmet_rcv_ctx to create lpfc_async_xchg_ctxJames Smart2020-05-091-54/+55
* | lpfc: Refactor lpfc nvme headersJames Smart2020-05-091-5/+0
* | nvme-fc and nvmet-fc: revise LLDD api for LS reception and LS requestJames Smart2020-05-091-5/+5
|/
* scsi: lpfc: Fix erroneous cpu limit of 128 on I/O statisticsJames Smart2020-03-291-29/+26
* scsi: lpfc: Fix lpfc overwrite of sg_cnt field in nvmefc_tgt_fcp_reqJames Smart2020-03-261-3/+4
* scsi: lpfc: lpfc_nvmet: Fix Use plain integer as NULL pointerSaurav Girepunje2019-10-241-2/+2
* scsi: lpfc: Remove lock contention target write pathJames Smart2019-10-241-36/+10
* scsi: lpfc: Fix coverity errors on NULL pointer checksJames Smart2019-09-301-4/+15
* scsi: lpfc: Fix NVMe ABTS in response to receiving an ABTSJames Smart2019-09-301-31/+3
* scsi: lpfc: Merge per-protocol WQ/CQ pairs into single per-cpu pairJames Smart2019-08-191-4/+4
* scsi: lpfc: Migrate to %px and %pf in kernel print callsJames Smart2019-08-191-5/+5
* scsi: lpfc: Fix coverity warningsJames Smart2019-08-191-1/+1