summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix extra line print in rqpair debug print.James Smart2017-04-241-2/+0Star
* Remove NULL ptr check before kfree.James Smart2017-04-241-8/+4Star
* scsi: lpfc: correct double printJames Smart2017-03-071-22/+0Star
* scsi: lpfc: use div_u64 for 64-bit divisionArnd Bergmann2017-02-281-32/+32
* scsi: lpfc: Update copyrightsJames Smart2017-02-231-1/+3
* scsi: lpfc: NVME Target: Add debugfs supportJames Smart2017-02-231-3/+300
* scsi: lpfc: NVME Target: Receive buffer updatesJames Smart2017-02-231-2/+23
* scsi: lpfc: NVME Target: Base modificationsJames Smart2017-02-231-2/+5
* scsi: lpfc: NVME Initiator: Add debugfs supportJames Smart2017-02-231-119/+1041
* scsi: lpfc: NVME Initiator: Base modificationsJames Smart2017-02-231-47/+131
* scsi: lpfc: refactor debugfs queue dump routinesJames Smart2017-02-231-11/+11
* scsi: lpfc: refactor debugfs queue printsJames Smart2017-02-231-337/+227Star
* scsi: lpfc: minor code cleanupsJames Smart2017-02-231-42/+39Star
* locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-1/+1
* lpfc: fix missing zero termination in debugfsAlan2016-02-241-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-06-231-6/+6
|\
| * lpfc: Grammar s/an negative/a negative/Geert Uytterhoeven2015-05-261-6/+6
* | lpfc: Update copyright to 2015James Smart2015-04-101-1/+1
* | kill f_dentry usesAl Viro2014-11-191-2/+2
* | assorted conversions to %p[dD]Al Viro2014-11-191-2/+2
|/
* lpfc: fix low priority issues from fortify source code scanJames Smart2014-09-161-2/+2
* lpfc: Update Copyright on changed filesJames Smart2014-06-021-1/+1
* lpfc: Convert runtime references to old xlane cfg param to fof cfg paramJames Smart2014-06-021-1/+1
* [SCSI] lpfc 8.3.45: Incorporated support of a low-latency io pathJames Smart2014-03-151-0/+98
* [SCSI] lpfc 8.3.44: Fixed incorrect allocation of iDiags directories/files in...James Smart2014-03-151-0/+10
* [SCSI] lpfc: Fix wrong assignment in lpfc_debugfs.cFelipe Pena2013-12-191-1/+1
* lpfc: switch to fixed_size_llseek()Al Viro2013-06-291-16/+2Star
* lseek(fd, n, SEEK_END) does *not* go to eof - nAl Viro2013-06-161-1/+1
* [SCSI] lpfc 8.3.34: Correct typecasts for snprintf messagesJames Smart2012-09-141-7/+11
* [SCSI] lpfc 8.3.34: Add LOGO support after ABTS complianceJames Smart2012-09-141-2/+10
* [SCSI] lpfc 8.3.33: Fixed debugfs queInfo to include queue statsJames Smart2012-09-141-157/+259
* [SCSI] lpfc 8.3.33: Tie parallel I/O queues into separate MSIX vectorsJames Smart2012-09-141-52/+26Star
* [SCSI] lpfc 8.3.33: Formally separate lpfc_sli_ring SLI-3 and SLI-4 variantionsJames Smart2012-09-141-3/+5
* [SCSI] lpfc 8.3.31: Debug helper utility routines for dumping various SLI4 qu...James Smart2012-05-171-0/+46
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-061-8/+1Star
|\
| * simple_open: automatically convert to simple_open()Stephen Boyd2012-04-061-8/+1Star