summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc
AgeCommit message (Expand)AuthorFilesLines
2025-08-13Merge branch '6.17/scsi-queue' into 6.17/scsi-fixesMartin K. Petersen2-2/+1
2025-08-06scsi: lpfc: Remove redundant assignment to avoid memory leakJiasheng Jiang1-1/+0
2025-08-06scsi: lpfc: Fix wrong function reference in a commentJean Delvare1-1/+1
2025-07-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds10-98/+105
2025-07-09lpfc: don't use file->f_path.dentry for comparisonsAl Viro2-48/+50
2025-06-23scsi: lpfc: Copyright updates for 14.4.0.10 patchesJustin Tee5-5/+5
2025-06-23scsi: lpfc: Update lpfc version to 14.4.0.10Justin Tee1-1/+1
2025-06-23scsi: lpfc: Modify end-of-life adapters' model descriptionsJustin Tee1-19/+36
2025-06-23scsi: lpfc: Revise CQ_CREATE_SET mailbox bitfield definitionsJustin Tee3-12/+20
2025-06-23scsi: lpfc: Move clearing of HBA_SETUP flag to before lpfc_sli4_queue_unsetJustin Tee2-2/+3
2025-06-23scsi: lpfc: Ensure HBA_SETUP flag is used only for SLI4 in dev_loss_tmo_callbkJustin Tee1-1/+2
2025-06-23scsi: lpfc: Relocate clearing initial phba flags from link up to link down hdlrJustin Tee2-6/+6
2025-06-23scsi: lpfc: Simplify error handling for failed lpfc_get_sli4_parameters cmdJustin Tee1-24/+5
2025-06-23scsi: lpfc: Early return out of FDMI cmpl for locally rejected statusesJustin Tee1-15/+3
2025-06-23scsi: lpfc: Skip RSCN processing when FC_UNLOADING flag is setJustin Tee1-0/+7
2025-06-23scsi: lpfc: Check for hdwq null ptr when cleaning up lpfc_vport structureJustin Tee1-0/+4
2025-06-23scsi: lpfc: Update debugfs trace ring initialization messagesJustin Tee1-9/+9
2025-06-23scsi: lpfc: Revise logging format for failed CT MIB requestsJustin Tee1-4/+4
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh1-4/+4
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar6-13/+17
2025-04-29Merge patch series "Update lpfc to revision 14.4.0.9"Martin K. Petersen6-32/+183
2025-04-29scsi: lpfc: Copyright updates for 14.4.0.9 patchesJustin Tee3-3/+3
2025-04-29scsi: lpfc: Update lpfc version to 14.4.0.9Justin Tee1-1/+1
2025-04-29scsi: lpfc: Create lpfc_vmid_info sysfs entryJustin Tee1-0/+134
2025-04-29scsi: lpfc: Avoid potential ndlp use-after-free in dev_loss_tmo_callbkJustin Tee1-15/+17
2025-04-29scsi: lpfc: Prevent failure to reregister with NVMe transport after PRLI retryJustin Tee2-5/+7
2025-04-29scsi: lpfc: Restart eratt_poll timer if HBA_SETUP flag still unsetJustin Tee1-7/+17
2025-04-29scsi: lpfc: Notify FC transport of rport disappearance during PCI fcn resetJustin Tee1-0/+3
2025-04-29scsi: lpfc: Fix lpfc_check_sli_ndlp() handling for GEN_REQUEST64 commandsJustin Tee1-1/+1
2025-04-29scsi: lpfc: Use secs_to_jiffies() instead of msecs_to_jiffies()Thorsten Blum2-6/+4
2025-04-12scsi: lpfc: Use memcpy() for BIOS versionDaniel Wagner1-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner6-23/+23
2025-03-27Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds8-68/+70
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+3
2025-03-18scsi: lpfc: Restore clearing of NLP_UNREG_INP in ndlp->nlp_flagEwan D. Milne1-0/+2
2025-03-04scsi: lpfc: Fix spelling mistake 'Toplogy' -> 'Topology'Colin Ian King1-1/+1
2025-03-04scsi: lpfc: Convert timeouts to secs_to_jiffies()Easwar Hariharan7-47/+34
2025-02-25scsi: lpfc: rework lpfc_next_{online,present}_cpu()Yury Norov1-18/+5
2025-02-25scsi: lpfc: switch lpfc_irq_rebalance() to using cpumask_next_wrap()Yury Norov1-1/+1
2025-02-25cpumask: deprecate cpumask_next_wrap()Yury Norov1-1/+1
2025-02-18scsi: Switch to use hrtimer_setup()Nam Cao1-4/+3
2025-02-04scsi: lpfc: Copyright updates for 14.4.0.8 patchesJustin Tee4-5/+5
2025-02-04scsi: lpfc: Update lpfc version to 14.4.0.8Justin Tee1-1/+1
2025-02-04scsi: lpfc: Handle duplicate D_IDs in ndlp search-by D_ID routineJustin Tee1-5/+12
2025-02-04scsi: lpfc: Ignore ndlp rport mismatch in dev_loss_tmo callbkJustin Tee1-3/+9
2025-02-04scsi: lpfc: Free phba irq in lpfc_sli4_enable_msi() when pci_irq_vector() failsJustin Tee1-0/+2
2025-02-04scsi: lpfc: Reduce log message generation during ELS ring clean upJustin Tee1-6/+4
2025-01-27Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds5-17/+17
2025-01-13scsi: lpfc: convert timeouts to secs_to_jiffies()Easwar Hariharan5-17/+17
2025-01-10Merge branch '6.13/scsi-fixes' into 6.14/scsi-stagingMartin K. Petersen2-2/+2