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_init.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-09
scsi: qla2xxx: Fix race condition between iocb timeout and initialisation
Ben Hutchings
1
-14
/
+23
2018-04-09
scsi: qla2xxx: Avoid double completion of abort command
Ben Hutchings
1
-2
/
+2
2018-04-03
Merge branch 'fixes' into misc
James Bottomley
1
-36
/
+39
2018-03-21
scsi: qla2xxx: Fix Async GPN_FT for FCP and FC-NVMe scan
Quinn Tran
1
-4
/
+4
2018-03-21
scsi: qla2xxx: Fix retry for PRLI RJT with reason of BUSY
Darren Trapp
1
-1
/
+12
2018-03-21
scsi: qla2xxx: Remove nvme_done_list
Darren Trapp
1
-1
/
+0
2018-03-21
scsi: qla2xxx: Add changes for devloss timeout in driver
Darren Trapp
1
-0
/
+8
2018-03-21
scsi: qla2xxx: Set IIDMA and fcport state before qla_nvme_register_remote()
Darren Trapp
1
-2
/
+3
2018-03-12
scsi: qla2xxx: Remove FC_NO_LOOP_ID for FCP and FC-NVMe Discovery
Himanshu Madhani
1
-1
/
+0
2018-03-01
scsi: qla2xxx: Fix FC-NVMe LUN discovery
Darren Trapp
1
-1
/
+7
2018-03-01
scsi: qla2xxx: ensure async flags are reset correctly
Hannes Reinecke
1
-3
/
+10
2018-03-01
scsi: qla2xxx: do not check login_state if no loop id is assigned
Hannes Reinecke
1
-2
/
+3
2018-03-01
scsi: qla2xxx: Fixup locking for session deletion
Hannes Reinecke
1
-9
/
+15
2018-03-01
scsi: qla2xxx: Fix NULL pointer crash due to active timer for ABTS
himanshu.madhani@cavium.com
1
-0
/
+1
2018-02-13
scsi: qla2xxx: Fix double free bug after firmware timeout
Quinn Tran
1
-20
/
+3
2018-02-12
scsi: qla2xxx: Fix function argument descriptions
Bart Van Assche
1
-16
/
+17
2018-02-12
scsi: qla2xxx: Use %p for printing pointers
Bart Van Assche
1
-2
/
+2
2018-01-22
scsi: qla2xxx: Fix queue ID for async abort with Multiqueue
Darren Trapp
1
-0
/
+10
2018-01-17
scsi: qla2xxx: Fix warning for code intentation in __qla24xx_handle_gpdb_event()
himanshu.madhani@cavium.com
1
-1
/
+1
2018-01-17
scsi: qla2xxx: Fix warning in qla2x00_async_iocb_timeout()
himanshu.madhani@cavium.com
1
-0
/
+4
2018-01-03
scsi: qla2xxx: Serialize session deletion by using work_lock
Quinn Tran
1
-6
/
+3
2018-01-03
scsi: qla2xxx: Remove unused argument from qlt_schedule_sess_for_deletion()
Quinn Tran
1
-5
/
+5
2018-01-03
scsi: qla2xxx: Prevent relogin trigger from sending too many commands
Quinn Tran
1
-5
/
+9
2018-01-03
scsi: qla2xxx: Prevent multiple active discovery commands per session
Quinn Tran
1
-15
/
+15
2018-01-03
scsi: qla2xxx: Delay loop id allocation at login
Quinn Tran
1
-29
/
+35
2018-01-03
scsi: qla2xxx: Allow relogin and session creation after reset
himanshu.madhani@cavium.com
1
-1
/
+0
2018-01-03
scsi: qla2xxx: Add ability to use GPNFT/GNNFT for RSCN handling
Quinn Tran
1
-30
/
+35
2018-01-03
scsi: qla2xxx: Properly extract ADISC error codes
Quinn Tran
1
-8
/
+16
2018-01-03
scsi: qla2xxx: Fix GPNFT/GNNFT error handling
Quinn Tran
1
-4
/
+4
2018-01-03
scsi: qla2xxx: Fix login state machine freeze
Quinn Tran
1
-6
/
+0
2018-01-03
scsi: qla2xxx: Add lock protection around host lookup
Quinn Tran
1
-0
/
+3
2018-01-03
scsi: qla2xxx: Add switch command to simplify fabric discovery
Quinn Tran
1
-102
/
+206
2018-01-03
scsi: qla2xxx: Fix session cleanup for N2N
Quinn Tran
1
-49
/
+102
2018-01-03
scsi: qla2xxx: Allow target mode to accept PRLI in dual mode
Quinn Tran
1
-0
/
+5
2018-01-03
scsi: qla2xxx: Don't call dma_free_coherent with IRQ disabled.
Giridhar Malavali
1
-1
/
+2
2018-01-03
scsi: qla2xxx: Add ability to send PRLO
Quinn Tran
1
-0
/
+59
2018-01-03
scsi: qla2xxx: Add option for use reserve exch for ELS
Quinn Tran
1
-0
/
+6
2018-01-03
scsi: qla2xxx: Move work element processing out of DPC thread
Quinn Tran
1
-0
/
+1
2018-01-03
scsi: qla2xxx: Replace GPDB with async ADISC command
Quinn Tran
1
-30
/
+35
2018-01-03
scsi: qla2xxx: Fix Firmware dump size for Extended login and Exchange Offload
Quinn Tran
1
-99
/
+110
2018-01-03
scsi: qla2xxx: Use IOCB path to submit Control VP MBX command
Quinn Tran
1
-0
/
+1
2018-01-03
scsi: qla2xxx: Fix NULL pointer access for fcport structure
Quinn Tran
1
-4
/
+9
2017-12-07
scsi: qla2xxx: Fix memory leak in dual/target mode
himanshu.madhani@cavium.com
1
-3
/
+1
2017-12-07
scsi: qla2xxx: Defer processing of GS IOCB calls
Giridhar Malavali
1
-2
/
+2
2017-12-07
scsi: qla2xxx: Relogin to target port on a cable swap
Quinn Tran
1
-2
/
+4
2017-12-07
scsi: qla2xxx: Fix login state machine stuck at GPDB
Quinn Tran
1
-1
/
+10
2017-12-07
scsi: qla2xxx: Fix re-login for Nport Handle in use
Quinn Tran
1
-4
/
+40
2017-11-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-7
/
+133
2017-11-08
scsi: qla2xxx: Convert timers to use timer_setup()
Kees Cook
1
-2
/
+2
2017-10-16
scsi: qla2xxx: Use ql2xnvmeenable to enable Q-Pair for FC-NVMe
Himanshu Madhani
1
-1
/
+1
[next]