index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
qla2xxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: fc: use bsg_job_done
Johannes Thumshirn
2016-11-17
1
-22
/
+22
*
scsi: change FC drivers to use 'struct bsg_job'
Johannes Thumshirn
2016-11-17
6
-42
/
+44
*
scsi: fc: provide fc_bsg_to_rport() helper
Johannes Thumshirn
2016-11-17
1
-2
/
+2
*
scsi: fc: provide fc_bsg_to_shost() helper
Johannes Thumshirn
2016-11-17
1
-27
/
+27
*
scsi: fc: Export fc_bsg_jobdone and use it in FC drivers
Johannes Thumshirn
2016-11-17
1
-22
/
+44
*
scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directly
Johannes Thumshirn
2016-11-17
4
-136
/
+189
*
scsi: qla2xxx: Use struct t10_pi_tuple
Christoph Hellwig
2016-09-15
2
-11
/
+1
*
scsi: qla2xxx: fix spelling mistake "retyring" -> "retrying"
Colin Ian King
2016-08-31
1
-3
/
+3
*
qla2xxx: small cleanup in qla2x00_wait_for_hba_ready()
Dan Carpenter
2016-08-08
1
-6
/
+6
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2016-07-28
1
-1
/
+0
|
\
|
*
scsi/qla2xxx: Remove erroneous unused macro qla82xx_get_temp_val1()
Thomas Huth
2016-06-21
1
-1
/
+0
*
|
qla2xxx: Update driver version to 8.07.00.38-k
Himanshu Madhani
2016-07-15
1
-1
/
+1
*
|
qla2xxx: Fix BBCR offset
Sawan Chandak
2016-07-15
1
-1
/
+1
*
|
qla2xxx: Fix duplicate message id.
Sawan Chandak
2016-07-15
3
-7
/
+6
*
|
qla2xxx: Disable the adapter and skip error recovery in case of register disc...
Sawan Chandak
2016-07-15
3
-1
/
+59
*
|
qla2xxx: Separate ISP type bits out from device type.
Joe Carnuccio
2016-07-15
2
-24
/
+26
*
|
qla2xxx: Correction to function qla26xx_dport_diagnostics().
Joe Carnuccio
2016-07-15
3
-11
/
+4
*
|
qla2xxx: Add support to handle Loop Init error Asynchronus event.
Joe Carnuccio
2016-07-15
2
-3
/
+10
*
|
qla2xxx: Let DPORT be enabled purely by nvram.
Joe Carnuccio
2016-07-15
3
-7
/
+8
*
|
qla2xxx: Add bsg interface to support statistics counter reset.
Sawan Chandak
2016-07-15
2
-25
/
+27
*
|
qla2xxx: Add bsg interface to support D_Port Diagnostics.
Joe Carnuccio
2016-07-15
6
-5
/
+122
*
|
qla2xxx: Check for device state before unloading the driver.
Sawan Chandak
2016-07-15
4
-13
/
+52
*
|
qla2xxx: Properly reset firmware statistics.
Joe Carnuccio
2016-07-15
5
-17
/
+35
*
|
qla2xxx: Properly initialize IO statistics.
Joe Carnuccio
2016-07-15
4
-34
/
+36
*
|
qla2xxx: Make debug buffer log easier to view.
Joe Carnuccio
2016-07-15
1
-19
/
+14
*
|
qla2xxx: Add module parameter alternate/short names.
Joe Carnuccio
2016-07-15
1
-0
/
+3
*
|
qla2xxx: Set FLOGI retry in additional firmware options for P2P (N2N) mode.
Giridhar Malavali
2016-07-15
2
-1
/
+25
*
|
qla2xxx: Shutdown board on thermal shutdown aen.
Joe Carnuccio
2016-07-15
4
-1
/
+19
*
|
qla2xxx: Add ram area DDR for fwdump template entry T262.
Joe Carnuccio
2016-07-15
3
-3
/
+15
*
|
qla2xxx: Remove sysfs node fw_dump_template.
Joe Carnuccio
2016-07-15
2
-89
/
+1
*
|
qla2xxx: setup data needed in ISR before setting up the ISR
Johannes Thumshirn
2016-07-15
1
-4
/
+4
*
|
qla2xxx: Fix NULL pointer deref in QLA interrupt
Bruno Prémont
2016-07-05
1
-1
/
+1
*
|
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2016-05-28
5
-64
/
+65
|
\
\
|
*
|
tcm_qla2xxx Add SCSI command jammer/discard capability
Laurence Oberman
2016-05-10
3
-0
/
+30
|
*
|
tcm_qla2xxx: introduce a private sess_kref
Christoph Hellwig
2016-05-10
3
-64
/
+35
*
|
|
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2016-05-18
2
-4
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
qla2xxx: Remove use of 'struct timeval'
Tina Ruchandani
2016-04-15
1
-3
/
+2
|
*
|
qla2xxx: Indicate out-of-memory with -ENOMEM
Bart Van Assche
2016-04-11
1
-1
/
+1
|
|
/
*
|
treewide: Fix typos in printk
Masanari Iida
2016-04-28
1
-1
/
+1
|
/
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2016-03-26
1
-7
/
+9
|
\
|
*
qla2xxx: avoid maybe_uninitialized warning
Arnd Bergmann
2016-03-18
1
-7
/
+9
*
|
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2016-03-22
5
-64
/
+130
|
\
\
|
|
/
|
/
|
|
*
qla2xxx: Add DebugFS node for target sess list.
Quinn Tran
2016-03-10
3
-20
/
+89
|
*
tcm_qla2xxx: Convert to target_alloc_session usage
Nicholas Bellinger
2016-03-10
3
-46
/
+43
*
|
qla2xxx: Update driver version to 8.07.00.33-k
Himanshu Madhani
2016-02-23
1
-1
/
+1
*
|
qla2xxx: Set relogin flag when we fail to queue login requests.
Chad Dupuis
2016-02-23
1
-1
/
+5
*
|
qla2xxx: Enable T10-DIF for ISP27XX
Himanshu Madhani
2016-02-23
1
-0
/
+3
*
|
qla2xxx: Provide mbx info in BBCR data after mbx failure
Harish Zunjarrao
2016-02-23
2
-3
/
+10
*
|
qla2xxx: Avoid side effects when using endianizer macros.
Joe Carnuccio
2016-02-23
6
-98
/
+106
*
|
qla2xxx: Add support for Private link statistics counters.
Harish Zunjarrao
2016-02-23
6
-6
/
+99
[next]