aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-16scsi: lpfc: Terminate string in lpfc_debugfs_nvmeio_trc_write()Dan Carpenter1-2/+2
2021-11-23scsi: 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-20scsi: lpfc: Update lpfc version to 14.0.0.3James Smart1-1/+1
2021-10-20scsi: lpfc: Allow fabric node recovery if recovery is in progress before devlossJames Smart6-15/+139
2021-10-20scsi: lpfc: Fix link down processing to address NULL pointer dereferenceJames Smart1-7/+7
2021-10-20scsi: lpfc: Allow PLOGI retry if previous PLOGI was abortedJames Smart1-0/+13
2021-10-20scsi: lpfc: Fix use-after-free in lpfc_unreg_rpi() routineJames Smart1-0/+1
2021-10-20scsi: lpfc: Correct sysfs reporting of loop support after SFP status changeJames Smart3-21/+55
2021-10-20scsi: lpfc: Wait for successful restart of SLI3 adapter during host sg_resetJames Smart1-0/+7
2021-10-20scsi: lpfc: Revert LOG_TRACE_EVENT back to LOG_INIT prior to driver_resource_setup()James Smart3-6/+6
2021-10-18block: move elevator.h to block/Christoph Hellwig1-0/+1
2021-10-16scsi: lpfc: Switch to attribute groupsBart Van Assche4-153/+171
2021-10-16scsi: 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-04scsi: lpfc: Fix memory overwrite during FC-GS I/O abort handlingJames Smart1-4/+7
2021-09-28scsi: lpfc: Add support for optional PLDV handlingJames Smart2-0/+18
2021-09-28scsi: lpfc: Return NULL rather than a plain 0 integerColin Ian King1-1/+1
2021-09-28scsi: 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-14scsi: lpfc: Update lpfc version to 14.0.0.2James Smart1-1/+1
2021-09-14scsi: lpfc: Improve PBDE checks during SGL processingJames Smart3-42/+40
2021-09-14scsi: lpfc: Zero CGN stats only during initial driver load and stat resetJames Smart2-4/+4
2021-09-14scsi: lpfc: Fix I/O block after enabling managed congestion modeJames Smart1-1/+2
2021-09-14scsi: lpfc: Adjust bytes received vales during cmf timer intervalJames Smart1-2/+14
2021-09-14scsi: lpfc: Fix EEH support for NVMe I/OJames Smart7-28/+154
2021-09-14scsi: lpfc: Fix FCP I/O flush functionality for TMF routinesJames Smart1-23/+78
2021-09-14scsi: lpfc: Fix NVMe I/O failover to non-optimized pathJames Smart1-0/+1
2021-09-14scsi: lpfc: Don't remove ndlp on PRLI errors in P2P modeJames Smart1-0/+7
2021-09-14scsi: lpfc: Fix rediscovery of tape device after LIPJames Smart1-2/+5
2021-09-14scsi: lpfc: Fix hang on unload due to stuck fport nodeJames Smart2-1/+27
2021-09-14scsi: lpfc: Fix premature rpi release for unsolicited TPLS and LS_RJTJames Smart1-3/+5
2021-09-14scsi: lpfc: Don't release final kref on Fport node while ABTS outstandingJames Smart3-12/+14
2021-09-14scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq()James Smart1-0/+1
2021-09-13scsi: lpfc: Remove unneeded variableChi Minghao1-2/+1
2021-09-13scsi: lpfc: Fix compilation errors on kernels with no CONFIG_DEBUG_FSJames Smart3-9/+3
2021-09-13scsi: lpfc: Fix CPU to/from endian warnings introduced by ELS processingJames Smart4-15/+16
2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds28-468/+5143
2021-08-24scsi: lpfc: Use the proper SCSI midlayer interfaces for PIMartin K. Petersen1-72/+48
2021-08-24scsi: lpfc: Copyright updates for 14.0.0.1 patchesJames Smart4-4/+4
2021-08-24scsi: lpfc: Update lpfc version to 14.0.0.1James Smart1-1/+1
2021-08-24scsi: lpfc: Add bsg support for retrieving adapter cmf dataJames Smart2-0/+97
2021-08-24scsi: lpfc: Add cmf_info sysfs entryJames Smart7-10/+235
2021-08-24scsi: lpfc: Add debugfs support for cm framework buffersJames Smart3-0/+234
2021-08-24scsi: lpfc: Add support for maintaining the cm statistics bufferJames Smart3-1/+542
2021-08-24scsi: lpfc: Add rx monitoring statisticsJames Smart5-0/+92
2021-08-24scsi: lpfc: Add support for the CM frameworkJames Smart12-34/+912