index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
qla2xxx
/
qla_target.c
(
follow
)
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
2019-07-12
1
-8
/
+8
|
\
|
*
scsi: qla2xxx: move IO flush to the front of NVME rport unregistration
Quinn Tran
2019-06-27
1
-8
/
+8
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285
Thomas Gleixner
2019-06-05
1
-10
/
+1
|
/
*
scsi: qla2xxx: Avoid that qlt_send_resp_ctio() corrupts memory
Bart Van Assche
2019-04-29
1
-6
/
+6
*
scsi: qla2xxx: Fix hardirq-unsafe locking
Bart Van Assche
2019-04-29
1
-17
/
+8
*
scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to...
Bart Van Assche
2019-04-29
1
-2
/
+1
*
scsi: qla2xxx: Introduce the dsd32 and dsd64 data structures
Bart Van Assche
2019-04-29
1
-25
/
+12
*
scsi: qla2xxx: Check the size of firmware data structures at compile time
Bart Van Assche
2019-04-29
1
-0
/
+3
*
scsi: qla2xxx: Remove unnecessary locking from the target code
Bart Van Assche
2019-04-29
1
-4
/
+0
*
scsi: qla2xxx: target: Fix offline port handling and host reset handling
Bart Van Assche
2019-04-29
1
-37
/
+4
*
scsi: qla2xxx: Fix error handling in qlt_alloc_qfull_cmd()
Bart Van Assche
2019-04-29
1
-5
/
+2
*
scsi: qla2xxx: Simplify qlt_send_term_imm_notif()
Bart Van Assche
2019-04-29
1
-24
/
+2
*
scsi: qla2xxx: Make qla2x00_mem_free() easier to verify
Bart Van Assche
2019-04-29
1
-0
/
+3
*
scsi: qla2xxx: Fix a format specifier
Bart Van Assche
2019-04-29
1
-1
/
+1
*
scsi: qla2xxx: Update two source code comments
Bart Van Assche
2019-04-29
1
-1
/
+1
*
scsi: qla2xxx: Fix device staying in blocked state
Quinn Tran
2019-04-29
1
-2
/
+2
*
scsi: qla2xxx: Remove two superfluous casts
Bart Van Assche
2019-04-16
1
-3
/
+2
*
scsi: qla2xxx: Fix formatting of pointer types
Bart Van Assche
2019-04-16
1
-1
/
+1
*
scsi: qla2xxx: Leave a blank line after declarations
Bart Van Assche
2019-04-16
1
-0
/
+18
*
scsi: qla2xxx: Add Device ID for ISP28XX
Joe Carnuccio
2019-03-19
1
-3
/
+4
*
scsi: qla2xxx: remove redundant null check on pointer sess
Colin Ian King
2019-02-20
1
-5
/
+1
*
scsi: qla2xxx: Move debug messages before sending srb preventing panic
Bill Kuzeja
2019-02-20
1
-4
/
+4
*
scsi: qla2xxx: allow session delete to finish before create.
Quinn Tran
2019-02-06
1
-0
/
+3
*
scsi: qla2xxx: flush IO on chip reset or sess delete
Quinn Tran
2019-02-06
1
-6
/
+3
*
scsi: qla2xxx: Fix DMA error when the DIF sg buffer crosses 4GB boundary
Giridhar Malavali
2019-01-12
1
-1
/
+1
*
scsi: qla2xxx: Introduce a switch/case statement in qlt_xmit_tm_rsp()
Bart Van Assche
2018-11-29
1
-7
/
+7
*
scsi: qla2xxx: use lower_32_bits and upper_32_bits instead of reinventing them
Christoph Hellwig
2018-11-07
1
-4
/
+4
*
scsi: qla2xxx: Improve several kernel-doc headers
Bart Van Assche
2018-10-24
1
-3
/
+3
*
scsi: qla2xxx: Modify fall-through annotations
Bart Van Assche
2018-10-24
1
-1
/
+1
*
scsi: qla2xxx: fully convert to the generic DMA API
Christoph Hellwig
2018-10-18
1
-4
/
+4
*
scsi: qla2xxx: Fix re-using LoopID when handle is in use
Quinn Tran
2018-09-28
1
-1
/
+2
*
scsi: qla2xxx: Fix premature command free
Quinn Tran
2018-09-12
1
-0
/
+4
*
scsi: qla2xxx: Fix stuck session in PLOGI state
Quinn Tran
2018-09-12
1
-4
/
+0
*
scsi: qla2xxx: Add mode control for each physical port
Quinn Tran
2018-09-12
1
-6
/
+20
*
scsi: qla2xxx: Reduce holding sess_lock to prevent CPU lock-up
Quinn Tran
2018-09-12
1
-0
/
+2
*
scsi: qla2xxx: Add support for ZIO6 interrupt threshold
Quinn Tran
2018-09-12
1
-17
/
+0
*
scsi: qla2xxx: Fix out of order Termination and ABTS response
Quinn Tran
2018-09-12
1
-104
/
+196
*
scsi: qla2xxx: Add logic to detect ABTS hang and response completion
Quinn Tran
2018-09-12
1
-9
/
+63
*
scsi: qla2xxx: Add appropriate debug info for invalid RX_ID
Quinn Tran
2018-09-12
1
-1
/
+11
*
scsi: qla2xxx: Serialize mailbox request
Quinn Tran
2018-09-12
1
-16
/
+9
*
scsi: qla2xxx: Terminate Plogi/PRLI if WWN is 0
Quinn Tran
2018-09-12
1
-0
/
+6
*
scsi: qla2xxx: Move rport registration out of internal work_list
Quinn Tran
2018-09-12
1
-16
/
+67
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2018-08-16
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-20
1
-4
/
+6
|
*
scsi: target: Abstract tag freeing
Matthew Wilcox
2018-06-20
1
-2
/
+2
*
|
scsi: qla2xxx: Spinlock recursion in qla_target
Mikhail Malygin
2018-06-19
1
-4
/
+3
|
/
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-13
1
-4
/
+6
[next]