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
2020-06-26
scsi: qla2xxx: Fix a condition in qla2x00_find_all_fabric_devs()
Dan Carpenter
1
-1
/
+1
2020-06-23
scsi: qla2xxx: Keep initiator ports after RSCN
Roman Bolshakov
1
-1
/
+3
2020-06-23
scsi: qla2xxx: Set NVMe status code for failed NVMe FCP request
Daniel Wagner
1
-1
/
+2
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-3
/
+3
2020-06-05
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
27
-2569
/
+2711
2020-05-26
scsi: qla2xxx: Remove return value from qla_nvme_ls()
Daniel Wagner
1
-4
/
+1
2020-05-26
scsi: qla2xxx: Remove an unused function
Bart Van Assche
1
-41
/
+0
2020-05-19
scsi: qla2xxx: Fix endianness annotations in source files
Bart Van Assche
14
-319
/
+329
2020-05-19
scsi: qla2xxx: Fix endianness annotations in header files
Bart Van Assche
9
-1100
/
+1100
2020-05-19
scsi: qla2xxx: Use make_handle() instead of open-coding it
Bart Van Assche
1
-5
/
+5
2020-05-19
scsi: qla2xxx: Cast explicitly to uint16_t / uint32_t
Bart Van Assche
10
-39
/
+39
2020-05-19
scsi: qla2xxx: Change {RD,WRT}_REG_*() function names from upper case into lo...
Bart Van Assche
16
-791
/
+790
2020-05-19
scsi: qla2xxx: Fix the code that reads from mailbox registers
Bart Van Assche
8
-32
/
+67
2020-05-19
scsi: qla2xxx: Use register names instead of register offsets
Bart Van Assche
1
-4
/
+4
2020-05-19
scsi: qla2xxx: Change two hardcoded constants into offsetof() / sizeof() expr...
Bart Van Assche
2
-3
/
+2
2020-05-19
scsi: qla2xxx: Increase the size of struct qla_fcp_prio_cfg to FCP_PRIO_CFG_SIZE
Bart Van Assche
2
-1
/
+3
2020-05-19
scsi: qla2xxx: Make a gap in struct qla2xxx_offld_chain explicit
Bart Van Assche
1
-0
/
+1
2020-05-19
scsi: qla2xxx: Add more BUILD_BUG_ON() statements
Bart Van Assche
2
-0
/
+72
2020-05-19
scsi: qla2xxx: Sort BUILD_BUG_ON() statements alphabetically
Bart Van Assche
1
-2
/
+2
2020-05-19
scsi: qla2xxx: Simplify the functions for dumping firmware
Bart Van Assche
11
-156
/
+71
2020-05-19
scsi: qla2xxx: Fix spelling of a variable name
Bart Van Assche
2
-3
/
+3
2020-05-11
scsi: qla2xxx: Do not log message when reading port speed via sysfs
Ewan D. Milne
1
-3
/
+0
2020-05-07
scsi: qla2xxx: Make qlafx00_process_aen() return void
Jason Yan
2
-5
/
+2
2020-05-07
scsi: qla2xxx: Use true, false for ha->fw_dumped
Jason Yan
6
-11
/
+11
2020-05-07
scsi: qla2xxx: Use true, false for need_mpi_reset
Jason Yan
1
-2
/
+2
2020-05-07
scsi: qla2xxx: Make qla_set_ini_mode() return void
Jason Yan
1
-4
/
+1
2020-05-07
scsi: qla2xxx: Fix issue with adapter's stopping state
Viacheslav Dubeyko
1
-0
/
+2
2020-05-07
scsi: qla2xxx: Fix failure message in qlt_disable_vha()
Viacheslav Dubeyko
1
-1
/
+6
2020-05-07
scsi: qla2xxx: Fix warning after FC target reset
Viacheslav Dubeyko
1
-0
/
+1
2020-04-29
scsi: qla2xxx: make 1-bit bit-fields unsigned int
Colin Ian King
1
-2
/
+2
2020-04-24
scsi: qla2xxx: Delete all sessions before unregister local nvme port
Quinn Tran
1
-1
/
+1
2020-04-24
scsi: qla2xxx: Fix hang when issuing nvme disconnect-all in NPIV
Arun Easi
1
-1
/
+1
2020-04-24
scsi: qla2xxx: Fix MPI failure AEN (8200) handling
Arun Easi
7
-43
/
+186
2020-04-21
scsi: qla2xxx: check UNLOADING before posting async work
Martin Wilck
1
-0
/
+3
2020-04-21
scsi: qla2xxx: set UNLOADING before waiting for session deletion
Martin Wilck
1
-18
/
+14
2020-04-14
scsi: qla2xxx: Use ARRAY_SIZE() instead of open-coding it
Bart Van Assche
1
-18
/
+18
2020-04-13
scsi: qla2xxx: Split qla2x00_configure_local_loop()
Bart Van Assche
1
-42
/
+50
2020-04-13
scsi: qla2xxx: Fix regression warnings
Nilesh Javali
4
-6
/
+2
2020-04-10
Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+0
2020-04-04
nvme-fc: Revert "add module to ops template to allow module references"
James Smart
1
-1
/
+0
2020-04-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
23
-1467
/
+2796
2020-03-26
scsi: qla2xxx: Remove non functional code
Daniel Wagner
1
-23
/
+0
2020-03-17
scsi: qla2xxx: Fix I/Os being passed down when FC device is being deleted
Arun Easi
1
-2
/
+2
2020-03-11
scsi: qla2xxx: add ring buffer for tracing debug logs
Rajan Shanmugavelu
1
-3
/
+20
2020-02-28
scsi: qla2xxx: Update driver version to 10.01.00.25-k
Himanshu Madhani
1
-1
/
+1
2020-02-28
scsi: qla2xxx: Set Nport ID for N2N
Quinn Tran
1
-19
/
+23
2020-02-28
scsi: qla2xxx: Handle NVME status iocb correctly
Arun Easi
1
-8
/
+39
2020-02-28
scsi: qla2xxx: Remove restriction of FC T10-PI and FC-NVMe
Quinn Tran
1
-4
/
+0
2020-02-28
scsi: qla2xxx: Serialize fc_port alloc in N2N
Quinn Tran
2
-3
/
+3
2020-02-28
scsi: qla2xxx: Fix NPIV instantiation after FW dump
Quinn Tran
1
-1
/
+1
[next]