summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
AgeCommit message (Expand)AuthorLines
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds-17/+17
2025-01-12scsi: lpfc: convert timeouts to secs_to_jiffies()Easwar Hariharan-17/+17
2025-01-10Merge branch '6.13/scsi-fixes' into 6.14/scsi-stagingMartin K. Petersen-2/+2
2025-01-02Merge patch series "scsi: Constify 'struct bin_attribute'"Martin K. Petersen-10/+10
2025-01-02scsi: lpfc: Constify 'struct bin_attribute'Thomas Weißschuh-10/+10
2025-01-02Merge patch series "Update lpfc to revision 14.4.0.7"Martin K. Petersen-174/+351
2025-01-02scsi: lpfc: Copyright updates for 14.4.0.7 patchesJustin Tee-2/+2
2025-01-02scsi: lpfc: Update lpfc version to 14.4.0.7Justin Tee-1/+1
2025-01-02scsi: lpfc: Add support for large fw object application layer readsJustin Tee-9/+224
2025-01-02scsi: lpfc: Update definition of firmware configuration mbox cmdsJustin Tee-66/+28
2025-01-02scsi: lpfc: Change lpfc_nodelist save_flags member into a bitmaskJustin Tee-53/+33
2025-01-02scsi: lpfc: Add handling for LS_RJT reason explanation authentication requiredJustin Tee-0/+27
2025-01-02scsi: lpfc: Modify handling of ADISC based on ndlp state and RPI registrationJustin Tee-19/+24
2025-01-02scsi: lpfc: Delete NLP_TARGET_REMOVE flag due to obsolete usageJustin Tee-21/+7
2025-01-02scsi: lpfc: Restrict the REG_FCFI MAM field to FCoE adapters onlyJustin Tee-2/+4
2025-01-02scsi: lpfc: Redefine incorrect type in lpfc_create_device_data()Justin Tee-1/+1
2024-12-04scsi: Convert SCSI drivers to .sdev_configure()Bart Van Assche-7/+14
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche-11/+11
2024-12-02Merge branch '6.13/scsi-queue' into 6.13/scsi-fixesMartin K. Petersen-2/+2
2024-11-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-814/+665
2024-11-20scsi: lpfc: Fix spelling errors 'asynchronously'liujing-2/+2
2024-11-02scsi: lpfc: Copyright updates for 14.4.0.6 patchesJustin Tee-2/+2
2024-11-02scsi: lpfc: Update lpfc version to 14.4.0.6Justin Tee-1/+1
2024-11-02scsi: lpfc: Change lpfc_nodelist nlp_flag member into a bitmaskJustin Tee-661/+476
2024-11-02scsi: lpfc: Remove NLP_RELEASE_RPI flag from nodelist structureJustin Tee-127/+44
2024-11-02scsi: lpfc: Prevent NDLP reference count underflow in dev_loss_tmo callbackJustin Tee-12/+24
2024-11-02scsi: lpfc: Add cleanup of nvmels_wq after HBA resetJustin Tee-2/+51
2024-11-02scsi: lpfc: Check SLI_ACTIVE flag in FDMI cmpl before submitting follow up FDMIJustin Tee-7/+14
2024-11-02scsi: lpfc: Update lpfc_els_flush_cmd() to check for SLI_ACTIVE before BSG flagJustin Tee-6/+16
2024-11-02scsi: lpfc: Call lpfc_sli4_queue_unset() in restart and rmmod pathsJustin Tee-5/+38
2024-11-02scsi: lpfc: Check devloss callbk done flag for potential stale NDLP ptrsJustin Tee-0/+6
2024-11-02scsi: lpfc: Modify CGN warning signal calculation based on EDC responseJustin Tee-2/+4
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-3/+3
2024-09-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-101/+228
2024-09-19Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-46/+112
2024-09-19Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/...Linus Torvalds-6/+1
2024-09-12Merge patch series "Update lpfc to revision 14.4.0.5"Martin K. Petersen-99/+226
2024-09-12scsi: lpfc: Update lpfc version to 14.4.0.5Justin Tee-1/+1
2024-09-12scsi: lpfc: Support loopback tests with VMID enabledJustin Tee-4/+70
2024-09-12scsi: lpfc: Revise TRACE_EVENT log flag severities from KERN_ERR to KERN_WARNINGJustin Tee-71/+64
2024-09-12scsi: lpfc: Ensure DA_ID handling completion before deleting an NPIV instanceJustin Tee-7/+55
2024-09-12scsi: lpfc: Fix kref imbalance on fabric ndlps from dev_loss_tmo handlerJustin Tee-6/+4
2024-09-12scsi: lpfc: Restrict support for 32 byte CDBs to specific HBAsJustin Tee-4/+22
2024-09-12scsi: lpfc: Update phba link state conditional before sending CMF_SYNC_WQEJustin Tee-3/+6
2024-09-12scsi: lpfc: Add ELS_RSP cmd to the list of WQEs to flush in lpfc_els_flush_cmd()Justin Tee-3/+4
2024-09-12scsi: lpfc: Remove trailing space after \n newlineColin Ian King-2/+2
2024-08-29dma-mapping: don't return errors from dma_set_max_seg_sizeChristoph Hellwig-6/+1
2024-08-22scsi: lpfc: Fix overflow build issueSherry Yang-1/+1
2024-08-02scsi: lpfc: Copyright updates for 14.4.0.4 patchesJustin Tee-1/+1
2024-08-02scsi: lpfc: Update lpfc version to 14.4.0.4Justin Tee-1/+1