summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
AgeCommit message (Expand)AuthorLines
2021-11-23scsi: lpfc: Fix non-recovery of remote ports following an unsolicited LOGOJames Smart-7/+2
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-332/+792
2021-10-20scsi: lpfc: Update lpfc version to 14.0.0.3James Smart-1/+1
2021-10-20scsi: lpfc: Allow fabric node recovery if recovery is in progress before devlossJames Smart-15/+139
2021-10-20scsi: lpfc: Fix link down processing to address NULL pointer dereferenceJames Smart-7/+7
2021-10-20scsi: lpfc: Allow PLOGI retry if previous PLOGI was abortedJames Smart-0/+13
2021-10-20scsi: lpfc: Fix use-after-free in lpfc_unreg_rpi() routineJames Smart-0/+1
2021-10-20scsi: lpfc: Correct sysfs reporting of loop support after SFP status changeJames Smart-21/+55
2021-10-20scsi: lpfc: Wait for successful restart of SLI3 adapter during host sg_resetJames Smart-0/+7
2021-10-20scsi: lpfc: Revert LOG_TRACE_EVENT back to LOG_INIT prior to driver_resource_...James Smart-6/+6
2021-10-18block: move elevator.h to block/Christoph Hellwig-0/+1
2021-10-16scsi: lpfc: Switch to attribute groupsBart Van Assche-153/+171
2021-10-16scsi: lpfc: Call scsi_done() directlyBart Van Assche-4/+4
2021-10-12Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen-37/+32
2021-10-04scsi: lpfc: Fix memory overwrite during FC-GS I/O abort handlingJames Smart-4/+7
2021-09-28scsi: lpfc: Add support for optional PLDV handlingJames Smart-0/+18
2021-09-28scsi: lpfc: Return NULL rather than a plain 0 integerColin Ian King-1/+1
2021-09-28scsi: lpfc: Fix a function name in commentsCai Huoqing-4/+4
2021-09-22scsi: lpfc: Fix mailbox command failure during driver initializationJames Smart-2/+13
2021-09-22scsi: lpfc: Fix gcc -Wstringop-overread warning, againArnd Bergmann-5/+2
2021-09-22scsi: lpfc: Use correct scnprintf() limitDan Carpenter-1/+2
2021-09-22scsi: lpfc: Fix sprintf() overflow in lpfc_display_fpin_wwpn()Dan Carpenter-1/+1
2021-09-14scsi: lpfc: Update lpfc version to 14.0.0.2James Smart-1/+1
2021-09-14scsi: lpfc: Improve PBDE checks during SGL processingJames Smart-42/+40
2021-09-14scsi: lpfc: Zero CGN stats only during initial driver load and stat resetJames Smart-4/+4
2021-09-14scsi: lpfc: Fix I/O block after enabling managed congestion modeJames Smart-1/+2
2021-09-14scsi: lpfc: Adjust bytes received vales during cmf timer intervalJames Smart-2/+14
2021-09-14scsi: lpfc: Fix EEH support for NVMe I/OJames Smart-28/+154
2021-09-14scsi: lpfc: Fix FCP I/O flush functionality for TMF routinesJames Smart-23/+78
2021-09-14scsi: lpfc: Fix NVMe I/O failover to non-optimized pathJames Smart-0/+1
2021-09-14scsi: lpfc: Don't remove ndlp on PRLI errors in P2P modeJames Smart-0/+7
2021-09-14scsi: lpfc: Fix rediscovery of tape device after LIPJames Smart-2/+5
2021-09-14scsi: lpfc: Fix hang on unload due to stuck fport nodeJames Smart-1/+27
2021-09-14scsi: lpfc: Fix premature rpi release for unsolicited TPLS and LS_RJTJames Smart-3/+5
2021-09-14scsi: lpfc: Don't release final kref on Fport node while ABTS outstandingJames Smart-12/+14
2021-09-14scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq()James Smart-0/+1
2021-09-13scsi: lpfc: Remove unneeded variableChi Minghao-2/+1
2021-09-13scsi: lpfc: Fix compilation errors on kernels with no CONFIG_DEBUG_FSJames Smart-9/+3
2021-09-13scsi: lpfc: Fix CPU to/from endian warnings introduced by ELS processingJames Smart-15/+16
2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-468/+5143
2021-08-24scsi: lpfc: Use the proper SCSI midlayer interfaces for PIMartin K. Petersen-72/+48
2021-08-24scsi: lpfc: Copyright updates for 14.0.0.1 patchesJames Smart-4/+4
2021-08-24scsi: lpfc: Update lpfc version to 14.0.0.1James Smart-1/+1
2021-08-24scsi: lpfc: Add bsg support for retrieving adapter cmf dataJames Smart-0/+97
2021-08-24scsi: lpfc: Add cmf_info sysfs entryJames Smart-10/+235
2021-08-24scsi: lpfc: Add debugfs support for cm framework buffersJames Smart-0/+234
2021-08-24scsi: lpfc: Add support for maintaining the cm statistics bufferJames Smart-1/+542
2021-08-24scsi: lpfc: Add rx monitoring statisticsJames Smart-0/+92
2021-08-24scsi: lpfc: Add support for the CM frameworkJames Smart-34/+912
2021-08-24scsi: lpfc: Add cmfsync WQE supportJames Smart-3/+268