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
/
loopback
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-17
scsi: target: tcm_loop: Call scsi_done() directly
Bart Van Assche
1
-2
/
+2
2021-09-03
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-4
/
+4
2021-08-12
scsi: tcm_loop: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
Bart Van Assche
1
-2
/
+2
2021-07-27
scsi: target: Remove redundant assignment to variable ret
Colin Ian King
1
-2
/
+2
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
1
-3
/
+2
2021-06-01
scsi: core: Kill DRIVER_SENSE
Hannes Reinecke
1
-1
/
+0
2021-03-05
scsi: target: tcm_loop: Use LIO wq cmd submission helper
Mike Christie
2
-17
/
+6
2021-03-05
scsi: target: tcm_loop: Use block cmd allocator for se_cmds
Mike Christie
1
-11
/
+8
2021-03-05
scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()
Mike Christie
1
-1
/
+2
2021-03-05
scsi: target: tcm_loop: Convert to new submission API
Mike Christie
1
-12
/
+10
2020-11-05
scsi: tcm_loop: Allow queues, can_queue and cmd_per_lun to be settable
Mike Christie
1
-2
/
+12
2020-05-12
scsi: target: loopback: Fix READ with data and sensebytes
Bodo Stroesser
1
-21
/
+15
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2
-0
/
+2
2019-02-06
scsi: remove bidirectional command support
Christoph Hellwig
1
-15
/
+0
2019-02-05
scsi: target/core: Remove the write_pending_status() callback function
Bart Van Assche
1
-6
/
+0
2018-12-19
scsi: remove the use_clustering flag
Christoph Hellwig
1
-1
/
+1
2018-11-29
scsi: target: replace fabric_ops.name with fabric_alias
David Disseldorp
1
-1
/
+0
2018-11-29
scsi: target: drop unnecessary get_fabric_name() accessor from fabric_ops
David Disseldorp
1
-6
/
+1
2018-08-16
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-10
/
+5
2018-08-07
target/loop: depend on SCSI
Christoph Hellwig
1
-0
/
+1
2018-08-02
scsi: target: loop, usb, vhost, xen: use target_remove_session
Mike Christie
1
-1
/
+1
2018-08-02
scsi: target: rename target_alloc_session
Mike Christie
1
-1
/
+1
2018-07-02
scsi: target/tcm_loop: Avoid that static checkers warn about dead code
Bart Van Assche
1
-4
/
+1
2018-07-02
scsi: target: Remove second argument from fabric_make_tpg()
Bart Van Assche
1
-4
/
+2
2018-03-09
target/tcm_loop: Use blk_queue_flag_set()
Bart Van Assche
1
-1
/
+1
2018-01-13
target: tcm_loop: Use seq_puts() in tcm_loop_show_info()
Markus Elfring
1
-1
/
+1
2018-01-13
target: tcm_loop: Delete an unnecessary return statement in tcm_loop_submissi...
Markus Elfring
1
-1
/
+0
2018-01-13
target: tcm_loop: Delete two unnecessary variable initialisations in tcm_loop...
Markus Elfring
1
-2
/
+2
2018-01-13
target: tcm_loop: Combine substrings for 26 messages
Markus Elfring
1
-68
/
+52
2018-01-13
target: tcm_loop: Improve a size determination in two functions
Markus Elfring
1
-2
/
+2
2018-01-13
target: tcm_loop: Delete an error message for a failed memory allocation in f...
Markus Elfring
1
-10
/
+4
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-07-07
target/tcm_loop: Make TMF processing slightly faster
Bart Van Assche
1
-16
/
+9
2017-07-07
target/tcm_loop: Use target_submit_tmr() instead of open-coding this function
Bart Van Assche
1
-29
/
+3
2017-07-07
target/tcm_loop: Replace a waitqueue and a counter by a completion
Bart Van Assche
2
-10
/
+5
2017-07-07
target/tcm_loop: Merge struct tcm_loop_cmd and struct tcm_loop_tmr
Bart Van Assche
2
-19
/
+10
2016-12-09
target: Minimize #include directives
Bart Van Assche
1
-0
/
+4
2016-05-10
target: make close_session optional
Christoph Hellwig
1
-6
/
+0
2016-05-10
target: make ->shutdown_session optional
Christoph Hellwig
1
-6
/
+0
2016-03-11
target: Convert demo-mode only drivers to target_alloc_session
Christoph Hellwig
1
-28
/
+18
2015-11-29
tcm_loop: Show address of tpg in configfs
Sheng Yang
1
-0
/
+14
2015-11-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+0
2015-11-10
scsi: use host wide tags by default
Christoph Hellwig
1
-1
/
+0
2015-10-14
target: use per-attribute show and store methods
Christoph Hellwig
1
-34
/
+26
2015-07-24
tcm_loop: Send I_T_NEXUS_LOSS_OCCURRED UA
Hannes Reinecke
1
-0
/
+5
2015-07-24
tcm_loop: Remove SAS vestigies
Hannes Reinecke
1
-8
/
+9
2015-06-16
target: use 64-bit LUNs
Hannes Reinecke
1
-2
/
+2
2015-06-16
target: Drop unnecessary core_tpg_register TFO parameter
Nicholas Bellinger
1
-4
/
+1
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
-9
/
+1
[next]