aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/lpfc_scsi.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-16scsi: lpfc: Check return status of lpfc_reset_flush_io_context during TGT_RESETJustin Tee1-4/+10
2025-06-23scsi: lpfc: Copyright updates for 14.4.0.10 patchesJustin Tee1-1/+1
2025-06-23scsi: lpfc: Move clearing of HBA_SETUP flag to before lpfc_sli4_queue_unsetJustin Tee1-1/+2
2025-06-23scsi: lpfc: Check for hdwq null ptr when cleaning up lpfc_vport structureJustin Tee1-0/+4
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-03-03scsi: lpfc: Convert timeouts to secs_to_jiffies()Easwar Hariharan1-7/+5
2025-01-02Merge patch series "Update lpfc to revision 14.4.0.7"Martin K. Petersen1-12/+15
2025-01-02scsi: lpfc: Add support for large fw object application layer readsJustin Tee1-0/+6
2025-01-02scsi: lpfc: Change lpfc_nodelist save_flags member into a bitmaskJustin Tee1-11/+8
2025-01-02scsi: lpfc: Redefine incorrect type in lpfc_create_device_data()Justin Tee1-1/+1
2024-12-04scsi: Convert SCSI drivers to .sdev_configure()Bart Van Assche1-7/+14
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche1-11/+11
2024-11-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+4
2024-11-02scsi: lpfc: Change lpfc_nodelist nlp_flag member into a bitmaskJustin Tee1-4/+4
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-12scsi: lpfc: Restrict support for 32 byte CDBs to specific HBAsJustin Tee1-1/+1
2024-08-02scsi: lpfc: Validate hdwq pointers before dereferencing in reset/errata pathsJustin Tee1-2/+11
2024-05-06scsi: lpfc: Add support for 32 byte CDBsJustin Tee1-20/+37
2024-05-06scsi: lpfc: Change lpfc_hba hba_flag member into a bitmaskJustin Tee1-4/+4
2024-05-06scsi: lpfc: Introduce rrq_list_lock to protect active_rrq_listJustin Tee1-1/+3
2024-05-06scsi: lpfc: Update logging of protection type for T10 DIF I/OJustin Tee1-1/+1
2024-05-06Merge branch '6.9/s/lpfc2' into 6.10/s/lpfcMartin K. Petersen1-19/+4
2024-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+5
2024-03-10scsi: lpfc: Update lpfc_ramp_down_queue_handler() logicJustin Tee1-9/+4
2024-03-10scsi: lpfc: Remove unnecessary log message in queuecommand pathJustin Tee1-10/+0
2024-02-05scsi: lpfc: Copyright updates for 14.4.0.0 patchesJustin Tee1-1/+1
2024-02-05scsi: lpfc: Use sg_dma_len() API to get struct scatterlist's lengthJustin Tee1-4/+4
2024-02-05scsi: lpfc: Use unsigned type for num_sgeHannes Reinecke1-6/+6
2023-08-07scsi: lpfc: Remove reftag check in DIF pathsJustin Tee1-17/+3
2023-05-31scsi: lpfc: Clean up SLI-4 CQE status handlingJustin Tee1-36/+29
2023-05-08scsi: lpfc: Fix verbose logging for SCSI commands issued to SES devicesJustin Tee1-1/+2
2023-01-12scsi: lpfc: Copyright updates for 14.2.0.10 patchesJustin Tee1-1/+1
2023-01-12scsi: lpfc: Resolve miscellaneous variable set but not used compiler warningsJustin Tee1-4/+2
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-59/+27
2022-09-15scsi: lpfc: Move scsi_host_template outside dynamically allocated/freed phbaJames Smart1-0/+27
2022-09-01scsi: lpfc: Return DID_TRANSPORT_DISRUPTED instead of DID_REQUEUEHannes Reinecke1-2/+2
2022-08-31scsi: lpfc: Remove SANDiags related codeJames Smart1-59/+0
2022-07-07scsi: lpfc: Remove extra atomic_inc on cmd_pending in queuecommand after VMIDJames Smart1-1/+0
2022-06-07scsi: lpfc: Address NULL pointer dereference after starget_to_rport()James Smart1-0/+6
2022-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-259/+4
2022-05-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-38/+34
2022-05-19scsi: lpfc: Rework lpfc_vmid_get_appid() to be protocol independentJames Smart1-3/+4
2022-05-19scsi: lpfc: Commonize VMID code locationJames Smart1-256/+0
2022-05-10scsi: lpfc: Change VMID registration to be based on fabric parametersJames Smart1-8/+9
2022-05-02blk-cgroup: move blkcg_{get,set}_fc_appid out of lineChristoph Hellwig1-1/+3
2022-04-18scsi: lpfc: Fix field overload in lpfc_iocbq data structureJames Smart1-10/+7
2022-04-18scsi: lpfc: Fix call trace observed during I/O with CMF enabledJames Smart1-2/+2
2022-04-18scsi: lpfc: Fix SCSI I/O completion and abort handler deadlockJames Smart1-18/+15
2022-04-18scsi: lpfc: Requeue SCSI I/O to upper layer when fw reports link downJames Smart1-0/+1