summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: lpfc: Update lpfc version to 14.2.0.4James Smart2022-06-081-1/+1
* scsi: lpfc: Allow reduced polling rate for nvme_admin_async_event cmd completionJames Smart2022-06-082-2/+12
* scsi: lpfc: Add more logging of cmd and cqe information for aborted NVMe cmdsJames Smart2022-06-081-8/+27
* scsi: lpfc: Fix port stuck in bypassed state after LIP in PT2PT topologyJames Smart2022-06-081-1/+2
* scsi: lpfc: Resolve NULL ptr dereference after an ELS LOGO is abortedJames Smart2022-06-081-12/+9
* scsi: lpfc: Address NULL pointer dereference after starget_to_rport()James Smart2022-06-081-0/+6
* scsi: lpfc: Resolve some cleanup issues following SLI path refactoringJames Smart2022-06-082-14/+13
* scsi: lpfc: Resolve some cleanup issues following abort path refactoringJames Smart2022-06-082-5/+5
* scsi: lpfc: Correct BDE type for XMIT_SEQ64_WQE in lpfc_ct_reject_event()James Smart2022-06-081-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-06-058-260/+482
|\
| * scsi: lpfc: Add support for ATTO Fibre Channel devicesBradley Grove2022-06-023-0/+141
| * scsi: lpfc: Add support for VMID tagging of NVMe I/OsJames Smart2022-05-201-0/+45
| * scsi: lpfc: Rework lpfc_vmid_get_appid() to be protocol independentJames Smart2022-05-202-5/+7
| * scsi: lpfc: Commonize VMID code locationJames Smart2022-05-204-257/+291
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-05-2621-1230/+1351
|\|
| * scsi: lpfc: Update lpfc version to 14.2.0.3James Smart2022-05-111-1/+1
| * scsi: lpfc: Use sg_dma_address() and sg_dma_len() macros for NVMe I/OJames Smart2022-05-111-2/+2
| * scsi: lpfc: Alter FPIN stat accounting logicJames Smart2022-05-112-54/+17
| * scsi: lpfc: Rework FDMI initialization after link upJames Smart2022-05-115-20/+129
| * scsi: lpfc: Change VMID registration to be based on fabric parametersJames Smart2022-05-114-11/+14
| * scsi: lpfc: Decrement outstanding gidft_inp counter if lpfc_err_lost_link()James Smart2022-05-112-4/+17
| * scsi: lpfc: Use list_for_each_entry_safe() in rscn_recovery_check()James Smart2022-05-111-2/+2
| * scsi: lpfc: Fix dmabuf ptr assignment in lpfc_ct_reject_event()James Smart2022-05-111-12/+3
| * scsi: lpfc: Inhibit aborts if external loopback plug is insertedJames Smart2022-05-114-3/+21
| * scsi: lpfc: Fix ndlp put following a LOGO completionJames Smart2022-05-111-1/+7
| * scsi: lpfc: Fill in missing ndlp kref puts in error pathsJames Smart2022-05-114-9/+28
| * scsi: lpfc: Fix element offset in __lpfc_sli_release_iocbq_s4()James Smart2022-05-111-1/+1
| * scsi: lpfc: Remove redundant lpfc_sli_prep_wqe() callJames Smart2022-05-021-2/+0
| * scsi: lpfc: Fix additional reference counting in lpfc_bsg_rport_els()James Smart2022-05-021-6/+0
| * scsi: lpfc: Fix resource leak in lpfc_sli4_send_seq_to_ulp()James Smart2022-04-271-2/+4
| * scsi: lpfc: Remove unnecessary null ndlp check in lpfc_sli_prep_wqe()James Smart2022-04-271-1/+1
| * scsi: lpfc: Remove unneeded variableChangcheng Deng2022-04-261-2/+1
| * scsi: lpfc: Copyright updates for 14.2.0.2 patchesJames Smart2022-04-194-4/+4
| * scsi: lpfc: Update lpfc version to 14.2.0.2James Smart2022-04-191-1/+1
| * scsi: lpfc: Expand setting ELS_ID field in ELS_REQUEST64_WQEJames Smart2022-04-192-15/+37
| * scsi: lpfc: Update stat accounting for READ_STATUS mbox commandJames Smart2022-04-192-20/+52
| * scsi: lpfc: Change FA-PWWN detection methodologyJames Smart2022-04-198-26/+86
| * scsi: lpfc: Refactor cleanup of mailbox commandsJames Smart2022-04-199-395/+248
| * scsi: lpfc: Fix field overload in lpfc_iocbq data structureJames Smart2022-04-1911-501/+490
| * scsi: lpfc: Introduce FC_RSCN_MEMENTO flag for tracking post RSCN completionJames Smart2022-04-193-3/+9
| * scsi: lpfc: Register for Application Services FC-4 type in Fabric topologyJames Smart2022-04-192-30/+32
| * scsi: lpfc: Remove false FDMI NVMe FC-4 support for NPIV portsJames Smart2022-04-191-1/+3
| * scsi: lpfc: Revise FDMI reporting of supported port speed for trunk groupsJames Smart2022-04-191-20/+48
| * scsi: lpfc: Fix call trace observed during I/O with CMF enabledJames Smart2022-04-191-2/+2
| * scsi: lpfc: Correct CRC32 calculation for congestion statsJames Smart2022-04-191-1/+1
| * scsi: lpfc: Move MI module parameter check to handle dynamic disableJames Smart2022-04-192-5/+7
| * scsi: lpfc: Remove unnecessary NULL pointer assignment for ELS_RDF pathJames Smart2022-04-191-1/+0
| * scsi: lpfc: Transition to NPR state upon LOGO cmpl if link down or abortedJames Smart2022-04-191-0/+3
| * scsi: lpfc: Update fc_prli_sent outstanding only after guaranteed IOCB submitJames Smart2022-04-191-18/+11
| * scsi: lpfc: Protect memory leak for NPIV ports sending PLOGI_RJTJames Smart2022-04-192-2/+25