summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_scsi.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: lpfc: Add support for 32 byte CDBsJustin Tee2024-05-061-20/+37
* scsi: lpfc: Change lpfc_hba hba_flag member into a bitmaskJustin Tee2024-05-061-4/+4
* scsi: lpfc: Introduce rrq_list_lock to protect active_rrq_listJustin Tee2024-05-061-1/+3
* scsi: lpfc: Update logging of protection type for T10 DIF I/OJustin Tee2024-05-061-1/+1
* Merge branch '6.9/s/lpfc2' into 6.10/s/lpfcMartin K. Petersen2024-05-061-19/+4
|\
| * scsi: lpfc: Update lpfc_ramp_down_queue_handler() logicJustin Tee2024-03-101-9/+4
| * scsi: lpfc: Remove unnecessary log message in queuecommand pathJustin Tee2024-03-101-10/+0
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-03-161-5/+5
|\|
| * scsi: lpfc: Copyright updates for 14.4.0.0 patchesJustin Tee2024-02-051-1/+1
| * scsi: lpfc: Use sg_dma_len() API to get struct scatterlist's lengthJustin Tee2024-02-051-4/+4
* | scsi: lpfc: Use unsigned type for num_sgeHannes Reinecke2024-02-051-6/+6
|/
* scsi: lpfc: Remove reftag check in DIF pathsJustin Tee2023-08-071-17/+3
* scsi: lpfc: Clean up SLI-4 CQE status handlingJustin Tee2023-05-311-36/+29
* scsi: lpfc: Fix verbose logging for SCSI commands issued to SES devicesJustin Tee2023-05-081-1/+2
* scsi: lpfc: Copyright updates for 14.2.0.10 patchesJustin Tee2023-01-121-1/+1
* scsi: lpfc: Resolve miscellaneous variable set but not used compiler warningsJustin Tee2023-01-121-4/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-10-071-59/+27
|\
| * scsi: lpfc: Move scsi_host_template outside dynamically allocated/freed phbaJames Smart2022-09-151-0/+27
| * scsi: lpfc: Remove SANDiags related codeJames Smart2022-08-311-59/+0
* | scsi: lpfc: Return DID_TRANSPORT_DISRUPTED instead of DID_REQUEUEHannes Reinecke2022-09-011-2/+2
|/
* scsi: lpfc: Remove extra atomic_inc on cmd_pending in queuecommand after VMIDJames Smart2022-07-071-1/+0
* scsi: lpfc: Address NULL pointer dereference after starget_to_rport()James Smart2022-06-071-0/+6
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-06-051-259/+4
|\
| * scsi: lpfc: Rework lpfc_vmid_get_appid() to be protocol independentJames Smart2022-05-191-3/+4
| * scsi: lpfc: Commonize VMID code locationJames Smart2022-05-191-256/+0
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-05-251-38/+34
|\|
| * scsi: lpfc: Change VMID registration to be based on fabric parametersJames Smart2022-05-101-8/+9
| * scsi: lpfc: Fix field overload in lpfc_iocbq data structureJames Smart2022-04-181-10/+7
| * scsi: lpfc: Fix call trace observed during I/O with CMF enabledJames Smart2022-04-181-2/+2
| * scsi: lpfc: Fix SCSI I/O completion and abort handler deadlockJames Smart2022-04-181-18/+15
| * scsi: lpfc: Requeue SCSI I/O to upper layer when fw reports link downJames Smart2022-04-181-0/+1
* | blk-cgroup: move blkcg_{get,set}_fc_appid out of lineChristoph Hellwig2022-05-021-1/+3
|/
* scsi: lpfc: Fix broken SLI4 abort pathJames Smart2022-03-291-5/+7
* scsi: lpfc: Copyright updates for 14.2.0.0 patchesJames Smart2022-03-151-1/+1
* scsi: lpfc: SLI path split: Refactor Abort pathsJames Smart2022-03-151-7/+5
* scsi: lpfc: SLI path split: Refactor SCSI pathsJames Smart2022-03-151-208/+166
* scsi: lpfc: SLI path split: Refactor lpfc_iocbqJames Smart2022-03-151-37/+38
* scsi: lpfc: Use rport as argument for lpfc_chk_tgt_mapped()Hannes Reinecke2022-03-011-7/+8
* scsi: lpfc: Use rport as argument for lpfc_send_taskmgmt()Hannes Reinecke2022-03-011-6/+6
* scsi: lpfc: Use fc_block_rport()Hannes Reinecke2022-03-011-5/+8
* scsi: lpfc: Drop lpfc_no_handler()Hannes Reinecke2022-03-011-10/+0
* scsi: lpfc: Kill lpfc_bus_reset_handler()Hannes Reinecke2022-03-011-91/+0
* scsi: lpfc: Change return code on I/Os received during link bounceJames Smart2021-12-061-3/+5
* scsi: lpfc: Allow fabric node recovery if recovery is in progress before devlossJames Smart2021-10-201-5/+5
* scsi: lpfc: Wait for successful restart of SLI3 adapter during host sg_resetJames Smart2021-10-201-0/+7
* scsi: lpfc: Revert LOG_TRACE_EVENT back to LOG_INIT prior to driver_resource_...James Smart2021-10-201-1/+1
* scsi: lpfc: Switch to attribute groupsBart Van Assche2021-10-161-2/+2
* scsi: lpfc: Call scsi_done() directlyBart Van Assche2021-10-161-4/+4
* Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen2021-10-121-7/+2
|\
| * scsi: lpfc: Remove unneeded variableChi Minghao2021-09-131-2/+1