summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: lpfc: change snprintf to scnprintf for possible overflowSilvio Cesare2019-03-261-234/+240
* scsi: be2iscsi: lpfc: fix typoMatteo Croce2019-03-191-2/+2
* scsi: lpfc: Fix duplicate log message numbersJames Smart2019-03-191-2/+2
* scsi: lpfc: Reduce memory footprint for lpfc_queueJames Smart2019-03-191-2/+2
* scsi: lpfc: fix a handful of indentation issuesColin Ian King2019-02-141-2/+2
* scsi: lpfc: Update 12.2.0.0 file copyrights to 2019James Smart2019-02-061-1/+1
* scsi: lpfc: Fix default driver parameter collision for allowing NPIV supportJames Smart2019-02-061-2/+2
* scsi: lpfc: Rework EQ/CQ processing to address interrupt coalescingJames Smart2019-02-061-11/+11
* scsi: lpfc: Support non-uniform allocation of MSIX vectors to hardware queuesJames Smart2019-02-061-87/+216
* scsi: lpfc: Adapt partitioned XRI lists to efficient sharingJames Smart2019-02-061-0/+262
* scsi: lpfc: Move SCSI and NVME Stats to hardware queue structuresJames Smart2019-02-061-8/+150
* scsi: lpfc: Adapt cpucheck debugfs logic to Hardware QueuesJames Smart2019-02-061-61/+68
* scsi: lpfc: Partition XRI buffer list across Hardware QueuesJames Smart2019-02-061-4/+137
* scsi: lpfc: Replace io_channels for nvme and fcp with general hdw_queues per cpuJames Smart2019-02-061-85/+67Star
* scsi: lpfc: Remove extra vector and SLI4 queue for ExpresslaneJames Smart2019-02-061-35/+1Star
* scsi: lpfc: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-291-170/+0Star
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-0/+2
|\
| * scsi: lpfc: Fix discovery failures during port failovers with lots of vportsJames Smart2018-12-081-0/+2
* | scsi: lpfc: fix remoteport accessArnd Bergmann2018-11-061-0/+2
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-10-251-2/+0Star
|\
| * scsi: lpfc: Remove set but not used variables 'tgtp'YueHaibing2018-10-171-2/+0Star
* | scsi: lpfc: Synchronize access to remoteport via rportJames Smart2018-09-211-5/+5
|/
* scsi: lpfc: Comment cleanup regarding Broadcom copyright headerJames Smart2018-05-081-1/+1
* scsi: lpfc: Fix up log messages and stats counters in IO submit code pathJames Smart2018-05-081-1/+2
* scsi: lpfc: Fix NULL pointer access in lpfc_nvme_info_showJames Smart2018-04-191-2/+6
* scsi: lpfc: Add per io channel NVME IO statisticsJames Smart2018-04-191-22/+43
* scsi: lpfc: Correct target queue depth application changesJames Smart2018-04-191-2/+18
* scsi: lpfc: Change Copyright of 12.0.0.0 modified files to 2018James Smart2018-02-231-1/+1
* scsi: lpfc: Rework sli4 doorbell infrastructureJames Smart2018-02-231-6/+14
* scsi: lpfc: Beef up stat counters for debugJames Smart2017-12-211-3/+46
* scsi: lpfc: Adjust default value of lpfc_nvmet_mrqJames Smart2017-12-051-1/+1
* scsi: lpfc: Fix display for debugfs queInfoJames Smart2017-12-051-7/+7
* scsi: lpfc: fix kzalloc-simple.cocci warningsVasyl Gomonovych2017-11-031-7/+2Star
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-09-081-7/+4Star
|\
| * scsi: lpfc: Fix MRQ > 1 context list handlingDick Kennedy2017-08-251-7/+4Star
* | lpfc: support nvmet_fc defer_rcv callbackJames Smart2017-08-101-1/+4
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-07-061-32/+51
|\
| * scsi: lpfc: Break up IO ctx list into a separate get and put listJames Smart2017-06-201-4/+7
| * scsi: lpfc: Add auto EQ delay logicJames Smart2017-06-131-2/+2
| * scsi: lpfc: Fix counters so outstandng NVME IO count is accurateJames Smart2017-06-131-9/+21
| * scsi: lpfc: Fix nvme port role handling in sysfs and debugfs handlers.James Smart2017-06-131-14/+18
| * scsi: lpfc: Fix transition nvme-i rport handling to nport only.James Smart2017-06-131-5/+5
| * scsi: lpfc: fix spelling mistake "entrys" -> "entries"Colin Ian King2017-06-131-1/+1
* | Merge remote-tracking branch 'jl/locks-4.13' into work.misc-set_fsAl Viro2017-06-271-28/+41
|\|
| * scsi: lpfc: Fix debugfs root inode "lpfc" not getting deleted on driver unload.James Smart2017-05-171-2/+4
| * scsi: lpfc: Added recovery logic for running out of NVMET IO context resourcesJames Smart2017-05-171-0/+6
| * scsi: lpfc: Fix NMI watchdog assertions when running nvmet IOPS testsJames Smart2017-05-171-15/+15
| * scsi: lpfc: Adding additional stats counters for nvme.James Smart2017-05-171-11/+16
* | lpfc debugfs: get rid of pointless access_ok()Al Viro2017-06-041-20/+0Star
|/
* Update ABORT processing for NVMET.James Smart2017-04-241-12/+41