summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_scsi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* scsi: lpfc: Restrict support for 32 byte CDBs to specific HBAsJustin Tee2024-09-131-1/+1
* scsi: lpfc: Validate hdwq pointers before dereferencing in reset/errata pathsJustin Tee2024-08-031-2/+11
* scsi: lpfc: Add support for 32 byte CDBsJustin Tee2024-05-071-20/+37
* scsi: lpfc: Change lpfc_hba hba_flag member into a bitmaskJustin Tee2024-05-071-4/+4
* scsi: lpfc: Introduce rrq_list_lock to protect active_rrq_listJustin Tee2024-05-071-1/+3
* scsi: lpfc: Update logging of protection type for T10 DIF I/OJustin Tee2024-05-071-1/+1
* Merge branch '6.9/s/lpfc2' into 6.10/s/lpfcMartin K. Petersen2024-05-071-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-171-5/+5
|\|
| * scsi: lpfc: Copyright updates for 14.4.0.0 patchesJustin Tee2024-02-061-1/+1
| * scsi: lpfc: Use sg_dma_len() API to get struct scatterlist's lengthJustin Tee2024-02-061-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-081-17/+3
* scsi: lpfc: Clean up SLI-4 CQE status handlingJustin Tee2023-06-011-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-161-0/+27
| * scsi: lpfc: Remove SANDiags related codeJames Smart2022-09-011-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-081-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-201-3/+4
| * scsi: lpfc: Commonize VMID code locationJames Smart2022-05-201-256/+0
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-05-261-38/+34
|\|
| * scsi: lpfc: Change VMID registration to be based on fabric parametersJames Smart2022-05-111-8/+9
| * scsi: lpfc: Fix field overload in lpfc_iocbq data structureJames Smart2022-04-191-10/+7
| * scsi: lpfc: Fix call trace observed during I/O with CMF enabledJames Smart2022-04-191-2/+2
| * scsi: lpfc: Fix SCSI I/O completion and abort handler deadlockJames Smart2022-04-191-18/+15
| * scsi: lpfc: Requeue SCSI I/O to upper layer when fw reports link downJames Smart2022-04-191-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-301-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-021-7/+8
* scsi: lpfc: Use rport as argument for lpfc_send_taskmgmt()Hannes Reinecke2022-03-021-6/+6
* scsi: lpfc: Use fc_block_rport()Hannes Reinecke2022-03-021-5/+8
* scsi: lpfc: Drop lpfc_no_handler()Hannes Reinecke2022-03-021-10/+0
* scsi: lpfc: Kill lpfc_bus_reset_handler()Hannes Reinecke2022-03-021-91/+0
* scsi: lpfc: Change return code on I/Os received during link bounceJames Smart2021-12-071-3/+5
* scsi: lpfc: Allow fabric node recovery if recovery is in progress before devlossJames Smart2021-10-211-5/+5
* scsi: lpfc: Wait for successful restart of SLI3 adapter during host sg_resetJames Smart2021-10-211-0/+7
* scsi: lpfc: Revert LOG_TRACE_EVENT back to LOG_INIT prior to driver_resource_...James Smart2021-10-211-1/+1
* scsi: lpfc: Switch to attribute groupsBart Van Assche2021-10-171-2/+2