index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
lpfc
/
lpfc_debugfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-28
scsi: lpfc: Make lpfc_debugfs_ras_log_data static
YueHaibing
1
-2
/
+2
2019-10-28
scsi: lpfc: fix build error of lpfc_debugfs.c for vfree/vmalloc
James Smart
1
-0
/
+1
2019-10-24
scsi: lpfc: Make FW logging dynamically configurable
James Smart
1
-1
/
+116
2019-08-29
scsi: lpfc: Remove bg debugfs buffers
James Smart
1
-134
/
+0
2019-08-19
scsi: lpfc: Merge per-protocol WQ/CQ pairs into single per-cpu pair
James Smart
1
-81
/
+11
2019-08-19
scsi: lpfc: Migrate to %px and %pf in kernel print calls
James Smart
1
-2
/
+2
2019-03-25
scsi: lpfc: change snprintf to scnprintf for possible overflow
Silvio Cesare
1
-234
/
+240
2019-03-19
scsi: be2iscsi: lpfc: fix typo
Matteo Croce
1
-2
/
+2
2019-03-19
scsi: lpfc: Fix duplicate log message numbers
James Smart
1
-2
/
+2
2019-03-19
scsi: lpfc: Reduce memory footprint for lpfc_queue
James Smart
1
-2
/
+2
2019-02-13
scsi: lpfc: fix a handful of indentation issues
Colin Ian King
1
-2
/
+2
2019-02-05
scsi: lpfc: Update 12.2.0.0 file copyrights to 2019
James Smart
1
-1
/
+1
2019-02-05
scsi: lpfc: Fix default driver parameter collision for allowing NPIV support
James Smart
1
-2
/
+2
2019-02-05
scsi: lpfc: Rework EQ/CQ processing to address interrupt coalescing
James Smart
1
-11
/
+11
2019-02-05
scsi: lpfc: Support non-uniform allocation of MSIX vectors to hardware queues
James Smart
1
-87
/
+216
2019-02-05
scsi: lpfc: Adapt partitioned XRI lists to efficient sharing
James Smart
1
-0
/
+262
2019-02-05
scsi: lpfc: Move SCSI and NVME Stats to hardware queue structures
James Smart
1
-8
/
+150
2019-02-05
scsi: lpfc: Adapt cpucheck debugfs logic to Hardware Queues
James Smart
1
-61
/
+68
2019-02-05
scsi: lpfc: Partition XRI buffer list across Hardware Queues
James Smart
1
-4
/
+137
2019-02-05
scsi: lpfc: Replace io_channels for nvme and fcp with general hdw_queues per cpu
James Smart
1
-85
/
+67
2019-02-05
scsi: lpfc: Remove extra vector and SLI4 queue for Expresslane
James Smart
1
-35
/
+1
2019-01-29
scsi: lpfc: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-170
/
+0
2018-12-28
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-0
/
+2
2018-12-07
scsi: lpfc: Fix discovery failures during port failovers with lots of vports
James Smart
1
-0
/
+2
2018-11-05
scsi: lpfc: fix remoteport access
Arnd Bergmann
1
-0
/
+2
2018-10-25
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-2
/
+0
2018-10-16
scsi: lpfc: Remove set but not used variables 'tgtp'
YueHaibing
1
-2
/
+0
2018-09-20
scsi: lpfc: Synchronize access to remoteport via rport
James Smart
1
-5
/
+5
2018-05-08
scsi: lpfc: Comment cleanup regarding Broadcom copyright header
James Smart
1
-1
/
+1
2018-05-08
scsi: lpfc: Fix up log messages and stats counters in IO submit code path
James Smart
1
-1
/
+2
2018-04-18
scsi: lpfc: Fix NULL pointer access in lpfc_nvme_info_show
James Smart
1
-2
/
+6
2018-04-18
scsi: lpfc: Add per io channel NVME IO statistics
James Smart
1
-22
/
+43
2018-04-18
scsi: lpfc: Correct target queue depth application changes
James Smart
1
-2
/
+18
2018-02-22
scsi: lpfc: Change Copyright of 12.0.0.0 modified files to 2018
James Smart
1
-1
/
+1
2018-02-22
scsi: lpfc: Rework sli4 doorbell infrastructure
James Smart
1
-6
/
+14
2017-12-20
scsi: lpfc: Beef up stat counters for debug
James Smart
1
-3
/
+46
2017-12-04
scsi: lpfc: Adjust default value of lpfc_nvmet_mrq
James Smart
1
-1
/
+1
2017-12-04
scsi: lpfc: Fix display for debugfs queInfo
James Smart
1
-7
/
+7
2017-11-03
scsi: lpfc: fix kzalloc-simple.cocci warnings
Vasyl Gomonovych
1
-7
/
+2
2017-09-07
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-7
/
+4
2017-08-24
scsi: lpfc: Fix MRQ > 1 context list handling
Dick Kennedy
1
-7
/
+4
2017-08-10
lpfc: support nvmet_fc defer_rcv callback
James Smart
1
-1
/
+4
2017-07-06
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-32
/
+51
2017-06-26
Merge remote-tracking branch 'jl/locks-4.13' into work.misc-set_fs
Al Viro
1
-28
/
+41
2017-06-19
scsi: lpfc: Break up IO ctx list into a separate get and put list
James Smart
1
-4
/
+7
2017-06-12
scsi: lpfc: Add auto EQ delay logic
James Smart
1
-2
/
+2
2017-06-12
scsi: lpfc: Fix counters so outstandng NVME IO count is accurate
James Smart
1
-9
/
+21
2017-06-12
scsi: lpfc: Fix nvme port role handling in sysfs and debugfs handlers.
James Smart
1
-14
/
+18
2017-06-12
scsi: lpfc: Fix transition nvme-i rport handling to nport only.
James Smart
1
-5
/
+5
2017-06-12
scsi: lpfc: fix spelling mistake "entrys" -> "entries"
Colin Ian King
1
-1
/
+1
[next]