summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_debugfs.c
AgeCommit message (Expand)AuthorLines
2020-11-17scsi: lpfc: Update changed file copyrights for 2020James Smart-1/+1
2020-11-17scsi: lpfc: Rework remote port lock handlingJames Smart-2/+2
2020-11-17scsi: lpfc: Rework remote port ref counting and node freeingJames Smart-2/+0
2020-11-10scsi: lpfc: lpfc_debugfs: Fix a couple of function documentation issuesLee Jones-1/+2
2020-10-26scsi: Remove unneeded break statementsTom Rix-8/+4
2020-09-09scsi: lpfc: Remove set but not used 'qp'Ye Bin-3/+0
2020-08-24scsi: lpfc: Fix spelling mistake "Cant" -> "Can't"Colin Ian King-1/+1
2020-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1/+2
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds-4/+1
2020-05-29lpfc_debugfs: get rid of pointless access_ok()Al Viro-12/+0
2020-05-09lpfc: Refactor nvmet_rcv_ctx to create lpfc_async_xchg_ctxJames Smart-1/+1
2020-05-09lpfc: Refactor lpfc nvme headersJames Smart-3/+0
2020-05-07scsi: lpfc: Fix noderef and address space warningsDick Kennedy-1/+2
2020-03-29scsi: lpfc: Make debugfs ktime stats generic for NVME and SCSIJames Smart-22/+107
2020-03-29scsi: lpfc: Fix erroneous cpu limit of 128 on I/O statisticsJames Smart-84/+120
2020-01-10Merge tag 'block-ioctl-cleanup-5.6' into 5.6/scsi-queueMartin K. Petersen-2/+1
2019-12-21scsi: lpfc: Fix ras_log via debugfsJames Smart-2/+9
2019-12-16scsi: lpfc: fix build failure with DEBUGFS disabledArnd Bergmann-2/+1
2019-10-28scsi: lpfc: Make lpfc_debugfs_ras_log_data staticYueHaibing-2/+2
2019-10-28scsi: lpfc: fix build error of lpfc_debugfs.c for vfree/vmallocJames Smart-0/+1
2019-10-24scsi: lpfc: Make FW logging dynamically configurableJames Smart-1/+116
2019-08-29scsi: lpfc: Remove bg debugfs buffersJames Smart-134/+0
2019-08-19scsi: lpfc: Merge per-protocol WQ/CQ pairs into single per-cpu pairJames Smart-81/+11
2019-08-19scsi: lpfc: Migrate to %px and %pf in kernel print callsJames Smart-2/+2
2019-03-25scsi: lpfc: change snprintf to scnprintf for possible overflowSilvio Cesare-234/+240
2019-03-19scsi: be2iscsi: lpfc: fix typoMatteo Croce-2/+2
2019-03-19scsi: lpfc: Fix duplicate log message numbersJames Smart-2/+2
2019-03-19scsi: lpfc: Reduce memory footprint for lpfc_queueJames Smart-2/+2
2019-02-13scsi: lpfc: fix a handful of indentation issuesColin Ian King-2/+2
2019-02-05scsi: lpfc: Update 12.2.0.0 file copyrights to 2019James Smart-1/+1
2019-02-05scsi: lpfc: Fix default driver parameter collision for allowing NPIV supportJames Smart-2/+2
2019-02-05scsi: lpfc: Rework EQ/CQ processing to address interrupt coalescingJames Smart-11/+11
2019-02-05scsi: lpfc: Support non-uniform allocation of MSIX vectors to hardware queuesJames Smart-87/+216
2019-02-05scsi: lpfc: Adapt partitioned XRI lists to efficient sharingJames Smart-0/+262
2019-02-05scsi: lpfc: Move SCSI and NVME Stats to hardware queue structuresJames Smart-8/+150
2019-02-05scsi: lpfc: Adapt cpucheck debugfs logic to Hardware QueuesJames Smart-61/+68
2019-02-05scsi: lpfc: Partition XRI buffer list across Hardware QueuesJames Smart-4/+137
2019-02-05scsi: lpfc: Replace io_channels for nvme and fcp with general hdw_queues per cpuJames Smart-85/+67
2019-02-05scsi: lpfc: Remove extra vector and SLI4 queue for ExpresslaneJames Smart-35/+1
2019-01-29scsi: lpfc: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-170/+0
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-0/+2
2018-12-07scsi: lpfc: Fix discovery failures during port failovers with lots of vportsJames Smart-0/+2
2018-11-05scsi: lpfc: fix remoteport accessArnd Bergmann-0/+2
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-2/+0
2018-10-16scsi: lpfc: Remove set but not used variables 'tgtp'YueHaibing-2/+0
2018-09-20scsi: lpfc: Synchronize access to remoteport via rportJames Smart-5/+5
2018-05-08scsi: lpfc: Comment cleanup regarding Broadcom copyright headerJames Smart-1/+1
2018-05-08scsi: lpfc: Fix up log messages and stats counters in IO submit code pathJames Smart-1/+2
2018-04-18scsi: lpfc: Fix NULL pointer access in lpfc_nvme_info_showJames Smart-2/+6
2018-04-18scsi: lpfc: Add per io channel NVME IO statisticsJames Smart-22/+43