summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
AgeCommit message (Expand)AuthorFilesLines
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds21-3193/+3137
2022-03-15scsi: lpfc: Copyright updates for 14.2.0.0 patchesJames Smart18-19/+19
2022-03-15scsi: lpfc: Update lpfc version to 14.2.0.0James Smart1-1/+1
2022-03-15scsi: lpfc: SLI path split: Refactor BSG pathsJames Smart1-14/+22
2022-03-15scsi: lpfc: SLI path split: Refactor Abort pathsJames Smart6-184/+236
2022-03-15scsi: lpfc: SLI path split: Refactor SCSI pathsJames Smart3-210/+174
2022-03-15scsi: lpfc: SLI path split: Refactor CT pathsJames Smart6-398/+616
2022-03-15scsi: lpfc: SLI path split: Refactor misc ELS pathsJames Smart4-874/+241
2022-03-15scsi: lpfc: SLI path split: Refactor VMID pathsJames Smart2-7/+9
2022-03-15scsi: lpfc: SLI path split: Refactor FDISC pathsJames Smart1-18/+29
2022-03-15scsi: lpfc: SLI path split: Refactor LS_RJT pathsJames Smart1-5/+15
2022-03-15scsi: lpfc: SLI path split: Refactor LS_ACC pathsJames Smart1-67/+177
2022-03-15scsi: lpfc: SLI path split: Refactor the RSCN/SCR/RDF/EDC/FARPR pathsJames Smart1-34/+81
2022-03-15scsi: lpfc: SLI path split: Refactor PLOGI/PRLI/ADISC/LOGO pathsJames Smart3-105/+242
2022-03-15scsi: lpfc: SLI path split: Refactor base ELS paths and the FLOGI pathJames Smart7-240/+453
2022-03-15scsi: lpfc: SLI path split: Introduce lpfc_prep_wqeJames Smart5-2/+200
2022-03-15scsi: lpfc: SLI path split: Refactor fast and slow paths to native SLI4James Smart5-302/+257
2022-03-15scsi: lpfc: SLI path split: Refactor lpfc_iocbqJames Smart12-391/+385
2022-03-15scsi: lpfc: Use kcalloc()Julia Lawall1-6/+3
2022-03-15scsi: lpfc: Fix typos in commentsJulia Lawall1-1/+1
2022-03-14scsi: lpfc: Remove failing soft_wwn supportJames Smart3-242/+1
2022-03-01scsi: lpfc: Use rport as argument for lpfc_chk_tgt_mapped()Hannes Reinecke1-7/+8
2022-03-01scsi: lpfc: Use rport as argument for lpfc_send_taskmgmt()Hannes Reinecke1-6/+6
2022-03-01scsi: lpfc: Use fc_block_rport()Hannes Reinecke1-5/+8
2022-03-01scsi: lpfc: Drop lpfc_no_handler()Hannes Reinecke1-10/+0
2022-03-01scsi: lpfc: Kill lpfc_bus_reset_handler()Hannes Reinecke1-91/+0
2022-02-14scsi: lpfc: Fix pt2pt NVMe PRLI reject LOGO loopJames Smart4-3/+26
2022-02-14Merge branch '5.17/scsi-fixes' into 5.18/scsi-stagingMartin K. Petersen4-7/+20
2022-02-07scsi: lpfc: Reduce log messages seen after firmware downloadJames Smart2-2/+8
2022-02-07scsi: lpfc: Remove NVMe support if kernel has NVME_FC disabledJames Smart2-5/+12
2022-01-31scsi: lpfc: Remove redundant flush_workqueue() callMinghao Chi (CGEL ZTE)1-1/+0
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-5/+5
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov1-5/+5
2022-01-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds13-160/+267
2022-01-08Merge branch 'linus' into irq/core, to fix conflictIngo Molnar2-9/+4
2021-12-16scsi: lpfc: Terminate string in lpfc_debugfs_nvmeio_trc_write()Dan Carpenter1-2/+2
2021-12-16Merge branch '5.16/scsi-fixes' into 5.17/scsi-stagingMartin K. Petersen1-7/+2
2021-12-13scsi: lpfc: Use struct_group to isolate cast to larger objectKees Cook2-27/+32
2021-12-13scsi: lpfc: Use struct_group() to initialize struct lpfc_cgn_infoKees Cook2-48/+46
2021-12-10scsi: lpfc: Use irq_set_affinity()Nitesh Narayan Lal1-3/+1
2021-12-06scsi: lpfc: Update lpfc version to 14.0.0.4James Smart1-1/+1
2021-12-06scsi: lpfc: Add additional debugfs support for CMFJames Smart1-1/+12
2021-12-06scsi: lpfc: Cap CMF read bytes to MBPIJames Smart2-2/+11
2021-12-06scsi: lpfc: Adjust CMF total bytes and rxmonitorJames Smart4-15/+22
2021-12-06scsi: lpfc: Trigger SLI4 firmware dump before doing driver cleanupJames Smart4-30/+48
2021-12-06scsi: lpfc: Fix NPIV port deletion crashJames Smart4-25/+73
2021-12-06scsi: lpfc: Fix lpfc_force_rscn ndlp kref imbalanceJames Smart1-5/+0
2021-12-06scsi: lpfc: Change return code on I/Os received during link bounceJames Smart2-4/+6
2021-12-06scsi: lpfc: Fix leaked lpfc_dmabuf mbox allocations with NPIVJames Smart3-3/+17
2021-11-23scsi: lpfc: Fix non-recovery of remote ports following an unsolicited LOGOJames Smart1-7/+2