aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-18scsi: lpfc: Zero SLI4 fcp_cmnd buffer's fcpCntl0 fieldJames Smart1-1/+1
2022-04-18scsi: lpfc: Fix diagnostic fw logging after a function resetJames Smart2-3/+3
2022-04-18scsi: lpfc: Move cfg_log_verbose check before calling lpfc_dmp_dbg()James Smart2-31/+4
2022-04-18scsi: lpfc: Tweak message log categories for ELS/FDMI/NVMe rescanJames Smart3-6/+6
2022-04-06Merge branch '5.18/scsi-queue' into 5.18/scsi-fixesMartin K. Petersen8-87/+247
2022-03-29scsi: lpfc: Fix locking for lpfc_sli_iocbq_lookup()James Smart1-2/+8
2022-03-29scsi: lpfc: Fix broken SLI4 abort pathJames Smart1-5/+7
2022-03-29scsi: lpfc: Update lpfc version to 14.2.0.1James Smart1-1/+1
2022-03-29scsi: lpfc: Fix queue failures when recovering from PCI parity errorJames Smart1-0/+2
2022-03-29scsi: lpfc: Fix unload hang after back to back PCI EEH faultsJames Smart4-21/+72
2022-03-29scsi: lpfc: Improve PCI EEH Error and Recovery HandlingJames Smart6-58/+157
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