index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
qla2xxx
/
qla_os.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-19
scsi: qla2xxx: Fix ISP recovery on unload
Quinn Tran
1
-2
/
+3
2018-07-19
scsi: qla2xxx: Fix driver unload by shutting down chip
Quinn Tran
1
-26
/
+18
2018-07-19
scsi: qla2xxx: Fix NPIV deletion by calling wait_for_sess_deletion
Quinn Tran
1
-1
/
+1
2018-07-10
scsi: qla2xxx: Fix kernel crash due to late workqueue allocation
himanshu.madhani@cavium.com
1
-2
/
+2
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-6
/
+8
2018-05-08
scsi: qla2xxx: Move GPSC and GFPNID out of session management
Quinn Tran
1
-0
/
+4
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
1
-6
/
+8
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
1
-24
/
+46
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 Async GPN_FT for FCP and FC-NVMe scan
Quinn Tran
1
-2
/
+8
2018-03-21
scsi: qla2xxx: Fix FC-NVMe IO abort during driver reset
Darren Trapp
1
-1
/
+1
2018-03-21
scsi: qla2xxx: Remove nvme_done_list
Darren Trapp
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
1
-2
/
+5
2018-03-01
scsi: qla2xxx: Fixup locking for session deletion
Hannes Reinecke
1
-1
/
+6
2018-01-30
scsi: qla2xxx: Fix memory corruption during hba reset test
Quinn Tran
1
-0
/
+2
2018-01-17
scsi: qla2xxx: Fix NULL pointer crash due to probe failure
himanshu.madhani@cavium.com
1
-4
/
+4
2018-01-03
scsi: qla2xxx: Serialize session deletion by using work_lock
Quinn Tran
1
-3
/
+2
2018-01-03
scsi: qla2xxx: Prevent relogin trigger from sending too many commands
Quinn Tran
1
-1
/
+3
2018-01-03
scsi: qla2xxx: Add ability to use GPNFT/GNNFT for RSCN handling
Quinn Tran
1
-0
/
+1
2018-01-03
scsi: qla2xxx: Migrate switch registration commands away from mailbox interface
Quinn Tran
1
-2
/
+18
2018-01-03
scsi: qla2xxx: Add switch command to simplify fabric discovery
Quinn Tran
1
-3
/
+44
2018-01-03
scsi: qla2xxx: Use known NPort ID for Management Server login
himanshu.madhani@cavium.com
1
-1
/
+1
2018-01-03
scsi: qla2xxx: Fix session cleanup for N2N
Quinn Tran
1
-7
/
+34
2018-01-03
scsi: qla2xxx: Add ability to send PRLO
Quinn Tran
1
-0
/
+9
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
-18
/
+58
2018-01-03
scsi: qla2xxx: Chip reset uses wrong lock during IO flush.
Quinn Tran
1
-74
/
+84
2018-01-03
scsi: qla2xxx: Add boundary checks for exchanges to be offloaded
Quinn Tran
1
-9
/
+30
2018-01-03
scsi: qla2xxx: Use chip reset to bring down laser on unload.
Quinn Tran
1
-35
/
+17
2017-12-07
scsi: qla2xxx: Fix system crash in qlt_plogi_ack_unref
Quinn Tran
1
-5
/
+5
2017-12-07
scsi: qla2xxx: Fix Relogin being triggered too fast
Quinn Tran
1
-8
/
+14
2017-12-07
scsi: qla2xxx: Relogin to target port on a cable swap
Quinn Tran
1
-3
/
+32
2017-12-07
scsi: qla2xxx: Serialize GPNID for multiple RSCN
Quinn Tran
1
-0
/
+1
2017-12-07
scsi: qla2xxx: Skip IRQ affinity for Target QPairs
Quinn Tran
1
-1
/
+6
2017-12-07
scsi: qla2xxx: Move session delete to driver work queue
Quinn Tran
1
-1
/
+2
2017-11-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-11
/
+29
2017-11-13
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-6
/
+5
2017-11-08
scsi: qla2xxx: Convert timers to use timer_setup()
Kees Cook
1
-6
/
+5
2017-11-06
scsi: qla2xxx: Suppress a kernel complaint in qla_init_base_qpair()
Bart Van Assche
1
-1
/
+1
2017-10-31
scsi: qla2xxx: Fix oops in qla2x00_probe_one error path
Douglas Miller
1
-0
/
+1
2017-10-16
scsi: qla2xxx: Initialize Work element before requesting IRQs
Himanshu Madhani
1
-2
/
+2
2017-10-16
scsi: qla2xxx: Query FC4 type during RSCN processing
Giridhar Malavali
1
-1
/
+1
2017-10-16
scsi: qla2xxx: Use ql2xnvmeenable to enable Q-Pair for FC-NVMe
Himanshu Madhani
1
-9
/
+18
2017-10-16
scsi: qla2xxx: Reinstate module parameter ql2xenablemsix
Himanshu Madhani
1
-0
/
+9
2017-10-11
scsi: qla2xxx: Fix uninitialized work element
Quinn Tran
1
-1
/
+2
2017-08-30
scsi: qla2xxx: Fix slow mem alloc behind lock
Quinn Tran
1
-1
/
+32
[next]