summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc
AgeCommit message (Expand)AuthorFilesLines
2022-02-15scsi: lpfc: Fix pt2pt NVMe PRLI reject LOGO loopJames Smart4-3/+26
2022-02-08scsi: lpfc: Reduce log messages seen after firmware downloadJames Smart2-2/+8
2022-02-08scsi: lpfc: Remove NVMe support if kernel has NVME_FC disabledJames Smart2-5/+12
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-17scsi: lpfc: Terminate string in lpfc_debugfs_nvmeio_trc_write()Dan Carpenter1-2/+2
2021-12-17Merge branch '5.16/scsi-fixes' into 5.17/scsi-stagingMartin K. Petersen1-7/+2
2021-12-14scsi: lpfc: Use struct_group to isolate cast to larger objectKees Cook2-27/+32
2021-12-14scsi: 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-07scsi: lpfc: Update lpfc version to 14.0.0.4James Smart1-1/+1
2021-12-07scsi: lpfc: Add additional debugfs support for CMFJames Smart1-1/+12
2021-12-07scsi: lpfc: Cap CMF read bytes to MBPIJames Smart2-2/+11
2021-12-07scsi: lpfc: Adjust CMF total bytes and rxmonitorJames Smart4-15/+22
2021-12-07scsi: lpfc: Trigger SLI4 firmware dump before doing driver cleanupJames Smart4-30/+48
2021-12-07scsi: lpfc: Fix NPIV port deletion crashJames Smart4-25/+73
2021-12-07scsi: lpfc: Fix lpfc_force_rscn ndlp kref imbalanceJames Smart1-5/+0
2021-12-07scsi: lpfc: Change return code on I/Os received during link bounceJames Smart2-4/+6
2021-12-07scsi: lpfc: Fix leaked lpfc_dmabuf mbox allocations with NPIVJames Smart3-3/+17
2021-11-24scsi: lpfc: Fix non-recovery of remote ports following an unsolicited LOGOJames Smart1-7/+2
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds14-332/+792
2021-10-21scsi: lpfc: Update lpfc version to 14.0.0.3James Smart1-1/+1
2021-10-21scsi: lpfc: Allow fabric node recovery if recovery is in progress before devlossJames Smart6-15/+139
2021-10-21scsi: lpfc: Fix link down processing to address NULL pointer dereferenceJames Smart1-7/+7
2021-10-21scsi: lpfc: Allow PLOGI retry if previous PLOGI was abortedJames Smart1-0/+13
2021-10-21scsi: lpfc: Fix use-after-free in lpfc_unreg_rpi() routineJames Smart1-0/+1
2021-10-21scsi: lpfc: Correct sysfs reporting of loop support after SFP status changeJames Smart3-21/+55
2021-10-21scsi: lpfc: Wait for successful restart of SLI3 adapter during host sg_resetJames Smart1-0/+7
2021-10-21scsi: lpfc: Revert LOG_TRACE_EVENT back to LOG_INIT prior to driver_resource_...James Smart3-6/+6
2021-10-18block: move elevator.h to block/Christoph Hellwig1-0/+1
2021-10-17scsi: lpfc: Switch to attribute groupsBart Van Assche4-153/+171
2021-10-17scsi: lpfc: Call scsi_done() directlyBart Van Assche1-4/+4
2021-10-12Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen7-37/+32
2021-10-05scsi: lpfc: Fix memory overwrite during FC-GS I/O abort handlingJames Smart1-4/+7
2021-09-29scsi: lpfc: Add support for optional PLDV handlingJames Smart2-0/+18
2021-09-29scsi: lpfc: Return NULL rather than a plain 0 integerColin Ian King1-1/+1
2021-09-29scsi: lpfc: Fix a function name in commentsCai Huoqing1-4/+4
2021-09-22scsi: lpfc: Fix mailbox command failure during driver initializationJames Smart1-2/+13
2021-09-22scsi: lpfc: Fix gcc -Wstringop-overread warning, againArnd Bergmann1-5/+2
2021-09-22scsi: lpfc: Use correct scnprintf() limitDan Carpenter1-1/+2
2021-09-22scsi: lpfc: Fix sprintf() overflow in lpfc_display_fpin_wwpn()Dan Carpenter1-1/+1
2021-09-15scsi: lpfc: Update lpfc version to 14.0.0.2James Smart1-1/+1
2021-09-15scsi: lpfc: Improve PBDE checks during SGL processingJames Smart3-42/+40
2021-09-15scsi: lpfc: Zero CGN stats only during initial driver load and stat resetJames Smart2-4/+4
2021-09-15scsi: lpfc: Fix I/O block after enabling managed congestion modeJames Smart1-1/+2
2021-09-15scsi: lpfc: Adjust bytes received vales during cmf timer intervalJames Smart1-2/+14
2021-09-15scsi: lpfc: Fix EEH support for NVMe I/OJames Smart7-28/+154
2021-09-15scsi: lpfc: Fix FCP I/O flush functionality for TMF routinesJames Smart1-23/+78