summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/lpfc_bsg.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+3
2024-09-12scsi: lpfc: Support loopback tests with VMID enabledJustin Tee1-0/+3
2024-08-22scsi: lpfc: Fix overflow build issueSherry Yang1-1/+1
2024-05-06Merge patch series "Update lpfc to revision 14.4.0.2"Martin K. Petersen1-1/+2
2024-05-06scsi: lpfc: Change lpfc_hba hba_flag member into a bitmaskJustin Tee1-1/+2
2024-03-10Merge patch series "Update lpfc to revision 14.4.0.1"Martin K. Petersen1-18/+18
2024-03-10scsi: lpfc: Define types in a union for generic void *context3 ptrJustin Tee1-6/+6
2024-03-10scsi: lpfc: Define lpfc_dmabuf type for ctx_buf ptrJustin Tee1-6/+6
2024-03-10scsi: lpfc: Define lpfc_nodelist type for ctx_ndlp ptrJustin Tee1-2/+2
2024-03-10scsi: lpfc: Use a dedicated lock for ras_fwlog stateJustin Tee1-10/+10
2024-03-10scsi: lpfc: Correct size for cmdwqe/rspwqe for memset()Muhammad Usama Anjum1-2/+2
2024-02-05scsi: lpfc: Copyright updates for 14.4.0.0 patchesJustin Tee1-1/+1
2024-02-05scsi: lpfc: Change lpfc_vport fc_flag member into a bitmaskJustin Tee1-3/+3
2023-06-14scsi: lpfc: Fix incorrect big endian type assignment in bsg loopback pathJustin Tee1-4/+4
2023-03-09scsi: lpfc: Copyright updates for 14.2.0.11 patchesJustin Tee1-1/+1
2023-03-09scsi: lpfc: Reorder freeing of various DMA buffers and their list removalJustin Tee1-1/+1
2022-10-01scsi: lpfc: Fix spelling mistake "unsolicted" -> "unsolicited"Colin Ian King1-2/+2
2022-09-01scsi: lpfc: Remove unneeded result variableye xingchen1-4/+1
2022-07-07scsi: lpfc: Remove Menlo/Hornet related codeJames Smart1-324/+0
2022-05-02scsi: lpfc: Fix additional reference counting in lpfc_bsg_rport_els()James Smart1-6/+0
2022-04-18scsi: lpfc: Fix field overload in lpfc_iocbq data structureJames Smart1-41/+38
2022-03-15scsi: lpfc: Copyright updates for 14.2.0.0 patchesJames Smart1-1/+1
2022-03-15scsi: lpfc: SLI path split: Refactor BSG pathsJames Smart1-14/+22
2022-03-15scsi: lpfc: SLI path split: Refactor CT pathsJames Smart1-160/+106
2022-03-15scsi: lpfc: SLI path split: Introduce lpfc_prep_wqeJames Smart1-0/+1
2022-03-15scsi: lpfc: SLI path split: Refactor lpfc_iocbqJames Smart1-25/+25
2021-08-24scsi: lpfc: Add bsg support for retrieving adapter cmf dataJames Smart1-0/+89
2021-04-26scsi: lpfc: Fix DMA virtual address ptr assignment in bsgJames Smart1-1/+1
2021-04-13scsi: lpfc: Copyright updates for 12.8.0.9 patchesJames Smart1-1/+1
2021-04-13scsi: lpfc: Fix various trivial errors in comments and log messagesJames Smart1-8/+8
2021-04-13scsi: lpfc: Fix silent memory allocation failure in lpfc_sli4_bsg_link_diag_t...James Smart1-1/+3
2021-03-15scsi: lpfc: Fix a few incorrectly named functionsLee Jones1-3/+3
2021-01-13scsi: lpfc: Simplify bool comparisonYANG LI1-2/+2
2020-12-02scsi: lpfc: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-11-19scsi: lpfc: Remove dead code on second !ndlp checkColin Ian King1-6/+0
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-2/+2
2020-11-17scsi: lpfc: Rework locations of ndlp reference takingJames Smart1-30/+41
2020-11-17scsi: lpfc: Rework remote port ref counting and node freeingJames Smart1-1/+1
2020-11-10scsi: lpfc: lpfc_bsg: Provide correct documentation for a bunch of functionsLee Jones1-17/+17
2020-10-26scsi: lpfc: Reject CT request for MIB commandsJames Smart1-20/+1
2020-08-04scsi: lpfc: Fix validation of bsg reply lengthsDick Kennedy1-13/+8
2020-07-02scsi: lpfc: Allow applications to issue Common Set Features mailbox commandDick Kennedy1-0/+1
2020-07-02scsi: lpfc: Fix unused assignment in lpfc_sli4_bsg_link_diag_testDick Kennedy1-18/+16
2019-12-09scsi: lpfc: Fix memory leak on lpfc_bsg_write_ebuf_set funcBo Wu1-6/+9
2019-10-24scsi: lpfc: Make FW logging dynamically configurableJames Smart1-4/+14
2019-08-19scsi: lpfc: Migrate to %px and %pf in kernel print callsJames Smart1-1/+1
2019-08-19scsi: lpfc: Fix upcall to bsg done in non-success casesJames Smart1-7/+15
2019-08-19scsi: lpfc: remove redundant codeFuqian Huang1-1/+0
2019-07-22scsi: lpfc: Remove unnecessary null check before kfreeYueHaibing1-3/+1