index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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]