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
2018-06-18
scsi: qla2xxx: Spinlock recursion in qla_target
Mikhail Malygin
1
-4
/
+3
2018-06-14
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
3
-3
/
+16
2018-06-12
treewide: Use array_size() in vzalloc()
Kees Cook
1
-1
/
+3
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
4
-16
/
+23
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+1
2018-06-07
scsi: qla2xxx: Mask off Scope bits in retry delay
Anil Gurumurthy
1
-2
/
+6
2018-06-07
scsi: qla2xxx: Fix crash on qla2x00_mailbox_command
Rodrigo R. Galvao
1
-0
/
+8
2018-06-05
scsi: qla2xxx: Fix setting lower transfer speed if GPSC fails
Himanshu Madhani
1
-1
/
+2
2018-05-08
scsi: qla2xxx: remove the unused tcm_qla2xxx_cmd_wq
Andrei Vagin
1
-10
/
+0
2018-05-08
scsi: qla2xxx: Update driver version to 10.00.00.07-k
himanshu.madhani@cavium.com
1
-1
/
+1
2018-05-08
scsi: qla2xxx: Fix TMF and Multi-Queue config
Quinn Tran
3
-25
/
+141
2018-05-08
scsi: qla2xxx: Prevent relogin loop by removing stale code
himanshu.madhani@cavium.com
1
-14
/
+0
2018-05-08
scsi: qla2xxx: Remove stale debug value for login_retry flag
Quinn Tran
1
-1
/
+0
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
6
-44
/
+55
2018-05-08
scsi: qla2xxx: Reduce redundant ADISC command for RSCNs
Quinn Tran
3
-3
/
+31
2018-05-08
scsi: qla2xxx: Delete session for nport id change
Quinn Tran
1
-1
/
+3
2018-05-08
scsi: qla2xxx: Fix Rport and session state getting out of sync
Quinn Tran
1
-18
/
+12
2018-05-08
scsi: qla2xxx: Fix sending ADISC command for login
Quinn Tran
1
-4
/
+2
2018-04-09
scsi: qla2xxx: Correct setting of SAM_STAT_CHECK_CONDITION
Johannes Thumshirn
1
-3
/
+3
2018-04-09
scsi: qla2xxx: correctly shift host byte
Johannes Thumshirn
1
-1
/
+1
2018-04-09
scsi: qla2xxx: Fix race condition between iocb timeout and initialisation
Ben Hutchings
8
-31
/
+45
2018-04-09
scsi: qla2xxx: Avoid double completion of abort command
Ben Hutchings
1
-2
/
+2
2018-04-09
scsi: qla2xxx: Fix small memory leak in qla2x00_probe_one on probe failure
Bill Kuzeja
1
-23
/
+21
2018-04-05
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Linus Torvalds
22
-422
/
+564
2018-04-05
Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2018-04-03
Merge branch 'fixes' into misc
James Bottomley
9
-87
/
+116
2018-03-27
blk-mq: Allow PCI vector offset for mapping queues
Keith Busch
1
-1
/
+1
2018-03-21
scsi: qla2xxx: fx00 copypaste typo
Meelis Roos
1
-1
/
+1
2018-03-21
scsi: qla2xxx: fix error message on <qla2400
Meelis Roos
2
-6
/
+14
2018-03-21
scsi: qla2xxx: Update driver version to 10.00.00.06-k
himanshu.madhani@cavium.com
1
-1
/
+1
2018-03-21
scsi: qla2xxx: Fix Async GPN_FT for FCP and FC-NVMe scan
Quinn Tran
5
-71
/
+229
2018-03-21
scsi: qla2xxx: Cleanup code to improve FC-NVMe error handling
Darren Trapp
2
-51
/
+29
2018-03-21
scsi: qla2xxx: Fix FC-NVMe IO abort during driver reset
Darren Trapp
3
-7
/
+14
2018-03-21
scsi: qla2xxx: Fix retry for PRLI RJT with reason of BUSY
Darren Trapp
3
-4
/
+18
2018-03-21
scsi: qla2xxx: Remove nvme_done_list
Darren Trapp
6
-22
/
+2
2018-03-21
scsi: qla2xxx: Return busy if rport going away
Darren Trapp
3
-12
/
+24
2018-03-21
scsi: qla2xxx: Fix n2n_ae flag to prevent dev_loss on PDB change
Darren Trapp
3
-5
/
+3
2018-03-21
scsi: qla2xxx: Add FC-NVMe abort processing
Darren Trapp
2
-18
/
+19
2018-03-21
scsi: qla2xxx: Add changes for devloss timeout in driver
Darren Trapp
7
-90
/
+87
2018-03-21
scsi: qla2xxx: Set IIDMA and fcport state before qla_nvme_register_remote()
Darren Trapp
1
-2
/
+3
2018-03-21
scsi: qla2xxx: Remove unneeded message and minor cleanup for FC-NVMe
himanshu.madhani@cavium.com
1
-8
/
+3
2018-03-21
scsi: qla2xxx: Restore ZIO threshold setting
Darren Trapp
1
-5
/
+0
2018-03-21
scsi: qla2xxx: fix spelling mistake: "existant" -> "existent"
Colin Ian King
1
-1
/
+1
2018-03-12
scsi: qla2xxx: Remove FC_NO_LOOP_ID for FCP and FC-NVMe Discovery
Himanshu Madhani
1
-1
/
+0
2018-03-06
scsi: qla2xxx: Fix crashes in qla2x00_probe_one on probe failure
Bill Kuzeja
1
-22
/
+37
2018-03-01
scsi: qla2xxx: Fix FC-NVMe LUN discovery
Darren Trapp
4
-3
/
+16
2018-03-01
scsi: qla2xxx: ensure async flags are reset correctly
Hannes Reinecke
2
-3
/
+12
2018-03-01
scsi: qla2xxx: do not check login_state if no loop id is assigned
Hannes Reinecke
1
-2
/
+3
[next]