index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
target
/
loopback
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: target: tcm_loop: Remove redundant driver match function
Lizhe
2023-03-24
1
-7
/
+0
*
Merge patch series "Constify most SCSI host templates"
Martin K. Petersen
2023-03-24
1
-1
/
+1
|
\
|
*
scsi: target: tcm-loop: Declare SCSI host template const
Bart Van Assche
2023-03-24
1
-1
/
+1
*
|
scsi: target: loop: Remove default fabric ops callouts
Dmitry Bogdanov
2023-03-16
1
-41
/
+0
|
/
*
scsi: target: tcm_loop: Fix possible name leak in tcm_loop_setup_hba_bus()
Yang Yingliang
2022-11-17
1
-1
/
+2
*
scsi: target: tcm_loop: Call scsi_done() directly
Bart Van Assche
2021-10-16
1
-2
/
+2
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-09-02
1
-4
/
+4
|
\
|
*
scsi: tcm_loop: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
Bart Van Assche
2021-08-11
1
-2
/
+2
|
*
scsi: target: Remove redundant assignment to variable ret
Colin Ian King
2021-07-27
1
-2
/
+2
*
|
bus: Make remove callback return void
Uwe Kleine-König
2021-07-21
1
-3
/
+2
|
/
*
scsi: core: Kill DRIVER_SENSE
Hannes Reinecke
2021-05-31
1
-1
/
+0
*
scsi: target: tcm_loop: Use LIO wq cmd submission helper
Mike Christie
2021-03-04
2
-17
/
+6
*
scsi: target: tcm_loop: Use block cmd allocator for se_cmds
Mike Christie
2021-03-04
1
-11
/
+8
*
scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()
Mike Christie
2021-03-04
1
-1
/
+2
*
scsi: target: tcm_loop: Convert to new submission API
Mike Christie
2021-03-04
1
-12
/
+10
*
scsi: tcm_loop: Allow queues, can_queue and cmd_per_lun to be settable
Mike Christie
2020-11-04
1
-2
/
+12
*
scsi: target: loopback: Fix READ with data and sensebytes
Bodo Stroesser
2020-05-11
1
-21
/
+15
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
2
-0
/
+2
*
scsi: remove bidirectional command support
Christoph Hellwig
2019-02-05
1
-15
/
+0
*
scsi: target/core: Remove the write_pending_status() callback function
Bart Van Assche
2019-02-04
1
-6
/
+0
*
scsi: remove the use_clustering flag
Christoph Hellwig
2018-12-18
1
-1
/
+1
*
scsi: target: replace fabric_ops.name with fabric_alias
David Disseldorp
2018-11-28
1
-1
/
+0
*
scsi: target: drop unnecessary get_fabric_name() accessor from fabric_ops
David Disseldorp
2018-11-28
1
-6
/
+1
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2018-08-15
1
-10
/
+5
|
\
|
*
scsi: target: loop, usb, vhost, xen: use target_remove_session
Mike Christie
2018-08-02
1
-1
/
+1
|
*
scsi: target: rename target_alloc_session
Mike Christie
2018-08-02
1
-1
/
+1
|
*
scsi: target/tcm_loop: Avoid that static checkers warn about dead code
Bart Van Assche
2018-07-02
1
-4
/
+1
|
*
scsi: target: Remove second argument from fabric_make_tpg()
Bart Van Assche
2018-07-02
1
-4
/
+2
*
|
target/loop: depend on SCSI
Christoph Hellwig
2018-08-07
1
-0
/
+1
|
/
*
target/tcm_loop: Use blk_queue_flag_set()
Bart Van Assche
2018-03-08
1
-1
/
+1
*
target: tcm_loop: Use seq_puts() in tcm_loop_show_info()
Markus Elfring
2018-01-12
1
-1
/
+1
*
target: tcm_loop: Delete an unnecessary return statement in tcm_loop_submissi...
Markus Elfring
2018-01-12
1
-1
/
+0
*
target: tcm_loop: Delete two unnecessary variable initialisations in tcm_loop...
Markus Elfring
2018-01-12
1
-2
/
+2
*
target: tcm_loop: Combine substrings for 26 messages
Markus Elfring
2018-01-12
1
-68
/
+52
*
target: tcm_loop: Improve a size determination in two functions
Markus Elfring
2018-01-12
1
-2
/
+2
*
target: tcm_loop: Delete an error message for a failed memory allocation in f...
Markus Elfring
2018-01-12
1
-10
/
+4
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
target/tcm_loop: Make TMF processing slightly faster
Bart Van Assche
2017-07-06
1
-16
/
+9
*
target/tcm_loop: Use target_submit_tmr() instead of open-coding this function
Bart Van Assche
2017-07-06
1
-29
/
+3
*
target/tcm_loop: Replace a waitqueue and a counter by a completion
Bart Van Assche
2017-07-06
2
-10
/
+5
*
target/tcm_loop: Merge struct tcm_loop_cmd and struct tcm_loop_tmr
Bart Van Assche
2017-07-06
2
-19
/
+10
*
target: Minimize #include directives
Bart Van Assche
2016-12-09
1
-0
/
+4
*
target: make close_session optional
Christoph Hellwig
2016-05-10
1
-6
/
+0
*
target: make ->shutdown_session optional
Christoph Hellwig
2016-05-10
1
-6
/
+0
*
target: Convert demo-mode only drivers to target_alloc_session
Christoph Hellwig
2016-03-10
1
-28
/
+18
*
tcm_loop: Show address of tpg in configfs
Sheng Yang
2015-11-29
1
-0
/
+14
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2015-11-13
1
-1
/
+0
|
\
|
*
scsi: use host wide tags by default
Christoph Hellwig
2015-11-09
1
-1
/
+0
*
|
target: use per-attribute show and store methods
Christoph Hellwig
2015-10-13
1
-34
/
+26
|
/
*
tcm_loop: Send I_T_NEXUS_LOSS_OCCURRED UA
Hannes Reinecke
2015-07-23
1
-0
/
+5
[next]