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
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
/
qla_target.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-17
qla2xxx: Disable out-of-order processing by default in firmware
Quinn Tran
1
-6
/
+0
2017-01-17
qla2xxx: Fix erroneous invalid handle message
Quinn Tran
1
-1
/
+1
2017-01-17
qla2xxx: Terminate exchange if corrupted
Quinn Tran
1
-3
/
+20
2017-01-17
qla2xxx: Reset reserved field in firmware options to 0
Himanshu Madhani
1
-1
/
+14
2017-01-17
qla2xxx: Fix wrong IOCB type assumption
Quinn Tran
1
-7
/
+1
2017-01-17
qla2xxx: Avoid that building with W=1 triggers complaints about set-but-not-u...
Bart Van Assche
1
-0
/
+3
2016-07-15
qla2xxx: Properly initialize IO statistics.
Joe Carnuccio
1
-8
/
+8
2016-05-10
tcm_qla2xxx: introduce a private sess_kref
Christoph Hellwig
1
-25
/
+31
2016-03-26
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-7
/
+9
2016-03-18
qla2xxx: avoid maybe_uninitialized warning
Arnd Bergmann
1
-7
/
+9
2016-03-11
qla2xxx: Add DebugFS node for target sess list.
Quinn Tran
1
-20
/
+33
2016-03-11
tcm_qla2xxx: Convert to target_alloc_session usage
Nicholas Bellinger
1
-6
/
+2
2016-02-11
qla2xxx: use TARGET_SCF_USE_CPUID flag to indiate CPU Affinity
Quinn Tran
1
-2
/
+2
2016-02-07
qla2xxx: Use ATIO type to send correct tmr response
Swapnil Nagle
1
-1
/
+1
2016-01-30
qla2xxx: Fix TMR ABORT interaction issue between qla2xxx and TCM
Quinn Tran
1
-17
/
+38
2016-01-30
qla2xxx: Fix warning reported by static checker
Himanshu Madhani
1
-3
/
+4
2016-01-20
scsi: qla2xxxx: avoid type mismatch in comparison
Arnd Bergmann
1
-1
/
+1
2016-01-08
qla2xxx: Check for online flag instead of active reset when transmitting resp...
Dilip Kumar Uppugandla
1
-17
/
+17
2016-01-08
qla2xxx: Disable ZIO at start time.
Quinn Tran
1
-0
/
+20
2016-01-08
qla2xxx: Move atioq to a different lock to reduce lock contention
Quinn Tran
1
-15
/
+84
2016-01-08
qla2xxx: Add selective command queuing
Quinn Tran
1
-1
/
+12
2016-01-08
qla2xxx: Add irq affinity notification
Quinn Tran
1
-0
/
+12
2016-01-08
qla2xxx: Remove dependency on hardware_lock to reduce lock contention.
Quinn Tran
1
-42
/
+90
2016-01-08
qla2xxx: Replace QLA_TGT_STATE_ABORTED with a bit.
Quinn Tran
1
-13
/
+10
2016-01-08
qla2xxx: Wait for all conflicts before ack'ing PLOGI
Alexei Potashnik
1
-44
/
+161
2016-01-08
qla2xxx: Delete session if initiator is gone from FW
Alexei Potashnik
1
-16
/
+92
2016-01-08
qla2xxx: Add FW resource count in DebugFS.
Quinn Tran
1
-2
/
+2
2016-01-08
qla2xxx: Enable Target counters in DebugFS.
Himanshu Madhani
1
-0
/
+7
2015-09-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-75
/
+64
2015-08-26
qla2xxx: Avoid that sparse complains about context imbalances
Bart Van Assche
1
-0
/
+4
2015-08-26
qla2xxx: Remove __constant_ prefix
Bart Van Assche
1
-60
/
+56
2015-08-26
qla2xxx: Remove set-but-not-used variables
Bart Van Assche
1
-15
/
+4
2015-07-25
qla2xxx: terminate exchange when command is aborted by LIO
Alexei Potashnik
1
-17
/
+18
2015-07-25
qla2xxx: drop cmds/tmrs arrived while session is being deleted
Alexei Potashnik
1
-0
/
+28
2015-07-25
qla2xxx: added sess generations to detect RSCN update races
Alexei Potashnik
1
-11
/
+49
2015-07-25
qla2xxx: Abort stale cmds on qla_tgt_wq when plogi arrives
Alexei Potashnik
1
-0
/
+35
2015-07-25
qla2xxx: delay plogi/prli ack until existing sessions are deleted
Alexei Potashnik
1
-16
/
+422
2015-07-25
qla2xxx: cleanup cmd in qla workqueue before processing TMR
Swapnil Nagle
1
-6
/
+117
2015-07-25
qla2xxx: kill sessions/log out initiator on RSCN and port down events
Roland Dreier
1
-4
/
+5
2015-07-25
qla2xxx: fix command initialization in target mode.
Kanoj Sarcar
1
-5
/
+5
2015-07-25
qla2xxx: Remove msleep in qlt_send_term_exchange
Himanshu Madhani
1
-6
/
+7
2015-07-25
qla2xxx: adjust debug flags
Quinn Tran
1
-3
/
+4
2015-07-25
qla2xxx: release request queue reservation.
Quinn Tran
1
-3
/
+7
2015-07-25
qla2xxx: Add flush after updating ATIOQ consumer index.
Quinn Tran
1
-0
/
+1
2015-07-25
qla2xxx: Enable target mode for ISP27XX
Himanshu Madhani
1
-1
/
+1
2015-07-25
qla2xxx: Fix hardware lock/unlock issue causing kernel panic.
Saurav Kashyap
1
-6
/
+0
2015-07-05
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
1
-29
/
+23
2015-06-13
qla2xxx: Comment out unreachable code
Bart Van Assche
1
-7
/
+9
2015-05-31
target: Move task tag into struct se_cmd + support 64-bit tags
Bart Van Assche
1
-29
/
+23
2015-04-14
target: simplify the target template registration API
Christoph Hellwig
1
-1
/
+1
[next]