index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
function
/
f_tcm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-22
usb: gadget: add _init/__exit annotations to module init/exit funcs
Xiu Jianfeng
1
-2
/
+2
2021-10-04
scsi: target: usb: Replace enable attr with ops.enable
Dmitry Bogdanov
1
-25
/
+6
2021-06-09
usb: fix various gadgets null ptr deref on 10gbps cabling.
Maciej Żenczykowski
1
-1
/
+2
2021-03-04
scsi: target: usb: gadget: Convert to new submission API
Mike Christie
1
-10
/
+6
2021-03-04
scsi: target: core: Rename transport_init_se_cmd()
Mike Christie
1
-10
/
+10
2020-10-02
usb: gadget: config_ep_by_speed_and_alt instead of config_ep_by_speed
Pawel Laszczak
1
-6
/
+6
2020-08-17
usb: gadget: f_tcm: Fix some resource leaks in some error paths
Christophe JAILLET
1
-3
/
+4
2020-07-10
usb: gadget: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-06-13
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-2
/
+4
2020-06-09
scsi: target: Initialize LUN in transport_init_se_cmd()
Sudhakar Panneerselvam
1
-2
/
+4
2020-05-25
usb: gadget: f_tcm: Inform last stream request
Thinh Nguyen
1
-0
/
+3
2019-10-22
usb: gadget: f_tcm: Provide support to get alternate setting in tcm function
Jayshri Pawar
1
-1
/
+12
2019-02-04
scsi: target/core: Remove the write_pending_status() callback function
Bart Van Assche
1
-9
/
+0
2018-11-28
scsi: target: replace fabric_ops.name with fabric_alias
David Disseldorp
1
-1
/
+0
2018-11-28
scsi: target: drop unnecessary get_fabric_name() accessor from fabric_ops
David Disseldorp
1
-6
/
+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: Remove second argument from fabric_make_tpg()
Bart Van Assche
1
-5
/
+3
2018-06-19
scsi: target: Convert target drivers to use sbitmap
Matthew Wilcox
1
-2
/
+3
2018-06-19
scsi: target: Abstract tag freeing
Matthew Wilcox
1
-1
/
+1
2018-03-08
USB: gadget: function: remove redundant initialization of 'tv_nexus'
Colin Ian King
1
-1
/
+1
2017-11-14
Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfs
Linus Torvalds
1
-1
/
+1
2017-11-07
USB: gadget: function: Remove redundant license text
Greg Kroah-Hartman
1
-1
/
+0
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
1
-0
/
+1
2017-10-24
usb: gadget: f_tcm: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2017-10-19
usb: gadget: make config_item_type structures const
Bhumika Goyal
1
-1
/
+1
2017-03-30
usb: gadget: Correct usb EP argument for BOT status request
Manish Narani
1
-1
/
+1
2016-12-09
usb: gadget: Fix second argument of percpu_ida_alloc()
Bart Van Assche
1
-1
/
+1
2016-05-31
usb: gadget: f_tcm: out of bound access in usbg_drop_tpg
Heinrich Schuchardt
1
-9
/
+11
2016-05-10
target: make close_session optional
Christoph Hellwig
1
-5
/
+0
2016-05-10
target: make ->shutdown_session optional
Christoph Hellwig
1
-6
/
+0
2016-03-22
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
1
-106
/
+87
2016-03-10
usb-gadget/tcm: Convert to TARGET_SCF_ACK_KREF I/O krefs
Nicholas Bellinger
1
-40
/
+11
2016-03-10
usb-gadget/tcm: Conversion to percpu_ida tag pre-allocation
Nicholas Bellinger
1
-39
/
+58
2016-03-10
target: Convert demo-mode only drivers to target_alloc_session
Christoph Hellwig
1
-32
/
+23
2016-03-04
usb: gadget: Update usb_assign_descriptors for SuperSpeedPlus
John Youn
1
-1
/
+1
2016-01-07
usb/gadget: Remove set-but-not-used variables
Bart Van Assche
1
-16
/
+0
2015-12-20
usb: gadget: f_tcm: add configfs support
Andrzej Pietrasiewicz
1
-4
/
+68
2015-12-20
usb: gadget: f_tcm: use usb_gstrings_attach
Andrzej Pietrasiewicz
1
-11
/
+7
2015-12-20
usb: gadget: f_tcm: remove redundant singleton
Andrzej Pietrasiewicz
1
-9
/
+0
2015-12-20
usb: gadget: f_tcm: remove compatibility layer
Andrzej Pietrasiewicz
1
-81
/
+6
2015-12-20
usb: gadget: f_tcm: convert to new function interface with backward compatibi...
Andrzej Pietrasiewicz
1
-5
/
+281
2015-12-20
usb: gadget: tcm: factor out f_tcm
Andrzej Pietrasiewicz
1
-0
/
+2145