summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/lpfc_debugfs.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-20scsi: 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-14scsi: lpfc: fix a handful of indentation issuesColin Ian King1-2/+2
2019-02-06scsi: lpfc: Update 12.2.0.0 file copyrights to 2019James Smart1-1/+1
2019-02-06scsi: lpfc: Fix default driver parameter collision for allowing NPIV supportJames Smart1-2/+2
2019-02-06scsi: lpfc: Rework EQ/CQ processing to address interrupt coalescingJames Smart1-11/+11
2019-02-06scsi: lpfc: Support non-uniform allocation of MSIX vectors to hardware queuesJames Smart1-87/+216
2019-02-06scsi: lpfc: Adapt partitioned XRI lists to efficient sharingJames Smart1-0/+262
2019-02-06scsi: lpfc: Move SCSI and NVME Stats to hardware queue structuresJames Smart1-8/+150
2019-02-06scsi: lpfc: Adapt cpucheck debugfs logic to Hardware QueuesJames Smart1-61/+68
2019-02-06scsi: lpfc: Partition XRI buffer list across Hardware QueuesJames Smart1-4/+137
2019-02-06scsi: lpfc: Replace io_channels for nvme and fcp with general hdw_queues per cpuJames Smart1-85/+67
2019-02-06scsi: lpfc: Remove extra vector and SLI4 queue for ExpresslaneJames Smart1-35/+1
2019-01-29scsi: lpfc: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-170/+0
2018-12-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+2
2018-12-08scsi: lpfc: Fix discovery failures during port failovers with lots of vportsJames Smart1-0/+2
2018-11-06scsi: lpfc: fix remoteport accessArnd Bergmann1-0/+2
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+0
2018-10-17scsi: lpfc: Remove set but not used variables 'tgtp'YueHaibing1-2/+0
2018-09-21scsi: lpfc: Synchronize access to remoteport via rportJames Smart1-5/+5
2018-05-08scsi: lpfc: Comment cleanup regarding Broadcom copyright headerJames Smart1-1/+1
2018-05-08scsi: lpfc: Fix up log messages and stats counters in IO submit code pathJames Smart1-1/+2
2018-04-19scsi: lpfc: Fix NULL pointer access in lpfc_nvme_info_showJames Smart1-2/+6
2018-04-19scsi: lpfc: Add per io channel NVME IO statisticsJames Smart1-22/+43
2018-04-19scsi: lpfc: Correct target queue depth application changesJames Smart1-2/+18
2018-02-23scsi: lpfc: Change Copyright of 12.0.0.0 modified files to 2018James Smart1-1/+1
2018-02-23scsi: lpfc: Rework sli4 doorbell infrastructureJames Smart1-6/+14
2017-12-21scsi: lpfc: Beef up stat counters for debugJames Smart1-3/+46
2017-12-05scsi: lpfc: Adjust default value of lpfc_nvmet_mrqJames Smart1-1/+1
2017-12-05scsi: lpfc: Fix display for debugfs queInfoJames Smart1-7/+7
2017-11-03scsi: lpfc: fix kzalloc-simple.cocci warningsVasyl Gomonovych1-7/+2