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
/
target
/
target_core_transport.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-24
target: Fix residual overflow handling in target_complete_cmd_with_length
Sumit Rai
1
-1
/
+15
2016-07-20
target: Fix ordered task CHECK_CONDITION early exception handling
Nicholas Bellinger
1
-1
/
+6
2016-07-20
target: Fix ordered task target_setup_cmd_from_cdb exception hang
Nicholas Bellinger
1
-27
/
+35
2016-07-20
target: Fix race between iscsi-target connection shutdown + ABORT_TASK
Nicholas Bellinger
1
-1
/
+2
2016-07-20
target: Fix missing complete during ABORT_TASK + CMD_T_FABRIC_STOP
Nicholas Bellinger
1
-6
/
+0
2016-05-28
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
1
-24
/
+2
2016-05-13
target: enhance and export target_alloc_sgl/target_free_sgl
Christoph Hellwig
1
-14
/
+18
2016-05-10
target: remove sess_kref and ->shutdown_session
Christoph Hellwig
1
-23
/
+0
2016-05-10
target: make close_session optional
Christoph Hellwig
1
-1
/
+2
2016-05-10
target: remove acl_stop
Christoph Hellwig
1
-2
/
+2
2016-03-22
target: Fix target_release_cmd_kref shutdown comp leak
Himanshu Madhani
1
-2
/
+0
2016-03-11
target: Avoid DataIN transfers for non-GOOD SAM status
Nicholas Bellinger
1
-0
/
+8
2016-02-28
target: Add target_alloc_session() helper function
Nicholas Bellinger
1
-0
/
+56
2016-02-11
target/transport: add flag to indicate CPU Affinity is observed
Quinn Tran
1
-3
/
+9
2016-02-07
target: Drop legacy se_cmd->task_stop_comp + REQUEST_STOP usage
Nicholas Bellinger
1
-37
/
+0
2016-02-07
target: Fix race with SCF_SEND_DELAYED_TAS handling
Nicholas Bellinger
1
-12
/
+41
2016-02-06
target: Fix remote-port TMR ABORT + se_cmd fabric stop
Nicholas Bellinger
1
-35
/
+110
2016-02-04
target: Fix LUN_RESET active TMR descriptor handling
Nicholas Bellinger
1
-0
/
+17
2016-02-04
target: Fix LUN_RESET active I/O handling for ACK_KREF
Nicholas Bellinger
1
-38
/
+29
2016-01-21
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
1
-12
/
+21
2016-01-20
target: Obtain se_node_acl->acl_kref during get_initiator_node_acl
Nicholas Bellinger
1
-6
/
+13
2016-01-20
target: Convert ACL change queue_depth se_session reference usage
Nicholas Bellinger
1
-2
/
+2
2016-01-08
target: Support aborting tasks with a 64-bit tag
Bart Van Assche
1
-1
/
+1
2016-01-08
target: Remove an unused variable
Bart Van Assche
1
-1
/
+0
2016-01-08
qla2xxx: Add selective command queuing
Quinn Tran
1
-1
/
+4
2016-01-07
target: Fix spelling + remove set-but-not-used variables
Bart Van Assche
1
-1
/
+1
2015-11-29
target: Invoke release_cmd() callback without holding a spinlock
Bart Van Assche
1
-6
/
+6
2015-11-29
target: Fix race for SCF_COMPARE_AND_WRITE_POST checking
Nicholas Bellinger
1
-6
/
+8
2015-09-11
target: Remove no-op conditional
Andy Grover
1
-2
/
+1
2015-09-11
target/qla2xxx: Honor max_data_sg_nents I/O transfer limit
Nicholas Bellinger
1
-1
/
+50
2015-07-31
target: Remove cmd->se_ordered_id (unused except debug log lines)
Roland Dreier
1
-26
/
+13
2015-07-31
target: improve unsupported opcode message
Joern Engel
1
-0
/
+5
2015-07-31
target: allow underflow/overflow for PR OUT etc. commands
Roland Dreier
1
-3
/
+3
2015-07-24
target: Return descriptor format sense data in case the LU spans 64bit sectors
Sagi Grimberg
1
-1
/
+2
2015-07-24
scsi: Protect against buffer possible overflow in scsi_set_sense_information
Sagi Grimberg
1
-3
/
+11
2015-07-24
target: Return ABORTED_COMMAND sense key for PI errors
Sagi Grimberg
1
-3
/
+3
2015-07-24
target: Use scsi helpers to build the sense data correctly
Sagi Grimberg
1
-17
/
+4
2015-07-24
target: Split transport_send_check_condition_and_sense()
Bart Van Assche
1
-235
/
+148
2015-07-24
target: Inline transport_get_sense_codes()
Bart Van Assche
1
-14
/
+2
2015-07-05
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
1
-141
/
+108
2015-07-01
target: use kvfree() in session alloc and free
Pekka Enberg
1
-8
/
+2
2015-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-0
/
+1
2015-06-24
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-3
/
+1
2015-06-23
target: Send UA upon LUN RESET tmr completion
Hannes Reinecke
1
-0
/
+5
2015-06-17
target: use 'se_dev_entry' when allocating UAs
Hannes Reinecke
1
-6
/
+6
2015-06-16
target: use 64-bit LUNs
Hannes Reinecke
1
-3
/
+3
2015-06-02
target: Minimize SCSI header #include directives
Bart Van Assche
1
-3
/
+1
2015-06-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+6
2015-06-01
target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usage
Nicholas Bellinger
1
-13
/
+7
2015-06-01
target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lun
Christoph Hellwig
1
-29
/
+5
[next]