index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
qla2xxx
/
qla_iocb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-23
scsi: qla2xxx: Fix queue ID for async abort with Multiqueue
Darren Trapp
1
-2
/
+4
2018-01-17
scsi: qla2xxx: Fix warning during port_name debug print
himanshu.madhani@cavium.com
1
-1
/
+1
2018-01-04
scsi: qla2xxx: Add ability to send PRLO
Quinn Tran
1
-0
/
+17
2018-01-04
scsi: qla2xxx: Use shadow register for ISP27XX
Quinn Tran
1
-1
/
+3
2018-01-04
scsi: qla2xxx: Use IOCB path to submit Control VP MBX command
Quinn Tran
1
-0
/
+23
2017-12-08
scsi: qla2xxx: Remove aborting ELS IOCB call issued as part of timeout.
Giridhar Malavali
1
-10
/
+0
2017-12-08
scsi: qla2xxx: Fix abort command deadlock due to spinlock
Quinn Tran
1
-3
/
+0
2017-10-17
scsi: qla2xxx: Changes to support N2N logins
Duane Grigsby
1
-10
/
+185
2017-08-25
scsi: qla2xxx: Ability to process multiple SGEs in Command SGL for CT passthr...
Giridhar Malavali
1
-20
/
+35
2017-07-01
scsi: qla2xxx: Protect access to qpair members with qpair->qp_lock
Johannes Thumshirn
1
-10
/
+13
2017-06-28
scsi: qla2xxx: Add FC-NVMe F/W initialization and transport registration
Duane Grigsby
1
-0
/
+36
2017-06-28
scsi: qla2xxx: Add FC-NVMe port discovery and PRLI handling
Duane Grigsby
1
-0
/
+21
2017-06-28
scsi: qla2xxx: Move target stat counters from vha to qpair.
Quinn Tran
1
-1
/
+1
2017-06-28
scsi: qla2xxx: Preparation for Target MQ.
Quinn Tran
1
-10
/
+20
2017-06-13
scsi: qla2xxx: Remove extra register read
Quinn Tran
1
-1
/
+3
2017-03-19
qla2xxx: Improve T10-DIF/PI handling in driver.
Quinn Tran
1
-7
/
+6
2017-02-09
qla2xxx: Simplify usage of SRB structure in driver
Joe Carnuccio
1
-49
/
+47
2017-02-09
qla2xxx: Add framework for async fabric discovery
Quinn Tran
1
-5
/
+66
2017-02-09
qla2xxx: Track I-T nexus as single fc_port struct
Quinn Tran
1
-1
/
+1
2016-12-14
scsi: qla2xxx: Add multiple queue pair functionality.
Michael Hernandez
1
-40
/
+367
2016-11-18
scsi: change FC drivers to use 'struct bsg_job'
Johannes Thumshirn
1
-4
/
+4
2016-11-18
scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directly
Johannes Thumshirn
1
-2
/
+3
2016-01-08
qla2xxx: Added interface to send explicit LOGO.
Himanshu Madhani
1
-0
/
+187
2016-01-08
qla2xxx: Enable Target counters in DebugFS.
Himanshu Madhani
1
-0
/
+1
2015-09-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-83
/
+49
2015-08-26
qla2xxx: Fix sparse annotations
Bart Van Assche
1
-8
/
+4
2015-08-26
qla2xxx: Avoid that sparse complains about duplicate [noderef] attributes
Bart Van Assche
1
-2
/
+2
2015-08-26
qla2xxx: Remove __constant_ prefix
Bart Van Assche
1
-50
/
+38
2015-08-26
qla2xxx: Remove set-but-not-used variables
Bart Van Assche
1
-21
/
+3
2015-08-26
qla2xxx: Declare local functions static
Bart Van Assche
1
-2
/
+2
2015-07-25
qla2xxx: delay plogi/prli ack until existing sessions are deleted
Alexei Potashnik
1
-0
/
+3
2015-06-13
qla2xxx: Fix indentation
Bart Van Assche
1
-4
/
+4
2014-11-12
scsi: remove abuses of scsi_populate_tag
Christoph Hellwig
1
-89
/
+3
2014-09-25
qla2xxx: Handle chip reset in target mode.
Arun Easi
1
-0
/
+11
2014-09-25
qla2xxx: Increase room in request queue for sending priority packets
Himanshu Madhani
1
-2
/
+2
2014-09-25
qla2xxx: Fix sparse warning in qla_iocb.c file.
Joe Carnuccio
1
-1
/
+1
2014-07-18
scsi: use 64-bit LUNs
Hannes Reinecke
1
-6
/
+5
2014-05-19
qla2xxx: T10-Dif: add T10-PI support
Quinn Tran
1
-35
/
+99
2014-05-19
qla2xxx: ISP27xx queue index shadow registers.
Joe Carnuccio
1
-6
/
+6
2014-05-19
qla2xxx: Change copyright year to 2014 in all the source files.
Armen Baloyan
1
-1
/
+1
2014-03-15
[SCSI] qla2xxx: Fixup looking for a space in the outstanding_cmds array in ql...
Chad Dupuis
1
-1
/
+1
2014-03-15
[SCSI] qla2xxx: Add IOCB Abort command asynchronous handling.
Armen Baloyan
1
-1
/
+26
2014-03-15
[SCSI] qla2xxx: Remove Marker type IOCB logic for ISPFX00.
Armen Baloyan
1
-10
/
+1
2014-03-15
[SCSI] qla2xxx: Add support for ISP2071.
Chad Dupuis
1
-2
/
+2
2013-09-03
[SCSI] qla2xxx: Add missing FCP statistics to sysfs interface.
Joe Carnuccio
1
-0
/
+13
2013-09-03
[SCSI] qla2xxx: Add support for ISP8044.
Atul Deshmukh
1
-2
/
+2
2013-07-23
[SCSI] qla2xxx: Properly set the tagging for commands.
Saurav Kashyap
1
-2
/
+9
2013-07-08
[SCSI] qla2xxx: Remove a dead assignment in qla24xx_build_scsi_crc_2_iocbs().
Bart Van Assche
1
-2
/
+0
2013-07-08
[SCSI] qla2xxx: Fix sparse warning from qla_mr.c and qla_iocb.c.
Saurav Kashyap
1
-2
/
+2
2013-04-12
[SCSI] qla2xxx: Enhancements to support ISPFx00.
Giridhar Malavali
1
-30
/
+37
[next]