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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-12
scsi: qla2xxx: Use strlcpy() instead of strncpy()
Bart Van Assche
1
-14
/
+14
2019-08-12
scsi: qla2xxx: Do not corrupt vha->plogi_ack_list
Bart Van Assche
2
-3
/
+9
2019-08-12
scsi: qla2xxx: Report the firmware status code if a mailbox command fails
Bart Van Assche
1
-1
/
+5
2019-08-12
scsi: qla2xxx: Fix session lookup in qlt_abort_work()
Bart Van Assche
1
-3
/
+1
2019-08-12
scsi: qla2xxx: Simplify qla24xx_abort_sp_done()
Bart Van Assche
1
-7
/
+5
2019-08-12
scsi: qla2xxx: Remove two superfluous tests
Bart Van Assche
1
-3
/
+2
2019-08-12
scsi: qla2xxx: Remove a superfluous pointer check
Bart Van Assche
1
-1
/
+1
2019-08-12
scsi: qla2xxx: Simplify qlt_lport_dump()
Bart Van Assche
1
-15
/
+3
2019-08-12
scsi: qla2xxx: Reduce the number of casts in GID list code
Bart Van Assche
3
-22
/
+14
2019-08-12
scsi: qla2xxx: Verify locking assumptions at runtime
Bart Van Assche
1
-0
/
+8
2019-08-12
scsi: qla2xxx: Change data_dsd into an array
Bart Van Assche
3
-6
/
+6
2019-08-12
scsi: qla2xxx: Declare qla_tgt_cmd.cdb const
Bart Van Assche
1
-1
/
+1
2019-08-12
scsi: qla2xxx: Reduce the scope of three local variables in qla2xxx_queuecomm...
Bart Van Assche
1
-3
/
+4
2019-08-12
scsi: qla2xxx: Change the return type of qla2x00_update_ms_fdmi_iocb() into void
Bart Van Assche
1
-3
/
+1
2019-08-12
scsi: qla2xxx: Declare the fourth ql_dump_buffer() argument const
Bart Van Assche
2
-2
/
+3
2019-08-12
scsi: qla2xxx: Remove a superfluous forward declaration
Bart Van Assche
1
-2
/
+0
2019-08-12
scsi: qla2xxx: Remove an include directive from qla_mr.c
Bart Van Assche
1
-1
/
+0
2019-08-12
scsi: qla2xxx: Include the <asm/unaligned.h> header file from qla_dsd.h
Bart Van Assche
1
-0
/
+2
2019-08-12
scsi: qla2xxx: Use tabs instead of spaces for indentation
Bart Van Assche
1
-39
/
+39
2019-08-12
scsi: qla2xxx: Improve Linux kernel coding style conformance
Bart Van Assche
7
-22
/
+22
2019-08-12
scsi: qla2xxx: Really fix qla2xxx_eh_abort()
Bart Van Assche
1
-0
/
+21
2019-08-12
scsi: qla2xxx: Make qla2x00_abort_srb() again decrease the sp reference count
Bart Van Assche
1
-0
/
+2
2019-08-07
scsi: qla2xxx: Update driver version to 10.01.00.18-k
Himanshu Madhani
1
-1
/
+1
2019-08-07
scsi: qla2xxx: Allow NVMe IO to resume with short cable pull
Quinn Tran
1
-1
/
+3
2019-08-07
scsi: qla2xxx: Fix hang in fcport delete path
Quinn Tran
1
-3
/
+0
2019-08-07
scsi: qla2xxx: Use common update-firmware-options routine for ISP27xx+
Andrew Vasquez
1
-1
/
+1
2019-08-07
scsi: qla2xxx: Fix NVMe port discovery after a short device port loss
Arun Easi
1
-2
/
+2
2019-08-07
scsi: qla2xxx: Correct error handling during initialization failures
Andrew Vasquez
2
-3
/
+13
2019-08-07
scsi: qla2xxx: Retry fabric Scan on IOCB queue full
Quinn Tran
1
-6
/
+22
2019-08-07
scsi: qla2xxx: Fix premature timer expiration
Quinn Tran
2
-1
/
+5
2019-08-07
scsi: qla2xxx: Fix Relogin to prevent modifying scan_state flag
Quinn Tran
3
-6
/
+21
2019-07-30
scsi: qla2xxx: Reject EH_{abort|device_reset|target_request}
Quinn Tran
1
-0
/
+9
2019-07-30
scsi: qla2xxx: Skip FW dump on LOOP initialization error
Quinn Tran
1
-1
/
+0
2019-07-30
scsi: qla2xxx: Use Correct index for Q-Pair array
Quinn Tran
1
-0
/
+2
2019-07-30
scsi: qla2xxx: Fix abort timeout race condition.
Quinn Tran
2
-2
/
+17
2019-07-30
scsi: qla2xxx: Fix different size DMA Alloc/Unmap
Quinn Tran
1
-1
/
+1
2019-07-30
scsi: qla2xxx: Fix DMA unmap leak
Himanshu Madhani
1
-0
/
+4
2019-07-30
scsi: qla2xxx: Fix possible fcport null-pointer dereferences
Jia-Ju Bai
1
-1
/
+1
2019-07-30
scsi: qla2xxx: Replace vmalloc + memset with vzalloc
Chuhong Yuan
1
-4
/
+2
2019-07-30
scsi: qla2xxx: Remove unnecessary null check
YueHaibing
1
-2
/
+1
2019-07-11
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
7
-108
/
+155
2019-06-27
scsi: qla2xxx: move IO flush to the front of NVME rport unregistration
Quinn Tran
4
-21
/
+12
2019-06-27
scsi: qla2xxx: Fix NVME cmd and LS cmd timeout race condition
Quinn Tran
3
-50
/
+117
2019-06-27
scsi: qla2xxx: on session delete, return nvme cmd
Quinn Tran
1
-9
/
+19
2019-06-27
scsi: qla2xxx: Fix kernel crash after disconnecting NVMe devices
Arun Easi
4
-30
/
+10
2019-06-22
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-1
/
+1
2019-06-18
scsi: qla2xxx: Fix hardlockup in abort command during driver remove
Arun Easi
1
-1
/
+1
2019-06-18
scsi: qla2xxx: remove double assignment in qla2x00_update_fcport
Enzo Matsumiya
1
-1
/
+0
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285
Thomas Gleixner
1
-10
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2
-19
/
+2
[prev]
[next]