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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-10
scsi: qla2xxx: Correct setting of SAM_STAT_CHECK_CONDITION
Johannes Thumshirn
1
-3
/
+3
2018-04-10
scsi: qla2xxx: correctly shift host byte
Johannes Thumshirn
1
-1
/
+1
2018-04-10
scsi: qla2xxx: Fix race condition between iocb timeout and initialisation
Ben Hutchings
8
-31
/
+45
2018-04-10
scsi: qla2xxx: Avoid double completion of abort command
Ben Hutchings
1
-2
/
+2
2018-04-09
scsi: qla2xxx: Fix small memory leak in qla2x00_probe_one on probe failure
Bill Kuzeja
1
-23
/
+21
2018-04-06
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Linus Torvalds
22
-422
/
+564
2018-04-06
Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2018-04-04
Merge branch 'fixes' into misc
James Bottomley
9
-87
/
+116
2018-03-28
blk-mq: Allow PCI vector offset for mapping queues
Keith Busch
1
-1
/
+1
2018-03-22
scsi: qla2xxx: fx00 copypaste typo
Meelis Roos
1
-1
/
+1
2018-03-22
scsi: qla2xxx: fix error message on <qla2400
Meelis Roos
2
-6
/
+14
2018-03-22
scsi: qla2xxx: Update driver version to 10.00.00.06-k
himanshu.madhani@cavium.com
1
-1
/
+1
2018-03-22
scsi: qla2xxx: Fix Async GPN_FT for FCP and FC-NVMe scan
Quinn Tran
5
-71
/
+229
2018-03-22
scsi: qla2xxx: Cleanup code to improve FC-NVMe error handling
Darren Trapp
2
-51
/
+29
2018-03-22
scsi: qla2xxx: Fix FC-NVMe IO abort during driver reset
Darren Trapp
3
-7
/
+14
2018-03-22
scsi: qla2xxx: Fix retry for PRLI RJT with reason of BUSY
Darren Trapp
3
-4
/
+18
2018-03-22
scsi: qla2xxx: Remove nvme_done_list
Darren Trapp
6
-22
/
+2
2018-03-22
scsi: qla2xxx: Return busy if rport going away
Darren Trapp
3
-12
/
+24
2018-03-22
scsi: qla2xxx: Fix n2n_ae flag to prevent dev_loss on PDB change
Darren Trapp
3
-5
/
+3
2018-03-22
scsi: qla2xxx: Add FC-NVMe abort processing
Darren Trapp
2
-18
/
+19
2018-03-22
scsi: qla2xxx: Add changes for devloss timeout in driver
Darren Trapp
7
-90
/
+87
2018-03-22
scsi: qla2xxx: Set IIDMA and fcport state before qla_nvme_register_remote()
Darren Trapp
1
-2
/
+3
2018-03-22
scsi: qla2xxx: Remove unneeded message and minor cleanup for FC-NVMe
himanshu.madhani@cavium.com
1
-8
/
+3
2018-03-22
scsi: qla2xxx: Restore ZIO threshold setting
Darren Trapp
1
-5
/
+0
2018-03-22
scsi: qla2xxx: fix spelling mistake: "existant" -> "existent"
Colin Ian King
1
-1
/
+1
2018-03-13
scsi: qla2xxx: Remove FC_NO_LOOP_ID for FCP and FC-NVMe Discovery
Himanshu Madhani
1
-1
/
+0
2018-03-07
scsi: qla2xxx: Fix crashes in qla2x00_probe_one on probe failure
Bill Kuzeja
1
-22
/
+37
2018-03-02
scsi: qla2xxx: Fix FC-NVMe LUN discovery
Darren Trapp
4
-3
/
+16
2018-03-02
scsi: qla2xxx: ensure async flags are reset correctly
Hannes Reinecke
2
-3
/
+12
2018-03-02
scsi: qla2xxx: do not check login_state if no loop id is assigned
Hannes Reinecke
1
-2
/
+3
2018-03-02
scsi: qla2xxx: Fixup locking for session deletion
Hannes Reinecke
4
-23
/
+29
2018-03-02
scsi: qla2xxx: Fix NULL pointer crash due to active timer for ABTS
himanshu.madhani@cavium.com
1
-0
/
+1
2018-02-23
scsi: qla2xxx: Use dma_pool_zalloc()
Souptick Joarder
3
-16
/
+4
2018-02-14
scsi: qla2xxx: Fix incorrect handle for abort IOCB
Himanshu Madhani
1
-4
/
+3
2018-02-14
scsi: qla2xxx: Fix double free bug after firmware timeout
Quinn Tran
1
-20
/
+3
2018-02-12
scsi: qla2xxx: Fix function argument descriptions
Bart Van Assche
12
-104
/
+125
2018-02-12
scsi: qla2xxx: Remove unused symbols
Bart Van Assche
1
-4
/
+0
2018-02-12
scsi: qla2xxx: Use %p for printing pointers
Bart Van Assche
1
-2
/
+2
2018-02-07
scsi: qla2xxx: Fix a locking imbalance in qlt_24xx_handle_els()
Bart Van Assche
1
-2
/
+0
2018-01-31
scsi: qla2xxx: Avoid triggering undefined behavior in qla2x00_mbx_completion()
Bart Van Assche
1
-2
/
+4
2018-01-31
scsi: qla2xxx: Fix memory corruption during hba reset test
Quinn Tran
1
-0
/
+2
2018-01-23
scsi: qla2xxx: Fix logo flag for qlt_free_session_done()
Himanshu Madhani
1
-0
/
+1
2018-01-23
scsi: qla2xxx: Update driver version to 10.00.00.05-k
himanshu.madhani@cavium.com
1
-1
/
+1
2018-01-23
scsi: qla2xxx: Add XCB counters to debugfs
Anil Gurumurthy
1
-0
/
+9
2018-01-23
scsi: qla2xxx: Fix queue ID for async abort with Multiqueue
Darren Trapp
3
-2
/
+15
2018-01-17
scsi: qla2xxx: Fix warning for code intentation in __qla24xx_handle_gpdb_event()
himanshu.madhani@cavium.com
1
-1
/
+1
2018-01-17
scsi: qla2xxx: Fix warning during port_name debug print
himanshu.madhani@cavium.com
1
-1
/
+1
2018-01-17
scsi: qla2xxx: Fix warning in qla2x00_async_iocb_timeout()
himanshu.madhani@cavium.com
1
-0
/
+4
2018-01-17
scsi: qla2xxx: Fix recursion while sending terminate exchange
himanshu.madhani@cavium.com
1
-1
/
+1
2018-01-17
scsi: qla2xxx: Fix NULL pointer crash due to probe failure
himanshu.madhani@cavium.com
1
-4
/
+4
[next]