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-03-19
scsi: qla2xxx: Fix NULL pointer crash due to stale CPUID
Himanshu Madhani
1
-1
/
+1
2019-03-19
scsi: qla2xxx: Fix FC-AL connection target discovery
Quinn Tran
1
-0
/
+7
2019-03-16
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
3
-2
/
+6
2019-03-09
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
18
-516
/
+1134
2019-03-06
scsi: qla2xxx: check for kstrtol() failure
Dan Carpenter
1
-0
/
+2
2019-03-06
scsi: qla2xxx: avoid printf format warning
Arnd Bergmann
1
-2
/
+2
2019-03-06
scsi: qla2xxx: Fix panic in qla_dfs_tgt_counters_show
Bill Kuzeja
1
-0
/
+2
2019-02-19
scsi: qla2xxx: Avoid PCI IRQ affinity mapping when multiqueue is not supported
Giridhar Malavali
2
-2
/
+2
2019-02-19
scsi: qla2xxx: Update driver version to 10.00.00.14-k
Himanshu Madhani
1
-1
/
+1
2019-02-19
scsi: qla2xxx: Add new FW dump template entry types
Joe Carnuccio
2
-75
/
+142
2019-02-19
scsi: qla2xxx: Fix code indentation for qla27xx_fwdt_entry
Himanshu Madhani
1
-23
/
+23
2019-02-19
scsi: qla2xxx: Move marker request behind QPair
Quinn Tran
4
-69
/
+33
2019-02-19
scsi: qla2xxx: Prevent SysFS access when chip is down
Quinn Tran
1
-0
/
+3
2019-02-19
scsi: qla2xxx: Add support for setting port speed
Anil Gurumurthy
5
-1
/
+166
2019-02-19
scsi: qla2xxx: Prevent multiple ADISC commands per session
Quinn Tran
1
-2
/
+4
2019-02-19
scsi: qla2xxx: Check for FW started flag before aborting
Himanshu Madhani
1
-0
/
+8
2019-02-19
scsi: qla2xxx: Fix unload when NVMe devices are configured
Himanshu Madhani
1
-12
/
+10
2019-02-19
scsi: qla2xxx: Add First Burst support for FC-NVMe devices
Darren Trapp
7
-9
/
+39
2019-02-19
scsi: qla2xxx: Fix LUN discovery if loop id is not assigned yet by firmware
Himanshu Madhani
1
-5
/
+8
2019-02-19
scsi: qla2xxx: remove redundant null check on pointer sess
Colin Ian King
1
-5
/
+1
2019-02-19
scsi: qla2xxx: Move debug messages before sending srb preventing panic
Bill Kuzeja
3
-45
/
+55
2019-02-15
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-2
/
+2
2019-02-12
scsi: qla2xxx: Fix panic from use after free in qla2x00_async_tm_cmd
Bill Kuzeja
1
-2
/
+2
2019-02-05
scsi: qla2xxx: Update driver version to 10.00.00.13-k
Himanshu Madhani
1
-1
/
+1
2019-02-05
scsi: qla2xxx: Use complete switch scan for RSCN events
Quinn Tran
1
-86
/
+0
2019-02-05
scsi: qla2xxx: Fix fw options handle eh_bus_reset()
Quinn Tran
1
-5
/
+2
2019-02-05
scsi: qla2xxx: Restore FAWWPN of Physical Port only for loop down
Sawan Chandak
1
-1
/
+2
2019-02-05
scsi: qla2xxx: Prevent memory leak for CT req/rsp allocation
Quinn Tran
1
-2
/
+9
2019-02-05
scsi: qla2xxx: Fix SRB allocation flag to avoid sleeping in IRQ context
Giridhar Malavali
1
-1
/
+1
2019-02-05
scsi: qla2xxx: allow session delete to finish before create.
Quinn Tran
1
-0
/
+3
2019-02-05
scsi: qla2xxx: fix fcport null pointer access.
Quinn Tran
1
-3
/
+12
2019-02-05
scsi: qla2xxx: flush IO on chip reset or sess delete
Quinn Tran
1
-6
/
+3
2019-02-05
scsi: qla2xxx: Fix session cleanup hang
Quinn Tran
2
-7
/
+15
2019-02-05
scsi: qla2xxx: Change default ZIO threshold.
Quinn Tran
1
-1
/
+1
2019-02-05
scsi: qla2xxx: Add pci function reset support.
Quinn Tran
1
-0
/
+53
2019-02-05
scsi: qla2xxx: Fix N2N target discovery with Local loop
Himanshu Madhani
1
-5
/
+0
2019-02-04
scsi: target/core: Remove the write_pending_status() callback function
Bart Van Assche
1
-31
/
+0
2019-02-01
scsi: qla2xxx: Add new FC-NVMe enable BIT to enable FC-NVMe feature
Giridhar Malavali
2
-1
/
+6
2019-01-29
scsi: qla2xxx: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-42
/
+1
2019-01-20
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
3
-1
/
+4
2019-01-11
scsi: qla2xxx: Fix DMA error when the DIF sg buffer crosses 4GB boundary
Giridhar Malavali
8
-68
/
+503
2019-01-11
scsi: qla2xxx: Add protection mask module parameters
Martin K. Petersen
1
-8
/
+28
2019-01-11
scsi: qla2xxx: Use correct number of vectors for online CPUs
Ming Lei
3
-1
/
+4
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
4
-14
/
+16
2018-12-28
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
10
-158
/
+87
2018-12-28
Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-36
/
+13
2018-12-19
scsi: qla2xxx: deadlock by configfs_depend_item
Anatoliy Glagolev
2
-43
/
+8
2018-12-18
scsi: flip the default on use_clustering
Christoph Hellwig
1
-1
/
+0
2018-12-12
scsi: qla2xxx: Update driver version to 10.00.00.12-k
Himanshu Madhani
1
-1
/
+1
2018-12-12
scsi: qla2xxx: Fix for FC-NVMe discovery for NPIV port
Giridhar Malavali
2
-6
/
+6
[next]