aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-15scsi: lpfc: Fix various issues reported by toolsJames Smart1-1/+1
2022-08-31scsi: lpfc: Rework MIB Rx Monitor debug info logicJames Smart1-49/+10
2022-07-07scsi: lpfc: Copyright updates for 14.2.0.5 patchesJames Smart1-1/+1
2022-07-07scsi: 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-16scsi: lpfc: Terminate string in lpfc_debugfs_nvmeio_trc_write()Dan Carpenter1-2/+2
2021-12-06scsi: lpfc: Add additional debugfs support for CMFJames Smart1-1/+12
2021-12-06scsi: lpfc: Adjust CMF total bytes and rxmonitorJames Smart1-6/+8
2021-08-24scsi: lpfc: Add debugfs support for cm framework buffersJames Smart1-0/+223
2021-05-21scsi: lpfc: Fix node handling for Fabric Controller and Domain ControllerJames Smart1-2/+2
2021-05-21scsi: lpfc: Fix unreleased RPIs when NPIV ports are createdJames Smart1-5/+2
2021-04-05Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen1-2/+2
2021-03-24scsi: lpfc: Fix a typowengjianfeng1-3/+3
2021-03-15scsi: lpfc: Fix some error codes in debugfsDan Carpenter1-2/+2
2021-03-15scsi: lpfc: Fix incorrectly documented function lpfc_debugfs_commonxripools_data()Lee Jones1-1/+1
2021-03-04scsi: lpfc: Update copyrights for 12.8.0.7 and 12.8.0.8 changesJames Smart1-1/+1
2021-03-04scsi: 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-10scsi: lpfc: lpfc_debugfs: Fix a couple of function documentation issuesLee Jones1-1/+2
2020-10-26scsi: Remove unneeded break statementsTom Rix1-8/+4
2020-09-09scsi: lpfc: Remove set but not used 'qp'Ye Bin1-3/+0
2020-08-24scsi: lpfc: Fix spelling mistake "Cant" -> "Can't"Colin Ian King1-1/+1
2020-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+2
2020-06-02Merge 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-09lpfc: Refactor nvmet_rcv_ctx to create lpfc_async_xchg_ctxJames Smart1-1/+1
2020-05-09lpfc: Refactor lpfc nvme headersJames Smart1-3/+0
2020-05-07scsi: lpfc: Fix noderef and address space warningsDick Kennedy1-1/+2
2020-03-29scsi: lpfc: Make debugfs ktime stats generic for NVME and SCSIJames Smart1-22/+107
2020-03-29scsi: 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-16scsi: lpfc: fix build failure with DEBUGFS disabledArnd Bergmann1-2/+1
2019-10-28scsi: lpfc: Make lpfc_debugfs_ras_log_data staticYueHaibing1-2/+2
2019-10-28scsi: lpfc: fix build error of lpfc_debugfs.c for vfree/vmallocJames Smart1-0/+1
2019-10-24scsi: lpfc: Make FW logging dynamically configurableJames Smart1-1/+116
2019-08-29scsi: lpfc: Remove bg debugfs buffersJames Smart1-134/+0
2019-08-19scsi: lpfc: Merge per-protocol WQ/CQ pairs into single per-cpu pairJames Smart1-81/+11
2019-08-19scsi: lpfc: Migrate to %px and %pf in kernel print callsJames Smart1-2/+2
2019-03-25scsi: lpfc: change snprintf to scnprintf for possible overflowSilvio Cesare1-234/+240
2019-03-19scsi: be2iscsi: lpfc: fix typoMatteo Croce1-2/+2
2019-03-19scsi: lpfc: Fix duplicate log message numbersJames Smart1-2/+2
2019-03-19scsi: lpfc: Reduce memory footprint for lpfc_queueJames Smart1-2/+2
2019-02-13scsi: lpfc: fix a handful of indentation issuesColin Ian King1-2/+2
2019-02-05scsi: lpfc: Update 12.2.0.0 file copyrights to 2019James Smart1-1/+1
2019-02-05scsi: lpfc: Fix default driver parameter collision for allowing NPIV supportJames Smart1-2/+2
2019-02-05scsi: lpfc: Rework EQ/CQ processing to address interrupt coalescingJames Smart1-11/+11