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
*
scsi: qla2xxx: Simplify if statement
Jiapeng Chong
2021-02-09
1
-2
/
+1
*
scsi: qla2xxx: Simplify the calculation of variables
Jiapeng Zhong
2021-01-29
1
-1
/
+1
*
scsi: qla2xxx: Fix some memory corruption
Dan Carpenter
2021-01-27
1
-1
/
+1
*
Merge branch '5.11/scsi-fixes' into 5.12/scsi-queue
Martin K. Petersen
2021-01-27
1
-1
/
+1
|
\
|
*
scsi: qla2xxx: Fix description for parameter ql2xenforce_iocb_limit
Enzo Matsumiya
2021-01-21
1
-1
/
+1
*
|
scsi: qla2xxx: Remove redundant NULL check
Yang Li
2021-01-23
1
-10
/
+5
*
|
scsi: qla2xxx: Remove unnecessary NULL check
Dan Carpenter
2021-01-23
1
-1
/
+1
*
|
scsi: qla2xxx: Assign boolean values to a bool variable
Jiapeng Zhong
2021-01-23
1
-2
/
+2
*
|
scsi: qla2xxx: fc_remote_port_chkready() returns a SCSI result value
Hannes Reinecke
2021-01-23
1
-1
/
+1
*
|
scsi: qla2xxx: Update version to 10.02.00.105-k
Nilesh Javali
2021-01-13
1
-2
/
+2
*
|
scsi: qla2xxx: Enable NVMe CONF (BIT_7) when enabling SLER
Saurav Kashyap
2021-01-13
1
-0
/
+2
*
|
scsi: qla2xxx: Fix mailbox Ch erroneous error
Quinn Tran
2021-01-13
2
-1
/
+3
*
|
scsi: qla2xxx: Wait for ABTS response on I/O timeouts for NVMe
Bikash Hazarika
2021-01-13
9
-6
/
+160
*
|
scsi: qla2xxx: Move some messages from debug to normal log level
Saurav Kashyap
2021-01-13
2
-32
/
+30
*
|
scsi: qla2xxx: Add error counters to debugfs node
Saurav Kashyap
2021-01-13
1
-0
/
+28
*
|
scsi: qla2xxx: Implementation to get and manage host, target stats and initia...
Saurav Kashyap
2021-01-13
10
-0
/
+718
|
/
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-12-16
16
-147
/
+212
|
\
|
*
scsi: qla2xxx: Update version to 10.02.00.104-k
Nilesh Javali
2020-12-09
1
-2
/
+2
|
*
scsi: qla2xxx: Fix device loss on 4G and older HBAs
Arun Easi
2020-12-09
1
-0
/
+3
|
*
scsi: qla2xxx: If fcport is undergoing deletion complete I/O with retry
Saurav Kashyap
2020-12-09
1
-4
/
+4
|
*
scsi: qla2xxx: Fix the call trace for flush workqueue
Saurav Kashyap
2020-12-09
1
-1
/
+1
|
*
scsi: qla2xxx: Fix flash update in 28XX adapters on big endian machines
Arun Easi
2020-12-09
1
-5
/
+5
|
*
scsi: qla2xxx: Handle aborts correctly for port undergoing deletion
Saurav Kashyap
2020-12-09
1
-1
/
+1
|
*
scsi: qla2xxx: Fix N2N and NVMe connect retry failure
Quinn Tran
2020-12-09
2
-22
/
+52
|
*
scsi: qla2xxx: Fix FW initialization error on big endian machines
Arun Easi
2020-12-09
1
-3
/
+3
|
*
scsi: qla2xxx: Fix crash during driver load on big endian machines
Arun Easi
2020-12-09
2
-5
/
+6
|
*
scsi: qla2xxx: Fix compilation issue in PPC systems
Arun Easi
2020-12-09
2
-3
/
+3
|
*
scsi: qla2xxx: Don't check for fw_started while posting NVMe command
Saurav Kashyap
2020-12-09
1
-8
/
+4
|
*
scsi: qla2xxx: Tear down session if FW say it is down
Quinn Tran
2020-12-09
1
-1
/
+27
|
*
scsi: qla2xxx: Limit interrupt vectors to number of CPUs
Quinn Tran
2020-12-09
1
-2
/
+4
|
*
scsi: qla2xxx: Change post del message from debug level to log level
Saurav Kashyap
2020-12-09
2
-5
/
+5
|
*
scsi: qla2xxx: Return EBUSY on fcport deletion
Daniel Wagner
2020-12-09
1
-2
/
+4
|
*
scsi: qla2xxx: Remove trailing semicolon in macro definition
Tom Rix
2020-12-08
1
-2
/
+1
|
*
scsi: qla2xxx: Remove in_interrupt() from qla83xx-specific code
Ahmed S. Darwish
2020-12-01
1
-24
/
+19
|
*
scsi: target: tcm_qla2xxx: Remove BUG_ON(in_interrupt())
Ahmed S. Darwish
2020-12-01
1
-2
/
+0
|
*
scsi: qla2xxx: Remove in_interrupt() from qla82xx-specific code
Ahmed S. Darwish
2020-12-01
2
-14
/
+16
|
*
scsi: target: Drop sess_cmd_lock from I/O path
Mike Christie
2020-11-05
1
-7
/
+2
|
*
scsi: qla2xxx: Move sess cmd list/lock to driver
Mike Christie
2020-11-05
5
-22
/
+42
|
*
scsi: qla2xxx: Drop TARGET_SCF_LOOKUP_LUN_FROM_TAG
Mike Christie
2020-11-05
2
-13
/
+12
|
*
scsi: Remove unneeded break statements
Tom Rix
2020-10-26
1
-1
/
+0
*
|
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2020-10-31
1
-2
/
+4
|
\
\
|
*
|
scsi: qla2xxx: Return EBUSY on fcport deletion
Daniel Wagner
2020-10-26
1
-2
/
+4
|
|
/
*
/
scsi: qla2xxx: remove incorrect sparse #ifdef
Linus Torvalds
2020-10-26
1
-4
/
+0
|
/
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-10-24
4
-92
/
+28
|
\
|
*
scsi: qla2xxx: Fix return of uninitialized value in rval
Colin Ian King
2020-10-08
1
-1
/
+1
|
*
scsi: qla2xxx: Convert to DEFINE_SHOW_ATTRIBUTE
Qinglang Miao
2020-10-08
1
-60
/
+8
|
*
scsi: qla2xxx: Initialize variable in qla8044_poll_reg()
Tom Rix
2020-10-08
1
-1
/
+1
|
*
scsi: qla2xxx: Do not consume srb greedily
Daniel Wagner
2020-10-08
1
-27
/
+15
|
*
scsi: qla2xxx: Use constant when it is known
Pavel Machek (CIP)
2020-10-08
1
-3
/
+3
*
|
Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...
Linus Torvalds
2020-10-15
30
-60
/
+30
|
\
\
[next]