index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
qla2xxx
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-12
Merge branch '5.1/scsi-fixes' into 5.2/merge
Martin K. Petersen
2
-1
/
+8
2019-04-12
scsi: scsi_transport_fc: nvme: display FC-NVMe port roles
Hannes Reinecke
3
-6
/
+22
2019-04-09
scsi: tcm_qla2xxx: Minimize #include directives
Bart Van Assche
1
-6
/
+0
2019-04-08
scsi: qla2xxx: Unregister resources in the opposite order of the registration...
Bart Van Assche
1
-4
/
+5
2019-04-08
scsi: qla2xxx: Unregister chrdev if module initialization fails
Bart Van Assche
1
-13
/
+21
2019-04-08
scsi: qla2xxx: Use get/put_unaligned where appropriate
Bart Van Assche
3
-15
/
+12
2019-04-08
scsi: qla2xxx: Make qla2x00_process_response_queue() easier to read
Bart Van Assche
1
-38
/
+47
2019-04-08
scsi: qla2xxx: Reduce the number of forward declarations
Bart Van Assche
1
-46
/
+31
2019-04-08
scsi: qla2xxx: Declare local symbols static
Bart Van Assche
1
-2
/
+2
2019-04-08
scsi: qla2xxx: Use ARRAY_SIZE() in the definition of QLA_LAST_SPEED
Bart Van Assche
1
-1
/
+1
2019-04-08
scsi: qla2xxx: Remove a comment that refers to the SCSI host lock
Bart Van Assche
1
-3
/
+0
2019-04-08
scsi: qla2xxx: Change a stack variable into a static const variable
Bart Van Assche
1
-2
/
+3
2019-04-08
scsi: qla2xxx: fix spelling mistake "alredy" -> "already"
Colin Ian King
1
-1
/
+1
2019-04-03
scsi: qla2xxx: Remove useless set memory to zero use memset()
YueHaibing
1
-1
/
+0
2019-04-03
scsi: qla2xxx: Update driver version to 10.01.00.16-k
Himanshu Madhani
1
-1
/
+1
2019-04-03
scsi: qla2xxx: Change abort wait_loop from msleep to wait_event_timeout
Giridhar Malavali
2
-39
/
+46
2019-04-03
scsi: qla2xxx: Fix driver unload when FC-NVMe LUNs are connected
Giridhar Malavali
2
-8
/
+27
2019-04-03
scsi: qla2xxx: Cleanup redundant qla2x00_abort_all_cmds during unload
Anil Gurumurthy
1
-2
/
+0
2019-04-03
scsi: qla2xxx: Set remote port devloss timeout to 0
Giridhar Malavali
1
-12
/
+7
2019-04-03
scsi: qla2xxx: Cleanup fcport memory to prevent leak
Quinn Tran
2
-5
/
+4
2019-04-03
scsi: qla2xxx: Use mutex protection during qla2x00_sysfs_read_fw_dump()
Quinn Tran
2
-12
/
+19
2019-04-03
scsi: qla2xxx: Fix fw dump corruption
Quinn Tran
2
-32
/
+53
2019-04-03
scsi: qla2xxx: Further limit FLASH region write access from SysFS
Andrew Vasquez
1
-3
/
+5
2019-04-03
scsi: qla2xxx: Fix incorrect region-size setting in optrom SYSFS routines
Andrew Vasquez
1
-2
/
+2
2019-04-03
scsi: qla2xxx: Disable T10-DIF feature with FC-NVMe during probe
Giridhar Malavali
1
-0
/
+4
2019-04-03
scsi: qla2xxx: Increase the max_sgl_segments to 1024
Giridhar Malavali
1
-1
/
+1
2019-04-03
scsi: qla2xxx: Reset the FCF_ASYNC_{SENT|ACTIVE} flags
Giridhar Malavali
1
-0
/
+3
2019-04-03
scsi: qla2xxx: Set the qpair in SRB to NULL when SRB is released
Giridhar Malavali
1
-0
/
+1
2019-04-03
scsi: qla2xxx: Set the SCSI command result before calling the command done
Giridhar Malavali
1
-2
/
+1
2019-03-27
scsi: qla2xxx: Simplify conditional check again
Nathan Chancellor
1
-2
/
+2
2019-03-19
scsi: qla2xxx: Fix a small typo in qla_bsg.c
Milan P. Gandhi
1
-1
/
+1
2019-03-19
scsi: qla2xxx: Fix comment alignment in qla_bsg.c
Milan P. Gandhi
1
-1
/
+1
2019-03-19
scsi: qla2xxx: Use HCTX_TYPE_DEFAULT for blk_mq_tag_set->map
Dongli Zhang
1
-1
/
+1
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-19
scsi: qla2xxx: Update driver version to 10.01.00.15-k
Himanshu Madhani
1
-2
/
+2
2019-03-19
scsi: qla2xxx: Secure flash update support for ISP28XX
Michael Hernandez
9
-49
/
+616
2019-03-19
scsi: qla2xxx: Add 28xx flash primary/secondary status/image mechanism
Joe Carnuccio
8
-97
/
+470
2019-03-19
scsi: qla2xxx: Simplification of register address used in qla_tmpl.c
Joe Carnuccio
1
-44
/
+27
2019-03-19
scsi: qla2xxx: Correction and improvement to fwdt processing
Joe Carnuccio
2
-20
/
+25
2019-03-19
scsi: qla2xxx: Update flash read/write routine
Joe Carnuccio
7
-312
/
+296
2019-03-19
scsi: qla2xxx: Add support for multiple fwdump templates/segments
Joe Carnuccio
7
-223
/
+304
2019-03-19
scsi: qla2xxx: Cleanups for NVRAM/Flash read/write path
Joe Carnuccio
15
-274
/
+292
2019-03-19
scsi: qla2xxx: Correctly report max/min supported speeds
Joe Carnuccio
4
-70
/
+98
2019-03-19
scsi: qla2xxx: Add Serdes support for ISP28XX
Joe Carnuccio
5
-71
/
+82
2019-03-19
scsi: qla2xxx: Add Device ID for ISP28XX
Joe Carnuccio
14
-147
/
+272
2019-03-19
scsi: qla2xxx: Fix routine qla27xx_dump_{mpi|ram}()
Joe Carnuccio
1
-85
/
+81
2019-03-19
scsi: qla2xxx: Remove FW default template
Joe Carnuccio
3
-187
/
+13
2019-03-19
scsi: qla2xxx: Add fw_attr and port_no SysFS node
Joe Carnuccio
1
-0
/
+30
2019-03-16
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
3
-2
/
+6
[next]