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
/
qla2xxx
/
qla_target.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-23
scsi: qla2xxx: Improve several kernel-doc headers
Bart Van Assche
1
-3
/
+3
2018-10-23
scsi: qla2xxx: Modify fall-through annotations
Bart Van Assche
1
-1
/
+1
2018-10-17
scsi: qla2xxx: fully convert to the generic DMA API
Christoph Hellwig
1
-4
/
+4
2018-09-27
scsi: qla2xxx: Fix re-using LoopID when handle is in use
Quinn Tran
1
-1
/
+2
2018-09-11
scsi: qla2xxx: Fix premature command free
Quinn Tran
1
-0
/
+4
2018-09-11
scsi: qla2xxx: Fix stuck session in PLOGI state
Quinn Tran
1
-4
/
+0
2018-09-11
scsi: qla2xxx: Add mode control for each physical port
Quinn Tran
1
-6
/
+20
2018-09-11
scsi: qla2xxx: Reduce holding sess_lock to prevent CPU lock-up
Quinn Tran
1
-0
/
+2
2018-09-11
scsi: qla2xxx: Add support for ZIO6 interrupt threshold
Quinn Tran
1
-17
/
+0
2018-09-11
scsi: qla2xxx: Fix out of order Termination and ABTS response
Quinn Tran
1
-104
/
+196
2018-09-11
scsi: qla2xxx: Add logic to detect ABTS hang and response completion
Quinn Tran
1
-9
/
+63
2018-09-11
scsi: qla2xxx: Add appropriate debug info for invalid RX_ID
Quinn Tran
1
-1
/
+11
2018-09-11
scsi: qla2xxx: Serialize mailbox request
Quinn Tran
1
-16
/
+9
2018-09-11
scsi: qla2xxx: Terminate Plogi/PRLI if WWN is 0
Quinn Tran
1
-0
/
+6
2018-09-11
scsi: qla2xxx: Move rport registration out of internal work_list
Quinn Tran
1
-16
/
+67
2018-08-15
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-9
/
+20
2018-08-02
scsi: qla2xxx: Fix unintended Logout
Quinn Tran
1
-1
/
+2
2018-08-02
scsi: qla2xxx: Fix login retry count
Quinn Tran
1
-2
/
+1
2018-08-02
scsi: qla2xxx: Fix N2N link re-connect
Quinn Tran
1
-0
/
+9
2018-06-19
scsi: target: Convert target drivers to use sbitmap
Matthew Wilcox
1
-4
/
+6
2018-06-19
scsi: target: Abstract tag freeing
Matthew Wilcox
1
-2
/
+2
2018-06-18
scsi: qla2xxx: Spinlock recursion in qla_target
Mikhail Malygin
1
-4
/
+3
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-4
/
+6
2018-05-08
scsi: qla2xxx: Fix TMF and Multi-Queue config
Quinn Tran
1
-24
/
+111
2018-05-08
scsi: qla2xxx: Use predefined get_datalen_for_atio() inline function
Quinn Tran
1
-10
/
+7
2018-05-08
scsi: qla2xxx: Fix Inquiry command being dropped in Target mode
Quinn Tran
1
-2
/
+7
2018-05-08
scsi: qla2xxx: Move GPSC and GFPNID out of session management
Quinn Tran
1
-1
/
+0
2018-05-08
scsi: qla2xxx: Fix Rport and session state getting out of sync
Quinn Tran
1
-18
/
+12
2018-04-09
scsi: qla2xxx: Fix race condition between iocb timeout and initialisation
Ben Hutchings
1
-1
/
+1
2018-04-03
Merge branch 'fixes' into misc
James Bottomley
1
-13
/
+6
2018-03-21
scsi: qla2xxx: Add changes for devloss timeout in driver
Darren Trapp
1
-5
/
+8
2018-03-21
scsi: qla2xxx: fix spelling mistake: "existant" -> "existent"
Colin Ian King
1
-1
/
+1
2018-03-01
scsi: qla2xxx: Fixup locking for session deletion
Hannes Reinecke
1
-11
/
+6
2018-02-22
scsi: qla2xxx: Use dma_pool_zalloc()
Souptick Joarder
1
-6
/
+1
2018-02-12
scsi: qla2xxx: Fix function argument descriptions
Bart Van Assche
1
-3
/
+4
2018-02-06
scsi: qla2xxx: Fix a locking imbalance in qlt_24xx_handle_els()
Bart Van Assche
1
-2
/
+0
2018-01-22
scsi: qla2xxx: Fix logo flag for qlt_free_session_done()
Himanshu Madhani
1
-0
/
+1
2018-01-17
scsi: qla2xxx: Fix recursion while sending terminate exchange
himanshu.madhani@cavium.com
1
-1
/
+1
2018-01-03
scsi: qla2xxx: Serialize session free in qlt_free_session_done
Quinn Tran
1
-0
/
+13
2018-01-03
scsi: qla2xxx: Serialize session deletion by using work_lock
Quinn Tran
1
-15
/
+14
2018-01-03
scsi: qla2xxx: Remove unused argument from qlt_schedule_sess_for_deletion()
Quinn Tran
1
-9
/
+7
2018-01-03
scsi: qla2xxx: Increase verbosity of debug messages logged
Quinn Tran
1
-4
/
+4
2018-01-03
scsi: qla2xxx: Remove session creation redundant code
Quinn Tran
1
-117
/
+5
2018-01-03
scsi: qla2xxx: Migrate switch registration commands away from mailbox interface
Quinn Tran
1
-5
/
+8
2018-01-03
scsi: qla2xxx: Reduce the use of terminate exchange
Quinn Tran
1
-66
/
+74
2018-01-03
scsi: qla2xxx: Add lock protection around host lookup
Quinn Tran
1
-6
/
+0
2018-01-03
scsi: qla2xxx: Add switch command to simplify fabric discovery
Quinn Tran
1
-8
/
+54
2018-01-03
scsi: qla2xxx: Fix session cleanup for N2N
Quinn Tran
1
-94
/
+192
2018-01-03
scsi: qla2xxx: Allow target mode to accept PRLI in dual mode
Quinn Tran
1
-3
/
+13
2018-01-03
scsi: qla2xxx: Enable ATIO interrupt handshake for ISP27XX
Quinn Tran
1
-14
/
+25
[next]