summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_bsg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-09-291-0/+3
|\
| * scsi: lpfc: Support loopback tests with VMID enabledJustin Tee2024-09-131-0/+3
* | scsi: lpfc: Fix overflow build issueSherry Yang2024-08-231-1/+1
|/
* Merge patch series "Update lpfc to revision 14.4.0.2"Martin K. Petersen2024-05-071-1/+2
|\
| * scsi: lpfc: Change lpfc_hba hba_flag member into a bitmaskJustin Tee2024-05-071-1/+2
* | Merge patch series "Update lpfc to revision 14.4.0.1"Martin K. Petersen2024-03-101-18/+18
|\|
| * scsi: lpfc: Define types in a union for generic void *context3 ptrJustin Tee2024-03-101-6/+6
| * scsi: lpfc: Define lpfc_dmabuf type for ctx_buf ptrJustin Tee2024-03-101-6/+6
| * scsi: lpfc: Define lpfc_nodelist type for ctx_ndlp ptrJustin Tee2024-03-101-2/+2
| * scsi: lpfc: Use a dedicated lock for ras_fwlog stateJustin Tee2024-03-101-10/+10
* | scsi: lpfc: Correct size for cmdwqe/rspwqe for memset()Muhammad Usama Anjum2024-03-101-2/+2
|/
* scsi: lpfc: Copyright updates for 14.4.0.0 patchesJustin Tee2024-02-061-1/+1
* scsi: lpfc: Change lpfc_vport fc_flag member into a bitmaskJustin Tee2024-02-061-3/+3
* scsi: lpfc: Fix incorrect big endian type assignment in bsg loopback pathJustin Tee2023-06-151-4/+4
* scsi: lpfc: Copyright updates for 14.2.0.11 patchesJustin Tee2023-03-101-1/+1
* scsi: lpfc: Reorder freeing of various DMA buffers and their list removalJustin Tee2023-03-101-1/+1
* scsi: lpfc: Fix spelling mistake "unsolicted" -> "unsolicited"Colin Ian King2022-10-011-2/+2
* scsi: lpfc: Remove unneeded result variableye xingchen2022-09-011-4/+1
* scsi: lpfc: Remove Menlo/Hornet related codeJames Smart2022-07-071-324/+0
* scsi: lpfc: Fix additional reference counting in lpfc_bsg_rport_els()James Smart2022-05-021-6/+0
* scsi: lpfc: Fix field overload in lpfc_iocbq data structureJames Smart2022-04-191-41/+38
* scsi: lpfc: Copyright updates for 14.2.0.0 patchesJames Smart2022-03-151-1/+1
* scsi: lpfc: SLI path split: Refactor BSG pathsJames Smart2022-03-151-14/+22
* scsi: lpfc: SLI path split: Refactor CT pathsJames Smart2022-03-151-160/+106
* scsi: lpfc: SLI path split: Introduce lpfc_prep_wqeJames Smart2022-03-151-0/+1
* scsi: lpfc: SLI path split: Refactor lpfc_iocbqJames Smart2022-03-151-25/+25
* scsi: lpfc: Add bsg support for retrieving adapter cmf dataJames Smart2021-08-251-0/+89
* scsi: lpfc: Fix DMA virtual address ptr assignment in bsgJames Smart2021-04-271-1/+1
* scsi: lpfc: Copyright updates for 12.8.0.9 patchesJames Smart2021-04-131-1/+1
* scsi: lpfc: Fix various trivial errors in comments and log messagesJames Smart2021-04-131-8/+8
* scsi: lpfc: Fix silent memory allocation failure in lpfc_sli4_bsg_link_diag_t...James Smart2021-04-131-1/+3
* scsi: lpfc: Fix a few incorrectly named functionsLee Jones2021-03-161-3/+3
* scsi: lpfc: Simplify bool comparisonYANG LI2021-01-131-2/+2
* scsi: lpfc: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-021-0/+1
* scsi: lpfc: Remove dead code on second !ndlp checkColin Ian King2020-11-201-6/+0
* 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-2/+2
* scsi: lpfc: Rework locations of ndlp reference takingJames Smart2020-11-171-30/+41
* scsi: lpfc: Rework remote port ref counting and node freeingJames Smart2020-11-171-1/+1
* scsi: lpfc: lpfc_bsg: Provide correct documentation for a bunch of functionsLee Jones2020-11-111-17/+17
* scsi: lpfc: Reject CT request for MIB commandsJames Smart2020-10-271-20/+1
* scsi: lpfc: Fix validation of bsg reply lengthsDick Kennedy2020-08-051-13/+8
* scsi: lpfc: Allow applications to issue Common Set Features mailbox commandDick Kennedy2020-07-031-0/+1
* scsi: lpfc: Fix unused assignment in lpfc_sli4_bsg_link_diag_testDick Kennedy2020-07-031-18/+16
* scsi: lpfc: Fix memory leak on lpfc_bsg_write_ebuf_set funcBo Wu2019-12-101-6/+9
* scsi: lpfc: Make FW logging dynamically configurableJames Smart2019-10-251-4/+14
* scsi: lpfc: Migrate to %px and %pf in kernel print callsJames Smart2019-08-201-1/+1
* scsi: lpfc: Fix upcall to bsg done in non-success casesJames Smart2019-08-201-7/+15
* scsi: lpfc: remove redundant codeFuqian Huang2019-08-201-1/+0
* scsi: lpfc: Remove unnecessary null check before kfreeYueHaibing2019-07-221-3/+1