index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
qla2xxx
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-08-07
15
-173
/
+494
|
\
|
*
scsi: qla2xxx: Address a set of sparse warnings
Shyam Sundar
2020-07-15
2
-3
/
+3
|
*
scsi: qla2xxx: SAN congestion management implementation
Shyam Sundar
2020-07-02
8
-33
/
+295
|
*
scsi: qla2xxx: Change in PUREX to handle FPIN ELS requests
Shyam Sundar
2020-07-02
5
-43
/
+132
|
*
scsi: qla2xxx: Introduce a function for computing the debug message prefix
Bart Van Assche
2020-07-01
1
-64
/
+32
|
*
scsi: qla2xxx: Make qla2x00_restart_isp() easier to read
Bart Van Assche
2020-07-01
1
-17
/
+22
|
*
scsi: qla2xxx: Fix a Coverity complaint in qla2100_fw_dump()
Bart Van Assche
2020-07-01
2
-1
/
+2
|
*
scsi: qla2xxx: Make __qla2x00_alloc_iocbs() initialize 32 bits of request_t.h...
Bart Van Assche
2020-07-01
1
-2
/
+2
|
*
scsi: qla2xxx: Remove a superfluous cast
Bart Van Assche
2020-07-01
1
-2
/
+1
|
*
scsi: qla2xxx: Initialize 'n' before using it
Bart Van Assche
2020-07-01
1
-0
/
+1
|
*
scsi: qla2xxx: Make qla82xx_flash_wait_write_finish() easier to read
Bart Van Assche
2020-07-01
1
-12
/
+7
|
*
scsi: qla2xxx: Remove the __packed annotation from struct fcp_hdr and fcp_hdr_le
Bart Van Assche
2020-07-01
1
-2
/
+2
|
*
scsi: qla2xxx: Check the size of struct fcp_hdr at compile time
Bart Van Assche
2020-07-01
1
-0
/
+1
|
*
scsi: Fix trivial spelling
Kieran Bingham
2020-06-16
2
-4
/
+4
*
|
scsi: qla2xxx: Fix a condition in qla2x00_find_all_fabric_devs()
Dan Carpenter
2020-06-27
1
-1
/
+1
*
|
scsi: qla2xxx: Keep initiator ports after RSCN
Roman Bolshakov
2020-06-24
1
-1
/
+3
*
|
scsi: qla2xxx: Set NVMe status code for failed NVMe FCP request
Daniel Wagner
2020-06-24
1
-1
/
+2
|
/
*
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-13
1
-3
/
+3
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-06-06
27
-2569
/
+2711
|
\
|
*
scsi: qla2xxx: Remove return value from qla_nvme_ls()
Daniel Wagner
2020-05-26
1
-4
/
+1
|
*
scsi: qla2xxx: Remove an unused function
Bart Van Assche
2020-05-26
1
-41
/
+0
|
*
scsi: qla2xxx: Fix endianness annotations in source files
Bart Van Assche
2020-05-20
14
-319
/
+329
|
*
scsi: qla2xxx: Fix endianness annotations in header files
Bart Van Assche
2020-05-20
9
-1100
/
+1100
|
*
scsi: qla2xxx: Use make_handle() instead of open-coding it
Bart Van Assche
2020-05-20
1
-5
/
+5
|
*
scsi: qla2xxx: Cast explicitly to uint16_t / uint32_t
Bart Van Assche
2020-05-20
10
-39
/
+39
|
*
scsi: qla2xxx: Change {RD,WRT}_REG_*() function names from upper case into lo...
Bart Van Assche
2020-05-20
16
-791
/
+790
|
*
scsi: qla2xxx: Fix the code that reads from mailbox registers
Bart Van Assche
2020-05-20
8
-32
/
+67
|
*
scsi: qla2xxx: Use register names instead of register offsets
Bart Van Assche
2020-05-20
1
-4
/
+4
|
*
scsi: qla2xxx: Change two hardcoded constants into offsetof() / sizeof() expr...
Bart Van Assche
2020-05-20
2
-3
/
+2
|
*
scsi: qla2xxx: Increase the size of struct qla_fcp_prio_cfg to FCP_PRIO_CFG_SIZE
Bart Van Assche
2020-05-20
2
-1
/
+3
|
*
scsi: qla2xxx: Make a gap in struct qla2xxx_offld_chain explicit
Bart Van Assche
2020-05-20
1
-0
/
+1
|
*
scsi: qla2xxx: Add more BUILD_BUG_ON() statements
Bart Van Assche
2020-05-20
2
-0
/
+72
|
*
scsi: qla2xxx: Sort BUILD_BUG_ON() statements alphabetically
Bart Van Assche
2020-05-20
1
-2
/
+2
|
*
scsi: qla2xxx: Simplify the functions for dumping firmware
Bart Van Assche
2020-05-20
11
-156
/
+71
|
*
scsi: qla2xxx: Fix spelling of a variable name
Bart Van Assche
2020-05-20
2
-3
/
+3
|
*
scsi: qla2xxx: Make qlafx00_process_aen() return void
Jason Yan
2020-05-08
2
-5
/
+2
|
*
scsi: qla2xxx: Use true, false for ha->fw_dumped
Jason Yan
2020-05-08
6
-11
/
+11
|
*
scsi: qla2xxx: Use true, false for need_mpi_reset
Jason Yan
2020-05-08
1
-2
/
+2
|
*
scsi: qla2xxx: Make qla_set_ini_mode() return void
Jason Yan
2020-05-08
1
-4
/
+1
|
*
scsi: qla2xxx: Fix issue with adapter's stopping state
Viacheslav Dubeyko
2020-05-08
1
-0
/
+2
|
*
scsi: qla2xxx: Fix failure message in qlt_disable_vha()
Viacheslav Dubeyko
2020-05-08
1
-1
/
+6
|
*
scsi: qla2xxx: Fix warning after FC target reset
Viacheslav Dubeyko
2020-05-08
1
-0
/
+1
|
*
scsi: qla2xxx: make 1-bit bit-fields unsigned int
Colin Ian King
2020-04-30
1
-2
/
+2
|
*
scsi: qla2xxx: Fix MPI failure AEN (8200) handling
Arun Easi
2020-04-24
7
-43
/
+186
|
*
scsi: qla2xxx: Use ARRAY_SIZE() instead of open-coding it
Bart Van Assche
2020-04-15
1
-18
/
+18
|
*
scsi: qla2xxx: Split qla2x00_configure_local_loop()
Bart Van Assche
2020-04-14
1
-42
/
+50
*
|
scsi: qla2xxx: Do not log message when reading port speed via sysfs
Ewan D. Milne
2020-05-12
1
-3
/
+0
*
|
scsi: qla2xxx: Delete all sessions before unregister local nvme port
Quinn Tran
2020-04-24
1
-1
/
+1
*
|
scsi: qla2xxx: Fix hang when issuing nvme disconnect-all in NPIV
Arun Easi
2020-04-24
1
-1
/
+1
*
|
scsi: qla2xxx: check UNLOADING before posting async work
Martin Wilck
2020-04-22
1
-0
/
+3
[next]