summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
Commit message (Expand)AuthorAgeFilesLines
...
| * scsi: lpfc: Remove the unneeded result variableye xingchen2022-09-011-3/+1
| * scsi: lpfc: Copyright updates for 14.2.0.6 patchesJames Smart2022-08-315-5/+5
| * scsi: lpfc: Update lpfc version to 14.2.0.6James Smart2022-08-311-1/+1
| * scsi: lpfc: Remove SANDiags related codeJames Smart2022-08-318-507/+4
| * scsi: lpfc: Add warning notification period to CMF_SYNC_WQEJames Smart2022-08-313-1/+11
| * scsi: lpfc: Rework MIB Rx Monitor debug info logicJames Smart2022-08-317-125/+240
| * scsi: lpfc: Fix null ndlp ptr dereference in abnormal exit path for GFT_IDJames Smart2022-08-311-5/+2
| * scsi: lpfc: Fix unsolicited FLOGI receive handling during PT2PT discoveryJames Smart2022-08-311-1/+0
* | scsi: lpfc: Add missing destroy_workqueue() in error pathYang Yingliang2022-09-011-1/+4
* | scsi: lpfc: Return DID_TRANSPORT_DISRUPTED instead of DID_REQUEUEHannes Reinecke2022-09-011-2/+2
|/
* scsi: lpfc: Check the return value of alloc_workqueue()William Dean2022-08-011-0/+2
* scsi: lpfc: Copyright updates for 14.2.0.5 patchesJames Smart2022-07-073-3/+3
* scsi: lpfc: Update lpfc version to 14.2.0.5James Smart2022-07-071-1/+1
* scsi: lpfc: Remove Menlo/Hornet related codeJames Smart2022-07-0711-465/+7
* scsi: lpfc: Refactor lpfc_nvmet_prep_abort_wqe() into lpfc_sli_prep_abort_xri()James Smart2022-07-075-52/+18
* scsi: lpfc: Revert RSCN_MEMENTO workaround for misbehaved configurationJames Smart2022-07-073-9/+3
* scsi: lpfc: Fix lost NVMe paths during LIF bounce stress testJames Smart2022-07-071-7/+8
* scsi: lpfc: Fix attempted FA-PWWN usage after feature disableJames Smart2022-07-072-2/+11
* scsi: lpfc: Fix possible memory leak when failing to issue CMF WQEJames Smart2022-07-071-1/+3
* scsi: lpfc: Remove extra atomic_inc on cmd_pending in queuecommand after VMIDJames Smart2022-07-071-1/+0
* scsi: lpfc: Set PU field when providing D_ID in XMIT_ELS_RSP64_CX iocbJames Smart2022-07-071-0/+1
* scsi: lpfc: Prevent buffer overflow crashes in debugfs with malformed user inputJames Smart2022-07-071-10/+10
* scsi: lpfc: Fix uninitialized cqe field in lpfc_nvme_cancel_iocb()James Smart2022-07-071-0/+1
* Merge branch '5.19/scsi-fixes' into 5.20/scsi-stagingMartin K. Petersen2022-07-0710-44/+76
|\
| * scsi: lpfc: Update lpfc version to 14.2.0.4James Smart2022-06-071-1/+1
| * scsi: lpfc: Allow reduced polling rate for nvme_admin_async_event cmd completionJames Smart2022-06-072-2/+12
| * scsi: lpfc: Add more logging of cmd and cqe information for aborted NVMe cmdsJames Smart2022-06-071-8/+27
| * scsi: lpfc: Fix port stuck in bypassed state after LIP in PT2PT topologyJames Smart2022-06-071-1/+2
| * scsi: lpfc: Resolve NULL ptr dereference after an ELS LOGO is abortedJames Smart2022-06-071-12/+9
| * scsi: lpfc: Address NULL pointer dereference after starget_to_rport()James Smart2022-06-071-0/+6
| * scsi: lpfc: Resolve some cleanup issues following SLI path refactoringJames Smart2022-06-072-14/+13
| * scsi: lpfc: Resolve some cleanup issues following abort path refactoringJames Smart2022-06-072-5/+5
| * scsi: lpfc: Correct BDE type for XMIT_SEQ64_WQE in lpfc_ct_reject_event()James Smart2022-06-071-1/+1
* | scsi: lpfc: Use memset_startat() helper in lpfc_nvmet_xmt_fcp_op_cmp()Xiu Jianfeng2022-06-161-4/+2
|/
* 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-013-0/+141
| * scsi: lpfc: Add support for VMID tagging of NVMe I/OsJames Smart2022-05-191-0/+45
| * scsi: lpfc: Rework lpfc_vmid_get_appid() to be protocol independentJames Smart2022-05-192-5/+7
| * scsi: lpfc: Commonize VMID code locationJames Smart2022-05-194-257/+291
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-05-2521-1230/+1351
|\|
| * scsi: lpfc: Update lpfc version to 14.2.0.3James Smart2022-05-101-1/+1
| * scsi: lpfc: Use sg_dma_address() and sg_dma_len() macros for NVMe I/OJames Smart2022-05-101-2/+2
| * scsi: lpfc: Alter FPIN stat accounting logicJames Smart2022-05-102-54/+17
| * scsi: lpfc: Rework FDMI initialization after link upJames Smart2022-05-105-20/+129
| * scsi: lpfc: Change VMID registration to be based on fabric parametersJames Smart2022-05-104-11/+14
| * scsi: lpfc: Decrement outstanding gidft_inp counter if lpfc_err_lost_link()James Smart2022-05-102-4/+17
| * scsi: lpfc: Use list_for_each_entry_safe() in rscn_recovery_check()James Smart2022-05-101-2/+2
| * scsi: lpfc: Fix dmabuf ptr assignment in lpfc_ct_reject_event()James Smart2022-05-101-12/+3
| * scsi: lpfc: Inhibit aborts if external loopback plug is insertedJames Smart2022-05-104-3/+21
| * scsi: lpfc: Fix ndlp put following a LOGO completionJames Smart2022-05-101-1/+7