summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/lpfc_debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-11scsi: lpfc: Use a dedicated lock for ras_fwlog stateJustin Tee1-6/+6
2024-02-06scsi: lpfc: Copyright updates for 14.4.0.0 patchesJustin Tee1-1/+1
2024-02-06scsi: lpfc: Protect vport fc_nodes list with an explicit spin lockJustin Tee1-7/+5
2023-09-14scsi: lpfc: Fix the NULL vs IS_ERR() bug for debugfs_create_file()Jinjie Ruan1-7/+7
2023-06-08scsi: lpfc: Avoid -Wstringop-overflow warningGustavo A. R. Silva1-2/+6
2023-03-10scsi: lpfc: Copyright updates for 14.2.0.11 patchesJustin Tee1-1/+1
2023-03-10scsi: lpfc: Prevent lpfc_debugfs_lockstat_write() buffer overflowJustin Tee1-2/+5
2022-09-16scsi: lpfc: Fix various issues reported by toolsJames Smart1-1/+1
2022-09-01scsi: lpfc: Rework MIB Rx Monitor debug info logicJames Smart1-49/+10
2022-07-08scsi: lpfc: Copyright updates for 14.2.0.5 patchesJames Smart1-1/+1
2022-07-08scsi: lpfc: Prevent buffer overflow crashes in debugfs with malformed user inputJames Smart1-10/+10
2022-03-15scsi: lpfc: Use kcalloc()Julia Lawall1-6/+3
2022-01-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-7/+20
2021-12-17scsi: lpfc: Terminate string in lpfc_debugfs_nvmeio_trc_write()Dan Carpenter1-2/+2
2021-12-07scsi: lpfc: Add additional debugfs support for CMFJames Smart1-1/+12
2021-12-07scsi: lpfc: Adjust CMF total bytes and rxmonitorJames Smart1-6/+8
2021-08-25scsi: lpfc: Add debugfs support for cm framework buffersJames Smart1-0/+223
2021-05-22scsi: lpfc: Fix node handling for Fabric Controller and Domain ControllerJames Smart1-2/+2
2021-05-22scsi: lpfc: Fix unreleased RPIs when NPIV ports are createdJames Smart1-5/+2
2021-04-06Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen1-2/+2
2021-03-25scsi: lpfc: Fix a typowengjianfeng1-3/+3
2021-03-16scsi: lpfc: Fix some error codes in debugfsDan Carpenter1-2/+2
2021-03-16scsi: lpfc: Fix incorrectly documented function lpfc_debugfs_commonxripools_d...Lee Jones1-1/+1
2021-03-05scsi: lpfc: Update copyrights for 12.8.0.7 and 12.8.0.8 changesJames Smart1-1/+1
2021-03-05scsi: lpfc: Fix nodeinfo debugfs outputJames Smart1-4/+7
2020-11-17scsi: lpfc: Update changed file copyrights for 2020James Smart1-1/+1
2020-11-17scsi: lpfc: Rework remote port lock handlingJames Smart1-2/+2
2020-11-17scsi: lpfc: Rework remote port ref counting and node freeingJames Smart1-2/+0
2020-11-11scsi: lpfc: lpfc_debugfs: Fix a couple of function documentation issuesLee Jones1-1/+2
2020-10-27scsi: Remove unneeded break statementsTom Rix1-8/+4
2020-09-10scsi: lpfc: Remove set but not used 'qp'Ye Bin1-3/+0
2020-08-25scsi: lpfc: Fix spelling mistake "Cant" -> "Can't"Colin Ian King1-1/+1
2020-06-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+2
2020-06-03Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+1
2020-05-29lpfc_debugfs: get rid of pointless access_ok()Al Viro1-12/+0
2020-05-10lpfc: Refactor nvmet_rcv_ctx to create lpfc_async_xchg_ctxJames Smart1-1/+1
2020-05-10lpfc: Refactor lpfc nvme headersJames Smart1-3/+0
2020-05-08scsi: lpfc: Fix noderef and address space warningsDick Kennedy1-1/+2
2020-03-30scsi: lpfc: Make debugfs ktime stats generic for NVME and SCSIJames Smart1-22/+107
2020-03-30scsi: lpfc: Fix erroneous cpu limit of 128 on I/O statisticsJames Smart1-84/+120
2020-01-10Merge tag 'block-ioctl-cleanup-5.6' into 5.6/scsi-queueMartin K. Petersen1-2/+1
2019-12-21scsi: lpfc: Fix ras_log via debugfsJames Smart1-2/+9
2019-12-17scsi: lpfc: fix build failure with DEBUGFS disabledArnd Bergmann1-2/+1
2019-10-29scsi: lpfc: Make lpfc_debugfs_ras_log_data staticYueHaibing1-2/+2
2019-10-29scsi: lpfc: fix build error of lpfc_debugfs.c for vfree/vmallocJames Smart1-0/+1
2019-10-25scsi: lpfc: Make FW logging dynamically configurableJames Smart1-1/+116
2019-08-30scsi: lpfc: Remove bg debugfs buffersJames Smart1-134/+0
2019-08-20scsi: lpfc: Merge per-protocol WQ/CQ pairs into single per-cpu pairJames Smart1-81/+11
2019-08-20scsi: lpfc: Migrate to %px and %pf in kernel print callsJames Smart1-2/+2
2019-03-26scsi: lpfc: change snprintf to scnprintf for possible overflowSilvio Cesare1-234/+240