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
/
tcm_qla2xxx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-10
scsi: qla2xxx: Use explicit LOGO in target mode
Quinn Tran
1
-0
/
+1
2019-12-10
scsi: qla2xxx: Ignore NULL pointer in tcm_qla2xxx_free_mcmd
Roman Bolshakov
1
-0
/
+2
2019-08-13
scsi: qla2xxx: Make sure that aborted commands are freed
Bart Van Assche
1
-0
/
+4
2019-08-13
scsi: qla2xxx: Introduce the be_id_t and le_id_t data types for FC src/dst IDs
Bart Van Assche
1
-17
/
+6
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
1
-9
/
+1
2019-04-30
scsi: qla2xxx: Avoid that lockdep complains about unsafe locking in tcm_qla2x...
Bart Van Assche
1
-1
/
+2
2019-04-30
scsi: qla2xxx: Fix hardirq-unsafe locking
Bart Van Assche
1
-2
/
+0
2019-04-30
scsi: qla2xxx: Remove unnecessary locking from the target code
Bart Van Assche
1
-9
/
+1
2019-04-30
scsi: qla2xxx: Remove qla_tgt_cmd.released
Bart Van Assche
1
-14
/
+1
2019-04-30
scsi: qla2xxx: Complain if a command is released that is owned by the firmware
Bart Van Assche
1
-9
/
+4
2019-04-30
scsi: qla2xxx: target: Fix offline port handling and host reset handling
Bart Van Assche
1
-1
/
+2
2019-04-30
scsi: qla2xxx: Fix abort handling in tcm_qla2xxx_write_pending()
Bart Van Assche
1
-0
/
+2
2019-04-30
scsi: qla2xxx: Update two source code comments
Bart Van Assche
1
-1
/
+1
2019-04-16
scsi: qla2xxx: Remove qla_tgt_cmd.data_work and qla_tgt_cmd.data_work_free
Bart Van Assche
1
-2
/
+0
2019-04-10
scsi: tcm_qla2xxx: Minimize #include directives
Bart Van Assche
1
-6
/
+0
2019-02-05
scsi: target/core: Remove the write_pending_status() callback function
Bart Van Assche
1
-31
/
+0
2018-12-20
scsi: qla2xxx: deadlock by configfs_depend_item
Anatoliy Glagolev
1
-40
/
+8
2018-11-29
scsi: target: replace fabric_ops.name with fabric_alias
David Disseldorp
1
-2
/
+0
2018-11-29
scsi: target: drop unnecessary get_fabric_name() accessor from fabric_ops
David Disseldorp
1
-12
/
+2
2018-10-18
scsi: qla2xxx: fully convert to the generic DMA API
Christoph Hellwig
1
-1
/
+1
2018-09-12
scsi: qla2xxx: Remove stale debug trace message from tcm_qla2xxx
Quinn Tran
1
-4
/
+0
2018-09-12
scsi: qla2xxx: Fix premature command free
Quinn Tran
1
-3
/
+42
2018-08-02
scsi: qla2xxx: Migrate NVME N2N handling into state machine
Quinn Tran
1
-3
/
+0
2018-08-02
scsi: target: srp, vscsi, sbp, qla: use target_remove_session
Mike Christie
1
-2
/
+1
2018-08-02
scsi: target: rename target_alloc_session
Mike Christie
1
-1
/
+1
2018-07-02
scsi: target: Remove second argument from fabric_make_tpg()
Bart Van Assche
1
-8
/
+4
2018-06-13
treewide: Use array_size() in vzalloc()
Kees Cook
1
-1
/
+3
2018-05-08
scsi: qla2xxx: remove the unused tcm_qla2xxx_cmd_wq
Andrei Vagin
1
-10
/
+0
2018-05-08
scsi: qla2xxx: Fix TMF and Multi-Queue config
Quinn Tran
1
-0
/
+27
2018-01-04
scsi: qla2xxx: Use zeroing allocator rather than allocator/memset
Himanshu Jha
1
-4
/
+1
2017-07-31
qla2xxx: Fix incorrect tcm_qla2xxx_free_cmd use during TMR ABORT (v2)
Nicholas Bellinger
1
-30
/
+0
2017-07-14
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
1
-1
/
+3
2017-07-11
Revert "qla2xxx: Fix incorrect tcm_qla2xxx_free_cmd use during TMR ABORT"
Nicholas Bellinger
1
-3
/
+33
2017-07-07
qla2xxx: Fix incorrect tcm_qla2xxx_free_cmd use during TMR ABORT
Nicholas Bellinger
1
-33
/
+3
2017-07-07
qla2xxx: Convert QLA_TGT_ABTS to TARGET_SCF_LOOKUP_LUN_FROM_TAG
Nicholas Bellinger
1
-1
/
+3
2017-06-28
scsi: qla2xxx: Move target stat counters from vha to qpair.
Quinn Tran
1
-4
/
+4
2017-06-26
scsi: qla2xxx: don't include <generated/utsrelease.h>
Johannes Berg
1
-7
/
+6
2017-06-13
scsi: qla2xxx: Convert 32-bit LUN usage to 64-bit
Quinn Tran
1
-1
/
+1
2017-06-13
scsi: tcm_qla2xxx: Do not allow aborted cmd to advance.
Quinn Tran
1
-0
/
+13
2017-03-19
qla2xxx: Improve T10-DIF/PI handling in driver.
Quinn Tran
1
-16
/
+33
2017-03-04
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+1
2017-03-03
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
1
-101
/
+155
2017-02-24
scsi: qla2xxx: fix spelling mistake: "seperator" -> "separator"
Colin Ian King
1
-1
/
+1
2017-02-21
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+2
2017-02-09
qla2xxx: Add Dual mode support in the driver
Quinn Tran
1
-1
/
+1
2017-02-09
qla2xxx: Track I-T nexus as single fc_port struct
Quinn Tran
1
-56
/
+74
2017-02-09
qla2xxx: Use d_id instead of s_id for more clarity
Quinn Tran
1
-19
/
+22
2017-02-09
qla2xxx: Make trace flags more readable
Quinn Tran
1
-23
/
+20
2017-02-09
qla2xxx: Cleanup TMF code translation from qla_target
Quinn Tran
1
-2
/
+38
2017-01-17
qla2xxx: Set tcm_qla2xxx version to automatically track qla2xxx version
Himanshu Madhani
1
-2
/
+2
[next]