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
/
target
/
target_core_tmr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-10
scsi: target: Initialize LUN in transport_init_se_cmd()
Sudhakar Panneerselvam
1
-2
/
+2
2020-02-22
scsi: target: convert boolean se_dev_attrib types to bool
David Disseldorp
1
-3
/
+3
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-14
/
+1
2019-04-13
scsi: target/core: Rework the SPC-2 reservation handling code
Bart Van Assche
1
-1
/
+1
2019-02-05
scsi: target/core: Simplify the LUN RESET implementation
Bart Van Assche
1
-12
/
+2
2019-02-05
scsi: target/core: Remove several state tests from the TMF code
Bart Van Assche
1
-25
/
+0
2018-12-08
scsi: target/core: Make ABORT and LUN RESET handling synchronous
Bart Van Assche
1
-21
/
+28
2018-12-08
scsi: target/core: Fix TAS handling for aborted commands
Bart Van Assche
1
-1
/
+2
2018-11-29
scsi: target: drop unnecessary get_fabric_name() accessor from fabric_ops
David Disseldorp
1
-2
/
+2
2018-07-02
scsi: target: Fold core_tmr_handle_tas_abort() into transport_cmd_finish_abort()
Bart Van Assche
1
-13
/
+3
2018-07-02
scsi: target: Simplify core_tmr_handle_tas_abort()
Bart Van Assche
1
-12
/
+3
2018-07-02
scsi: target: Make the session shutdown code also wait for commands that are ...
Bart Van Assche
1
-3
/
+2
2017-11-08
target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASK
Nicholas Bellinger
1
-0
/
+9
2017-11-05
target: fix null pointer regression in core_tmr_drain_tmr_list
tangwenji
1
-1
/
+2
2017-07-07
target: Introduce a function that shows the command state
Bart Van Assche
1
-14
/
+4
2017-06-09
target: Fix kref->refcount underflow in transport_cmd_finish_abort
Nicholas Bellinger
1
-8
/
+8
2017-02-27
target: Add counters for ABORT_TASK success + failure
Nicholas Bellinger
1
-0
/
+2
2017-02-21
target: Delete tmr from list before processing
Bart Van Assche
1
-6
/
+1
2017-02-09
target: Make core_tmr_abort_task() consider all commands
Bart Van Assche
1
-5
/
+3
2016-03-06
target: Drop incorrect ABORT_TASK put for completed commands
Nicholas Bellinger
1
-1
/
+0
2016-02-06
target: Fix remote-port TMR ABORT + se_cmd fabric stop
Nicholas Bellinger
1
-16
/
+38
2016-02-04
target: Fix TAS handling for multi-session se_node_acls
Nicholas Bellinger
1
-7
/
+9
2016-02-04
target: Fix LUN_RESET active TMR descriptor handling
Nicholas Bellinger
1
-1
/
+21
2016-02-04
target: Fix LUN_RESET active I/O handling for ACK_KREF
Nicholas Bellinger
1
-23
/
+46
2016-01-21
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
1
-1
/
+1
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
-1
/
+6
2015-07-05
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
1
-12
/
+12
2015-06-02
target: Minimize SCSI header #include directives
Bart Van Assche
1
-2
/
+0
2015-05-31
target: target_core_configfs.h is not needed in fabric drivers
Christoph Hellwig
1
-1
/
+0
2015-05-31
target: Move task tag into struct se_cmd + support 64-bit tags
Bart Van Assche
1
-10
/
+11
2015-05-31
target: Remove first argument of target_{get,put}_sess_cmd()
Bart Van Assche
1
-1
/
+1
2015-04-16
target: Make core_tmr_abort_task() skip TMFs
Bart Van Assche
1
-2
/
+2
2014-10-02
target: simplify core_tmr_abort_task
Joern Engel
1
-3
/
+2
2014-10-02
target: simplify core_tmr_release_req()
Joern Engel
1
-12
/
+7
2014-04-12
target: Add check to prevent Abort Task from aborting itself
Alex Leung
1
-0
/
+5
2014-04-07
target: Fix Task Aborted Status (TAS) handling
Alex Leung
1
-12
/
+6
2013-11-14
target: Convert se_device statistics to atomic_long_t
Nicholas Bellinger
1
-3
/
+1
2013-09-11
target: Update copyright ownership/year information to 2013
Nicholas Bellinger
1
-1
/
+1
2013-06-21
target: Remove legacy t_fe_count + avoid t_state_lock access in transport_put...
Nicholas Bellinger
1
-10
/
+2
2013-02-13
target: Remove useless if statement
Roland Dreier
1
-12
/
+0
2012-11-28
target: Update copyright information to 2012
Nicholas Bellinger
1
-2
/
+1
2012-11-07
target: kill struct se_subsystem_dev
Christoph Hellwig
1
-3
/
+3
2012-11-01
target: Fix incorrect usage of nested IRQ spinlocks in ABORT_TASK path
Steve Hodgson
1
-3
/
+3
2012-07-17
target: replace the processing thread with a TMR work queue
Christoph Hellwig
1
-53
/
+1
2012-07-17
target: remove the execute list
Christoph Hellwig
1
-3
/
+0
2012-05-07
target: remove the t_task_cdbs_ex_left field in struct se_cmd
Christoph Hellwig
1
-7
/
+0
2012-05-07
target: remove the t_task_cdbs_left field in struct se_cmd
Christoph Hellwig
1
-2
/
+0
2012-05-07
target: remove struct se_task
Christoph Hellwig
1
-5
/
+3
2012-05-07
target: move the state and execute lists to the command
Christoph Hellwig
1
-31
/
+23
[next]