index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
lpfc
/
lpfc_nvme.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: lpfc: Implement common IO buffers between NVME and SCSI
James Smart
2019-02-06
1
-437
/
+63
*
scsi: lpfc: cleanup: Remove excess check on NVME io submit code path
James Smart
2019-02-06
1
-1
/
+1
*
scsi: lpfc: cleanup: remove nrport from nvme command structure
James Smart
2019-02-06
1
-23
/
+7
*
scsi: lpfc: Correct code setting non existent bits in sli4 ABORT WQE
James Smart
2018-12-08
1
-2
/
+0
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2018-10-25
1
-14
/
+5
|
\
|
*
scsi: lpfc: Remove set but not used variable 'sgl_size'
YueHaibing
2018-09-17
1
-3
/
+1
|
*
scsi: lpfc: Fix errors in log messages.
James Smart
2018-09-12
1
-1
/
+1
|
*
scsi: lpfc: raise sg count for nvme to use available sg resources
James Smart
2018-09-12
1
-10
/
+3
*
|
scsi: lpfc: Synchronize access to remoteport via rport
James Smart
2018-09-21
1
-3
/
+8
|
/
*
scsi: lpfc: Limit tracking of tgt queue depth in fast path
James Smart
2018-08-02
1
-17
/
+24
*
scsi: lpfc: Fix driver crash when re-registering NVME rports.
James Smart
2018-08-02
1
-8
/
+14
*
scsi: lpfc: Make PBDE optimizations configurable
James Smart
2018-07-11
1
-4
/
+4
*
scsi: lpfc: Fix panic if driver unloaded when port is offline
James Smart
2018-07-11
1
-1
/
+4
*
scsi: lpfc: Fix crash in blk_mq layer when executing modprobe -r lpfc
James Smart
2018-05-29
1
-0
/
+9
*
scsi: lpfc: correct oversubscription of nvme io requests for an adapter
James Smart
2018-05-29
1
-4
/
+19
*
scsi: lpfc: Comment cleanup regarding Broadcom copyright header
James Smart
2018-05-08
1
-1
/
+1
*
scsi: lpfc: Fix up log messages and stats counters in IO submit code path
James Smart
2018-05-08
1
-21
/
+32
*
scsi: lpfc: Change IO submit return to EBUSY if remote port is recovering
James Smart
2018-05-08
1
-6
/
+7
*
scsi: lpfc: Fix NULL pointer reference when resetting adapter
James Smart
2018-04-19
1
-16
/
+20
*
scsi: lpfc: Fix nvme remoteport registration race conditions
James Smart
2018-04-19
1
-2
/
+14
*
scsi: lpfc: Fix driver not recovering NVME rports during target link faults
James Smart
2018-04-19
1
-2
/
+10
*
scsi: lpfc: Fix NULL pointer access in lpfc_nvme_info_show
James Smart
2018-04-19
1
-4
/
+9
*
scsi: lpfc: Add per io channel NVME IO statistics
James Smart
2018-04-19
1
-34
/
+73
*
scsi: lpfc: make several unions static, fix non-ANSI prototype
Colin Ian King
2018-03-15
1
-4
/
+4
*
scsi: lpfc: Streamline NVME Initiator WQE setup
James Smart
2018-03-13
1
-127
/
+200
*
scsi: lpfc: Code cleanup for 128byte wqe data type
James Smart
2018-03-13
1
-13
/
+12
*
scsi: lpfc: Work around NVME cmd iu SGL type
James Smart
2018-02-23
1
-15
/
+36
*
scsi: lpfc: Fix nvme embedded io length on new hardware
James Smart
2018-02-23
1
-1
/
+1
*
scsi: lpfc: Add embedded data pointers for enhanced performance
James Smart
2018-02-23
1
-0
/
+18
*
scsi: lpfc: Update 11.4.0.7 modified files for 2018 Copyright
James Smart
2018-02-12
1
-1
/
+1
*
scsi: lpfc: Fix nonrecovery of NVME controller after cable swap.
James Smart
2018-02-12
1
-11
/
+13
*
scsi: lpfc: Fix IO failure during hba reset testing with nvme io.
James Smart
2018-02-12
1
-2
/
+2
*
scsi: lpfc: Beef up stat counters for debug
James Smart
2017-12-21
1
-4
/
+39
*
scsi: lpfc: Fix infinite wait when driver unregisters a remote NVME port.
James Smart
2017-12-21
1
-84
/
+51
*
scsi: lpfc: Fix random heartbeat timeouts during heavy IO
James Smart
2017-12-21
1
-21
/
+45
*
scsi: lpfc: small sg cnt cleanup
James Smart
2017-12-05
1
-1
/
+2
*
scsi: lpfc: Fix driver handling of nvme resources during unload
James Smart
2017-12-05
1
-11
/
+85
*
scsi: lpfc: Fix crash during driver unload with running nvme traffic
James Smart
2017-12-05
1
-0
/
+14
*
scsi: lpfc: Correct driver deregistrations with host nvme transport
James Smart
2017-12-05
1
-6
/
+110
*
scsi: lpfc: correct port registrations with nvme_fc
James Smart
2017-12-05
1
-1
/
+2
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2017-11-15
1
-63
/
+111
|
\
|
*
scsi: lpfc: Fix a precedence bug in lpfc_nvme_io_cmd_wqe_cmpl()
Dan Carpenter
2017-10-17
1
-1
/
+1
|
*
scsi: lpfc: correct nvme sg segment count check
James Smart
2017-10-03
1
-2
/
+2
|
*
scsi: lpfc: Fix oops of nvme host during driver unload.
Dick Kennedy
2017-10-03
1
-0
/
+8
|
*
scsi: lpfc: Ensure io aborts interlocked with the target.
Dick Kennedy
2017-10-03
1
-25
/
+34
|
*
scsi: lpfc: Fix crash in lpfc_nvme_fcp_io_submit during LIP
Dick Kennedy
2017-10-03
1
-0
/
+10
|
*
scsi: lpfc: Reduce log spew on controller reconnects
James Smart
2017-10-03
1
-3
/
+3
|
*
scsi: lpfc: Make ktime sampling more accurate
Dick Kennedy
2017-10-03
1
-11
/
+23
|
*
scsi: lpfc: Fix lpfc nvme host rejecting IO with Not Ready message
Dick Kennedy
2017-10-03
1
-18
/
+28
|
*
scsi: lpfc: Cocci spatch "pool_zalloc-simple"
Thomas Meyer
2017-09-26
1
-4
/
+3
[next]