index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
qla2xxx
/
qla_init.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-20
scsi: qla2xxx: Fix a NULL pointer dereference in an error path
Bart Van Assche
1
-9
/
+8
2019-12-21
scsi: qla2xxx: Fix stuck session in GNL
Quinn Tran
1
-2
/
+13
2019-12-21
scsi: qla2xxx: Consolidate fabric scan
Quinn Tran
1
-6
/
+2
2019-12-21
scsi: qla2xxx: Correct fcport flags handling
Shyam Sundar
1
-1
/
+2
2019-12-21
scsi: qla2xxx: Fix stuck login session using prli_pend_timer
Quinn Tran
1
-8
/
+26
2019-12-19
scsi: qla2xxx: Use common routine to free fcport struct
Quinn Tran
1
-1
/
+1
2019-12-19
scsi: qla2xxx: Fix update_fcport for current_topology
Himanshu Madhani
1
-1
/
+4
2019-12-19
scsi: qla2xxx: Cleanup unused async_logout_done
Shyam Sundar
1
-10
/
+0
2019-12-19
scsi: qla2xxx: Add a shadow variable to hold disc_state history of fcport
Shyam Sundar
1
-14
/
+15
2019-12-19
scsi: qla2xxx: Fix fabric scan hang
Quinn Tran
1
-15
/
+19
2019-12-19
scsi: qla2xxx: Remove defer flag to indicate immeadiate port loss
Himanshu Madhani
1
-9
/
+9
2019-12-09
scsi: qla2xxx: Don't defer relogin unconditonally
Roman Bolshakov
1
-1
/
+0
2019-12-09
scsi: qla2xxx: Configure local loop for N2N target
Roman Bolshakov
1
-8
/
+2
2019-12-09
scsi: qla2xxx: Allow PLOGI in target mode
Roman Bolshakov
1
-2
/
+6
2019-12-09
scsi: qla2xxx: Change discovery state before PLOGI
Roman Bolshakov
1
-0
/
+1
2019-12-09
scsi: qla2xxx: Initialize free_work before flushing it
Roman Bolshakov
1
-0
/
+1
2019-11-26
scsi: qla2xxx: fix rports not being mark as lost in sync fabric scan
Martin Wilck
1
-3
/
+3
2019-11-08
scsi: qla2xxx: initialize fc4_type_priority
Martin Wilck
1
-2
/
+10
2019-11-08
scsi: qla2xxx: Remove an include directive
Bart Van Assche
1
-1
/
+0
2019-11-08
scsi: qla2xxx: Fix device connect issues in P2P configuration
Arun Easi
1
-0
/
+9
2019-11-08
scsi: qla2xxx: Fix driver unload hang
Quinn Tran
1
-2
/
+0
2019-11-08
scsi: qla2xxx: Fix SRB leak on switch command timeout
Quinn Tran
1
-6
/
+5
2019-11-08
scsi: qla2xxx: Do command completion on abort timeout
Quinn Tran
1
-0
/
+18
2019-11-08
scsi: qla2xxx: Retry PLOGI on FC-NVMe PRLI failure
Quinn Tran
1
-29
/
+8
2019-10-09
scsi: qla2xxx: Dual FCP-NVMe target port support
Michael Hernandez
1
-27
/
+37
2019-10-09
Merge branch '5.4/scsi-fixes' into 5.5/scsi-queue
Martin K. Petersen
1
-31
/
+78
2019-09-23
scsi: qla2xxx: Fix N2N link reset
Quinn Tran
1
-30
/
+77
2019-09-23
scsi: qla2xxx: Silence fwdump template message
Himanshu Madhani
1
-1
/
+1
2019-09-21
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-305
/
+245
2019-09-07
scsi: qla2xxx: Fix stuck login session
Quinn Tran
1
-12
/
+11
2019-09-07
scsi: qla2xxx: Fix flash read for Qlogic ISPs
Quinn Tran
1
-2
/
+2
2019-08-19
scsi: qla2xxx: cleanup trace buffer initialization
Martin Wilck
1
-116
/
+98
2019-08-19
scsi: qla2xxx: qla2x00_alloc_fw_dump: set ha->eft
Martin Wilck
1
-0
/
+2
2019-08-16
qla2xxx: remove SGI SN2 support
Christoph Hellwig
1
-14
/
+0
2019-08-12
scsi: qla2xxx: Simplify qla24xx_async_abort_cmd()
Bart Van Assche
1
-8
/
+6
2019-08-12
scsi: qla2xxx: Inline the qla2x00_fcport_event_handler() function
Bart Van Assche
1
-99
/
+32
2019-08-12
scsi: qla2xxx: Report invalid mailbox status codes
Bart Van Assche
1
-0
/
+9
2019-08-12
scsi: qla2xxx: Complain if sp->done() is not called from the completion path
Bart Van Assche
1
-0
/
+4
2019-08-12
scsi: qla2xxx: Enable type checking for the SRB free and done callback functions
Bart Van Assche
1
-30
/
+10
2019-08-12
scsi: qla2xxx: Check secondary image if reading the primary image fails
Bart Van Assche
1
-2
/
+6
2019-08-12
scsi: qla2xxx: Use memcpy() and strlcpy() instead of strcpy() and strncpy()
Bart Van Assche
1
-8
/
+10
2019-08-12
scsi: qla2xxx: Complain if waiting for pending commands times out
Bart Van Assche
1
-1
/
+2
2019-08-12
scsi: qla2xxx: Declare fourth qla2x00_set_model_info() argument const
Bart Van Assche
1
-1
/
+1
2019-08-12
scsi: qla2xxx: Simplify qla24xx_abort_sp_done()
Bart Van Assche
1
-7
/
+5
2019-08-12
scsi: qla2xxx: Reduce the number of casts in GID list code
Bart Van Assche
1
-10
/
+8
2019-08-12
scsi: qla2xxx: Improve Linux kernel coding style conformance
Bart Van Assche
1
-1
/
+1
2019-08-07
scsi: qla2xxx: Fix hang in fcport delete path
Quinn Tran
1
-3
/
+0
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
1
-0
/
+4
2019-08-07
scsi: qla2xxx: Fix Relogin to prevent modifying scan_state flag
Quinn Tran
1
-5
/
+20
[next]