index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
qla2xxx
/
qla_os.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "scsi: qla2xxx: Disable T10-DIF feature with FC-NVMe during probe"
Quinn Tran
2020-08-18
1
-4
/
+0
*
scsi: qla2xxx: Check if FW supports MQ before enabling
Saurav Kashyap
2020-08-18
1
-0
/
+5
*
scsi: qla2xxx: SAN congestion management implementation
Shyam Sundar
2020-07-02
1
-0
/
+18
*
scsi: qla2xxx: Change in PUREX to handle FPIN ELS requests
Shyam Sundar
2020-07-02
1
-4
/
+15
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-06-06
1
-33
/
+100
|
\
|
*
scsi: qla2xxx: Fix endianness annotations in source files
Bart Van Assche
2020-05-20
1
-13
/
+14
|
*
scsi: qla2xxx: Cast explicitly to uint16_t / uint32_t
Bart Van Assche
2020-05-20
1
-5
/
+5
|
*
scsi: qla2xxx: Change {RD,WRT}_REG_*() function names from upper case into lo...
Bart Van Assche
2020-05-20
1
-13
/
+13
|
*
scsi: qla2xxx: Fix the code that reads from mailbox registers
Bart Van Assche
2020-05-20
1
-1
/
+1
|
*
scsi: qla2xxx: Increase the size of struct qla_fcp_prio_cfg to FCP_PRIO_CFG_SIZE
Bart Van Assche
2020-05-20
1
-0
/
+1
|
*
scsi: qla2xxx: Add more BUILD_BUG_ON() statements
Bart Van Assche
2020-05-20
1
-0
/
+58
|
*
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
1
-1
/
+1
|
*
scsi: qla2xxx: Use true, false for ha->fw_dumped
Jason Yan
2020-05-08
1
-1
/
+1
|
*
scsi: qla2xxx: Fix warning after FC target reset
Viacheslav Dubeyko
2020-05-08
1
-0
/
+1
|
*
scsi: qla2xxx: Fix MPI failure AEN (8200) handling
Arun Easi
2020-04-24
1
-0
/
+6
*
|
scsi: qla2xxx: check UNLOADING before posting async work
Martin Wilck
2020-04-22
1
-0
/
+3
*
|
scsi: qla2xxx: set UNLOADING before waiting for session deletion
Martin Wilck
2020-04-22
1
-18
/
+14
|
/
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-04-03
1
-63
/
+659
|
\
|
*
scsi: qla2xxx: Remove non functional code
Daniel Wagner
2020-03-27
1
-23
/
+0
|
*
scsi: qla2xxx: Remove restriction of FC T10-PI and FC-NVMe
Quinn Tran
2020-02-29
1
-4
/
+0
|
*
scsi: qla2xxx: Serialize fc_port alloc in N2N
Quinn Tran
2020-02-29
1
-3
/
+2
|
*
scsi: qla2xxx: Fix RDP respond data format
Quinn Tran
2020-02-29
1
-55
/
+47
|
*
scsi: qla2xxx: Update BPM enablement semantics.
Andrew Vasquez
2020-02-29
1
-14
/
+8
|
*
scsi: qla2xxx: Use FC generic update firmware options routine for ISP27xx
Giridhar Malavali
2020-02-29
1
-2
/
+2
|
*
scsi: qla2xxx: Add 16.0GT for PCI String
Himanshu Madhani
2020-02-29
1
-0
/
+3
|
*
scsi: qla2xxx: Simplify the code for aborting SCSI commands
Bart Van Assche
2020-02-29
1
-13
/
+14
|
*
scsi: qla2xxx: Fix RDP response size
Himanshu Madhani
2020-02-24
1
-34
/
+19
|
*
scsi: qla2xxx: Handle cases for limiting RDP response payload length
Joe Carnuccio
2020-02-24
1
-2
/
+40
|
*
scsi: qla2xxx: Add deferred queue for processing ABTS and RDP
Joe Carnuccio
2020-02-24
1
-18
/
+44
|
*
scsi: qla2xxx: Cleanup ELS/PUREX iocb fields
Joe Carnuccio
2020-02-24
1
-11
/
+17
|
*
scsi: qla2xxx: Show correct port speed capabilities for RDP command
Himanshu Madhani
2020-02-24
1
-6
/
+35
|
*
scsi: qla2xxx: Add ql2xrdpenable module parameter for RDP
Joe Carnuccio
2020-02-24
1
-1
/
+9
|
*
scsi: qla2xxx: Add vendor extended RDP additions and amendments
Joe Carnuccio
2020-02-24
1
-3
/
+543
|
*
scsi: qla2xxx: Add changes in preparation for vendor extended FDMI/RDP
Joe Carnuccio
2020-02-24
1
-2
/
+2
|
*
scsi: qla2xxx: Check locking assumptions at runtime in qla2x00_abort_srb()
Bart Van Assche
2020-02-11
1
-0
/
+2
*
|
scsi: qla2xxx: Fix I/Os being passed down when FC device is being deleted
Arun Easi
2020-03-17
1
-2
/
+2
|
/
*
scsi: qla2xxx: Improve readability of the code that handles qla_flt_header
Bart Van Assche
2020-01-03
1
-0
/
+2
*
scsi: qla2xxx: Cleanup unused async_logout_done
Shyam Sundar
2019-12-20
1
-5
/
+0
*
scsi: qla2xxx: Add a shadow variable to hold disc_state history of fcport
Shyam Sundar
2019-12-20
1
-1
/
+1
*
scsi: qla2xxx: Remove defer flag to indicate immeadiate port loss
Himanshu Madhani
2019-12-20
1
-40
/
+17
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2019-12-02
1
-72
/
+102
|
\
|
*
Revert "scsi: qla2xxx: Fix memory leak when sending I/O fails"
Martin K. Petersen
2019-11-20
1
-4
/
+0
|
*
scsi: qla2xxx: Fix a dma_pool_free() call
Bart Van Assche
2019-11-09
1
-1
/
+2
|
*
scsi: qla2xxx: Fix memory leak when sending I/O fails
Arun Easi
2019-11-09
1
-0
/
+4
|
*
scsi: qla2xxx: Fix double scsi_done for abort path
Quinn Tran
2019-11-09
1
-56
/
+61
|
*
scsi: qla2xxx: Fix SRB leak on switch command timeout
Quinn Tran
2019-11-09
1
-1
/
+6
|
*
scsi: qla2xxx: Set remove flag for all VP
Quinn Tran
2019-10-10
1
-5
/
+25
|
*
scsi: qla2xxx: Dual FCP-NVMe target port support
Michael Hernandez
2019-10-10
1
-9
/
+8
|
*
Merge branch '5.4/scsi-fixes' into 5.5/scsi-queue
Martin K. Petersen
2019-10-10
1
-5
/
+13
|
|
\
[next]