index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
qla2xxx
/
qla_target.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2018-08-15
1
-9
/
+20
|
\
|
*
scsi: qla2xxx: Fix unintended Logout
Quinn Tran
2018-08-02
1
-1
/
+2
|
*
scsi: qla2xxx: Fix login retry count
Quinn Tran
2018-08-02
1
-2
/
+1
|
*
scsi: qla2xxx: Fix N2N link re-connect
Quinn Tran
2018-08-02
1
-0
/
+9
|
*
scsi: target: Convert target drivers to use sbitmap
Matthew Wilcox
2018-06-19
1
-4
/
+6
|
*
scsi: target: Abstract tag freeing
Matthew Wilcox
2018-06-19
1
-2
/
+2
*
|
scsi: qla2xxx: Spinlock recursion in qla_target
Mikhail Malygin
2018-06-18
1
-4
/
+3
|
/
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-4
/
+6
*
scsi: qla2xxx: Fix TMF and Multi-Queue config
Quinn Tran
2018-05-08
1
-24
/
+111
*
scsi: qla2xxx: Use predefined get_datalen_for_atio() inline function
Quinn Tran
2018-05-08
1
-10
/
+7
*
scsi: qla2xxx: Fix Inquiry command being dropped in Target mode
Quinn Tran
2018-05-08
1
-2
/
+7
*
scsi: qla2xxx: Move GPSC and GFPNID out of session management
Quinn Tran
2018-05-08
1
-1
/
+0
*
scsi: qla2xxx: Fix Rport and session state getting out of sync
Quinn Tran
2018-05-08
1
-18
/
+12
*
scsi: qla2xxx: Fix race condition between iocb timeout and initialisation
Ben Hutchings
2018-04-09
1
-1
/
+1
*
Merge branch 'fixes' into misc
James Bottomley
2018-04-03
1
-13
/
+6
|
\
|
*
scsi: qla2xxx: Fixup locking for session deletion
Hannes Reinecke
2018-03-01
1
-11
/
+6
|
*
scsi: qla2xxx: Fix a locking imbalance in qlt_24xx_handle_els()
Bart Van Assche
2018-02-06
1
-2
/
+0
*
|
scsi: qla2xxx: Add changes for devloss timeout in driver
Darren Trapp
2018-03-21
1
-5
/
+8
*
|
scsi: qla2xxx: fix spelling mistake: "existant" -> "existent"
Colin Ian King
2018-03-21
1
-1
/
+1
*
|
scsi: qla2xxx: Use dma_pool_zalloc()
Souptick Joarder
2018-02-22
1
-6
/
+1
*
|
scsi: qla2xxx: Fix function argument descriptions
Bart Van Assche
2018-02-12
1
-3
/
+4
|
/
*
scsi: qla2xxx: Fix logo flag for qlt_free_session_done()
Himanshu Madhani
2018-01-22
1
-0
/
+1
*
scsi: qla2xxx: Fix recursion while sending terminate exchange
himanshu.madhani@cavium.com
2018-01-17
1
-1
/
+1
*
scsi: qla2xxx: Serialize session free in qlt_free_session_done
Quinn Tran
2018-01-03
1
-0
/
+13
*
scsi: qla2xxx: Serialize session deletion by using work_lock
Quinn Tran
2018-01-03
1
-15
/
+14
*
scsi: qla2xxx: Remove unused argument from qlt_schedule_sess_for_deletion()
Quinn Tran
2018-01-03
1
-9
/
+7
*
scsi: qla2xxx: Increase verbosity of debug messages logged
Quinn Tran
2018-01-03
1
-4
/
+4
*
scsi: qla2xxx: Remove session creation redundant code
Quinn Tran
2018-01-03
1
-117
/
+5
*
scsi: qla2xxx: Migrate switch registration commands away from mailbox interface
Quinn Tran
2018-01-03
1
-5
/
+8
*
scsi: qla2xxx: Reduce the use of terminate exchange
Quinn Tran
2018-01-03
1
-66
/
+74
*
scsi: qla2xxx: Add lock protection around host lookup
Quinn Tran
2018-01-03
1
-6
/
+0
*
scsi: qla2xxx: Add switch command to simplify fabric discovery
Quinn Tran
2018-01-03
1
-8
/
+54
*
scsi: qla2xxx: Fix session cleanup for N2N
Quinn Tran
2018-01-03
1
-94
/
+192
*
scsi: qla2xxx: Allow target mode to accept PRLI in dual mode
Quinn Tran
2018-01-03
1
-3
/
+13
*
scsi: qla2xxx: Enable ATIO interrupt handshake for ISP27XX
Quinn Tran
2018-01-03
1
-14
/
+25
*
scsi: qla2xxx: Suppress gcc 7 fall-through warnings
Bart Van Assche
2017-12-11
1
-1
/
+2
*
scsi: qla2xxx: Clear loop id after delete
Quinn Tran
2017-12-07
1
-5
/
+4
*
scsi: qla2xxx: Fix scan state field for fcport
Quinn Tran
2017-12-07
1
-0
/
+1
*
scsi: qla2xxx: Replace fcport alloc with qla2x00_alloc_fcport
Quinn Tran
2017-12-07
1
-1
/
+1
*
scsi: qla2xxx: Relogin to target port on a cable swap
Quinn Tran
2017-12-07
1
-6
/
+29
*
scsi: qla2xxx: Fix NPIV host cleanup in target mode
Sawan Chandak
2017-12-07
1
-2
/
+5
*
scsi: qla2xxx: Move session delete to driver work queue
Quinn Tran
2017-12-07
1
-1
/
+2
*
scsi: qla2xxx: Fix system crash for Notify ack timeout handling
Quinn Tran
2017-12-07
1
-1
/
+1
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2017-11-14
1
-3
/
+9
|
\
|
*
scsi: qla2xxx: Add ATIO-Q processing for INTx mode
Himanshu Madhani
2017-10-16
1
-3
/
+9
*
|
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-10-25
1
-1
/
+1
|
/
*
scsi: qla2xxx: Reset the logo flag, after target re-login.
Quinn Tran
2017-08-30
1
-0
/
+2
*
scsi: qla2xxx: Fix slow mem alloc behind lock
Quinn Tran
2017-08-30
1
-1
/
+1
*
scsi: qla2xxx: Cleanup NPIV host in target mode during config teardown
Quinn Tran
2017-08-24
1
-4
/
+7
*
scsi: qla2xxx: Fix task mgmt handling for NPIV
Quinn Tran
2017-08-24
1
-1
/
+6
[next]