aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/scsi/lpfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar6-13/+17
2025-04-28Merge patch series "Update lpfc to revision 14.4.0.9"Martin K. Petersen6-32/+183
2025-04-28scsi: lpfc: Copyright updates for 14.4.0.9 patchesJustin Tee3-3/+3
2025-04-28scsi: lpfc: Update lpfc version to 14.4.0.9Justin Tee1-1/+1
2025-04-28scsi: lpfc: Create lpfc_vmid_info sysfs entryJustin Tee1-0/+134
2025-04-28scsi: lpfc: Avoid potential ndlp use-after-free in dev_loss_tmo_callbkJustin Tee1-15/+17
2025-04-28scsi: lpfc: Prevent failure to reregister with NVMe transport after PRLI retryJustin Tee2-5/+7
2025-04-28scsi: lpfc: Restart eratt_poll timer if HBA_SETUP flag still unsetJustin Tee1-7/+17
2025-04-28scsi: lpfc: Notify FC transport of rport disappearance during PCI fcn resetJustin Tee1-0/+3
2025-04-28scsi: lpfc: Fix lpfc_check_sli_ndlp() handling for GEN_REQUEST64 commandsJustin Tee1-1/+1
2025-04-28scsi: lpfc: Use secs_to_jiffies() instead of msecs_to_jiffies()Thorsten Blum2-6/+4
2025-04-11scsi: lpfc: Use memcpy() for BIOS versionDaniel Wagner1-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner6-23/+23
2025-03-26Merge 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/kernel/git/tip/tipLinus Torvalds1-4/+3
2025-03-17scsi: lpfc: Restore clearing of NLP_UNREG_INP in ndlp->nlp_flagEwan D. Milne1-0/+2
2025-03-03scsi: lpfc: Fix spelling mistake 'Toplogy' -> 'Topology'Colin Ian King1-1/+1
2025-03-03scsi: lpfc: Convert timeouts to secs_to_jiffies()Easwar Hariharan7-47/+34
2025-02-24scsi: lpfc: rework lpfc_next_{online,present}_cpu()Yury Norov1-18/+5
2025-02-24scsi: lpfc: switch lpfc_irq_rebalance() to using cpumask_next_wrap()Yury Norov1-1/+1
2025-02-24cpumask: deprecate cpumask_next_wrap()Yury Norov1-1/+1
2025-02-18scsi: Switch to use hrtimer_setup()Nam Cao1-4/+3
2025-02-03scsi: lpfc: Copyright updates for 14.4.0.8 patchesJustin Tee4-5/+5
2025-02-03scsi: lpfc: Update lpfc version to 14.4.0.8Justin Tee1-1/+1
2025-02-03scsi: lpfc: Handle duplicate D_IDs in ndlp search-by D_ID routineJustin Tee1-5/+12
2025-02-03scsi: lpfc: Ignore ndlp rport mismatch in dev_loss_tmo callbkJustin Tee1-3/+9
2025-02-03scsi: lpfc: Free phba irq in lpfc_sli4_enable_msi() when pci_irq_vector() failsJustin Tee1-0/+2
2025-02-03scsi: lpfc: Reduce log message generation during ELS ring clean upJustin Tee1-6/+4
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds5-17/+17
2025-01-12scsi: 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
2025-01-02Merge patch series "scsi: Constify 'struct bin_attribute'"Martin K. Petersen1-10/+10
2025-01-02scsi: lpfc: Constify 'struct bin_attribute'Thomas Weißschuh1-10/+10
2025-01-02Merge patch series "Update lpfc to revision 14.4.0.7"Martin K. Petersen15-174/+351
2025-01-02scsi: lpfc: Copyright updates for 14.4.0.7 patchesJustin Tee2-2/+2
2025-01-02scsi: lpfc: Update lpfc version to 14.4.0.7Justin Tee1-1/+1
2025-01-02scsi: lpfc: Add support for large fw object application layer readsJustin Tee3-9/+224
2025-01-02scsi: lpfc: Update definition of firmware configuration mbox cmdsJustin Tee3-66/+28
2025-01-02scsi: lpfc: Change lpfc_nodelist save_flags member into a bitmaskJustin Tee7-53/+33
2025-01-02scsi: lpfc: Add handling for LS_RJT reason explanation authentication requiredJustin Tee2-0/+27
2025-01-02scsi: lpfc: Modify handling of ADISC based on ndlp state and RPI registrationJustin Tee1-19/+24
2025-01-02scsi: lpfc: Delete NLP_TARGET_REMOVE flag due to obsolete usageJustin Tee3-21/+7
2025-01-02scsi: lpfc: Restrict the REG_FCFI MAM field to FCoE adapters onlyJustin Tee1-2/+4
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-12-02Merge branch '6.13/scsi-queue' into 6.13/scsi-fixesMartin K. Petersen2-2/+2
2024-11-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds15-814/+665
2024-11-20scsi: lpfc: Fix spelling errors 'asynchronously'liujing2-2/+2
2024-11-02scsi: lpfc: Copyright updates for 14.4.0.6 patchesJustin Tee2-2/+2