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_transport.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-14
/
+1
2019-02-05
scsi: target/core: Add target_send_busy()
Bart Van Assche
1
-0
/
+16
2019-02-05
scsi: target/core: Inline transport_lun_remove_cmd()
Bart Van Assche
1
-28
/
+3
2019-02-05
scsi: target/core: Remove several state tests from the TMF code
Bart Van Assche
1
-2
/
+0
2018-12-29
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-245
/
+171
2018-12-19
scsi: target/core: Use kmem_cache_free() instead of kfree()
Wei Yongjun
1
-1
/
+1
2018-12-08
scsi: target/core: Reduce the amount of code executed with a spinlock held
Bart Van Assche
1
-6
/
+2
2018-12-08
scsi: target/core: Make ABORT and LUN RESET handling synchronous
Bart Van Assche
1
-111
/
+119
2018-12-08
scsi: target/core: Fix TAS handling for aborted commands
Bart Van Assche
1
-53
/
+2
2018-12-08
scsi: target/core: Simplify the code for aborting SCSI commands
Bart Van Assche
1
-20
/
+2
2018-12-08
scsi: target/core: Make it possible to wait from more than one context for co...
Bart Van Assche
1
-5
/
+9
2018-12-08
scsi: target/core: Use system workqueues for TMF
Bart Van Assche
1
-1
/
+1
2018-12-08
scsi: target/core: Make sure that target_wait_for_sess_cmds() waits long enough
Bart Van Assche
1
-10
/
+25
2018-12-08
scsi: target/core: Simplify transport_clear_lun_ref()
Bart Van Assche
1
-30
/
+5
2018-12-08
scsi: target/core: Use kvcalloc() instead of open-coding it
Bart Van Assche
1
-7
/
+4
2018-11-29
scsi: target: drop unnecessary get_fabric_name() accessor from fabric_ops
David Disseldorp
1
-5
/
+5
2018-11-06
scsi: target/core: Avoid that a kernel oops is triggered when COMPARE AND WRI...
Bart Van Assche
1
-2
/
+2
2018-10-24
scsi: target: Don't request modules that aren't even built
Roland Dreier
1
-4
/
+4
2018-10-16
scsi: target/core: Always call transport_complete_callback() upon failure
Bart Van Assche
1
-8
/
+3
2018-10-16
scsi: target/core: Fix spelling in two source code comments
Bart Van Assche
1
-2
/
+2
2018-10-16
scsi: target: Fix target_wait_for_sess_cmds breakage with active signals
Nicholas Bellinger
1
-2
/
+2
2018-08-02
scsi: target: add session removal function
Mike Christie
1
-0
/
+7
2018-08-02
scsi: target: rename target_alloc_session
Mike Christie
1
-2
/
+2
2018-08-02
scsi: target: make transport_init_session_tags static
Mike Christie
1
-4
/
+3
2018-08-02
scsi: target: fix __transport_register_session locking
Mike Christie
1
-2
/
+3
2018-07-02
scsi: target: Fix handling of removed LUNs
Bart Van Assche
1
-4
/
+19
2018-07-02
scsi: target: Send unit attention condition even if the sense buffer is too s...
Bart Van Assche
1
-14
/
+7
2018-07-02
scsi: target: Do not duplicate the code that marks that a command has sense data
Bart Van Assche
1
-6
/
+3
2018-07-02
scsi: target: Simplify the code for waiting for command completion
Bart Van Assche
1
-16
/
+8
2018-07-02
scsi: target: Simplify transport_generic_free_cmd() (2/2)
Bart Van Assche
1
-6
/
+4
2018-07-02
scsi: target: Simplify transport_generic_free_cmd() (1/2)
Bart Van Assche
1
-6
/
+2
2018-07-02
scsi: target: Fold core_tmr_handle_tas_abort() into transport_cmd_finish_abort()
Bart Van Assche
1
-3
/
+7
2018-07-02
scsi: target: Document when CMD_T_STOP and CMD_T_COMPLETE are set
Bart Van Assche
1
-6
/
+28
2018-07-02
scsi: target: Make the session shutdown code also wait for commands that are ...
Bart Van Assche
1
-56
/
+21
2018-07-02
scsi: target: Introduce transport_init_session()
Bart Van Assche
1
-5
/
+17
2018-07-02
scsi: target: Rename transport_init_session() into transport_alloc_session()
Bart Van Assche
1
-4
/
+22
2018-07-02
scsi: target: Move a list_del_init() statement
Bart Van Assche
1
-2
/
+1
2018-06-20
scsi: target: Convert target drivers to use sbitmap
Matthew Wilcox
1
-2
/
+3
2018-06-13
treewide: Use array_size() in vzalloc()
Kees Cook
1
-1
/
+1
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-05-29
scsi: target: fix spelling mistake "Uknown" -> "Unknown"
Colin Ian King
1
-1
/
+1
2018-05-18
scsi: target: transport should handle st FM/EOM/ILI reads
Lee Duncan
1
-6
/
+37
2018-04-21
scsi: target: target_core_transport.c: enable+fix kernel-doc
Randy Dunlap
1
-7
/
+10
2018-04-21
scsi: target: target_core_transport.c: fix kernel-doc warnings
Randy Dunlap
1
-1
/
+1
2018-02-10
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
1
-0
/
+3
2018-01-19
lib/scatterlist: Fix chaining support in sgl_alloc_order()
Bart Van Assche
1
-1
/
+1
2018-01-13
target: add SAM_STAT_BUSY sense reason
Mike Christie
1
-0
/
+3
2018-01-06
target: Use sgl_alloc_order() and sgl_free()
Bart Van Assche
1
-42
/
+4
2017-11-08
target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASK
Nicholas Bellinger
1
-0
/
+2
2017-11-08
target: Fix quiese during transport_write_pending_qf endless loop
Nicholas Bellinger
1
-0
/
+13
[next]