Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
1d6da87a3241deb13d073c4125d19ed0e5a0c62c
/
drivers
/
usb
/
gadget
/
function
/
f_fs.c
ce15bda
Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 9 years ago
38740a5
usb: gadget: f_fs: Fix use-after-free
by Lars-Peter Clausen
· 9 years ago
332a5b4
usb: gadget: f_fs: Fix EFAULT generation for async read operations
by Lars-Peter Clausen
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
ef15088
usb: f_fs: avoid race condition with ffs_epfile_io_complete
by Du, Changbin
· 9 years ago
ae76e13
usb: f_fs: refactor ffs_epfile_io
by Michal Nazarewicz
· 9 years ago
b3591f6
usb: f_fs: replace unnecessary goto with a return
by Michal Nazarewicz
· 9 years ago
3163c79
usb: f_fs: fix ffs_epfile_io returning success on req alloc failure
by Michal Nazarewicz
· 9 years ago
3de4e20
usb: f_fs: fix memory leak when ep changes during transfer
by Michal Nazarewicz
· 9 years ago
7fe9a93
usb: gadget: functionfs: fix missing access_ok checks
by Daniel Walter
· 9 years ago
55d8112
usb: gadget: ffs: call functionfs_unbind() if _ffs_func_bind() fails
by Robert Baldyga
· 10 years ago
4088acf
usb: gadget: f_fs: do not set cancel function on synchronous {read,write}
by Rui Miguel Silva
· 10 years ago
19915e6
Merge 4.1-rc7 into usb-next
by Greg Kroah-Hartman
· 10 years ago
f14e9ad
usb: gadget: f_fs: add extra check before unregister_gadget_item
by Rui Miguel Silva
· 10 years ago
342f39a
usb: gadget: f_fs: fix check in read operation
by Rui Miguel Silva
· 10 years ago
49a79d8
usb: gadget: ffs: fix: Always call ffs_closed() in ffs_data_clear()
by Krzysztof Opasiak
· 10 years ago
5d5d568
make new_sync_{read,write}() static
by Al Viro
· 10 years ago
e2e40f2
fs: move struct kiocb to fs.h
by Christoph Hellwig
· 10 years ago
04b2fa9
fs: split generic and aio kiocb
by Christoph Hellwig
· 10 years ago
70e60d9
gadget/function/f_fs.c: switch to ->{read,write}_iter()
by Al Viro
· 10 years ago
c993c39
gadget/function/f_fs.c: use put iov_iter into io_data
by Al Viro
· 10 years ago
de2080d
gadget/function/f_fs.c: close leaks
by Al Viro
· 10 years ago
5e33f6f
usb: gadget: ffs: add eventfd notification about ffs events
by Robert Baldyga
· 10 years ago
acba23f
usb: gadget: f_fs: Fix loop variable
by Mario Schuknecht
· 10 years ago
18d6b32f
usb: gadget: f_fs: add "no_disconnect" mode
by Robert Baldyga
· 10 years ago
67913bb
usb: gadget: f_fs: refactor and document __ffs_ep0_read_events better
by Michal Nazarewicz
· 11 years ago
c0d31b3
usb: ffs: fix regression when quirk_ep_out_aligned_size flag is set
by David Cohen
· 10 years ago
a3058a5
usb: gadget: f_fs: remove redundant ffs_data_get()
by Robert Baldyga
· 10 years ago
77c688a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
1bb27ca
f_fs: saner API for ffs_sb_create_file()
by Al Viro
· 11 years ago
1b0bf88
usb: gadget: f_fs: virtual endpoint address mapping
by Robert Baldyga
· 11 years ago
4cd41ff
Merge tag 'v3.17-rc5' into next
by Felipe Balbi
· 10 years ago
fe00bcb
usb: f_fs: replace BUG in dead-code with less serious WARN_ON
by Michal Nazarewicz
· 11 years ago
c559a35
usb: gadget: f_fs: add ioctl returning ep descriptor
by Robert Baldyga
· 11 years ago
85b06f5
usb: gadget: f_fs: signedness bug in __ffs_func_bind_do_descs()
by Dan Carpenter
· 11 years ago
6d5c1c7
usb: gadget: f_fs: fix the redundant ep files problem
by Robert Baldyga
· 11 years ago
61fe2d7
Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 11 years ago
00a2430
usb: gadget: Gadget directory cleanup - group usb functions
by Andrzej Pietrasiewicz
· 11 years ago
[Renamed from drivers/usb/gadget/f_fs.c]
f0175ab
usb: gadget: f_fs: OS descriptors support
by Andrzej Pietrasiewicz
· 11 years ago
f96cbd1
usb: gadget: f_fs: rename descriptor parsing functions
by Andrzej Pietrasiewicz
· 11 years ago
d668b4f
usb: gadget: FunctionFS: Return -ENOENT instead of -ENODEV when device not found.
by Krzysztof Opasiak
· 11 years ago
f871252
Merge tag 'usb-for-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 11 years ago
74d4846
usb: gadget: FunctionFS: share VLA macros with all usb gadget files
by Andrzej Pietrasiewicz
· 11 years ago
0700faa
usb: gadget: only GPL drivers in the gadget and phy framework
by Felipe Balbi
· 11 years ago
97839ca
usb: gadget: ffs: race between ffs_epfile_io() and ffs_func_eps_disable()
by Chao Bi
· 11 years ago
48968f8
usb: gadget: f_fs: add missing spinlock and mutex unlock
by Robert Baldyga
· 11 years ago
7338a06
Merge tag 'usb-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 11 years ago
cfe919b
usb: gadget: return the right length in ffs_epfile_io()
by Chuansheng Liu
· 11 years ago
ac8dde1
usb: gadget: f_fs: Add flags to descriptors block
by Michal Nazarewicz
· 11 years ago
8d4e897
usb: gadget: f_fs: Add support for SuperSpeed Mode
by Manu Gautam
· 11 years ago
f0f4220
usb: gadget: fix NULL pointer dereference
by Andrzej Pietrasiewicz
· 11 years ago
2e4c755
usb: gadget: f_fs: add aio support
by Robert Baldyga
· 11 years ago
23de91e
usb: gadget: f_fs: add poll for endpoint 0
by Robert Baldyga
· 11 years ago
0a7b1f8
usb: gadget: f_fs: fix setup request handling
by Robert Baldyga
· 11 years ago
a7ecf05
usb: gadget: functionfs: replace FFS_SETUP_STATUS with an inline function
by Michal Nazarewicz
· 11 years ago
e46318a
usb: gadget: functionfs: fix typo in the enum variable
by Michal Nazarewicz
· 11 years ago
da13a77
usb: gadget: FunctionFS: use consistent naming with regard to ffs_lock
by Andrzej Pietrasiewicz
· 11 years ago
10b69ce
usb: gadget: FunctionFS: staticize functions used only in f_fs.c
by Andrzej Pietrasiewicz
· 11 years ago
ab13cb0
usb: gadget: code cleanup
by Andrzej Pietrasiewicz
· 11 years ago
ea36592
usb: gadget: FunctionFS: dereference ffs_dev conditionally
by Andrzej Pietrasiewicz
· 11 years ago
f8800d4
usb: gadget: f_fs: fix sparse warning
by Felipe Balbi
· 11 years ago
b658499
usb: gadget: FunctionFS: add configfs support
by Andrzej Pietrasiewicz
· 11 years ago
3d8d72a
usb: gadget: FunctionFS: Remove compatibility layer
by Andrzej Pietrasiewicz
· 11 years ago
5920cda
usb: gadget: FunctionFS: convert to new function interface with backward compatibility
by Andrzej Pietrasiewicz
· 11 years ago
4b187fc
usb: gadget: FunctionFS: add devices management code
by Andrzej Pietrasiewicz
· 11 years ago
e72c39c
usb: gadget: FunctionFS: create utility file
by Andrzej Pietrasiewicz
· 11 years ago
e6f3862
usb: gadget: FunctionFS: Remove VLAIS usage from gadget code
by Andrzej Pietrasiewicz
· 11 years ago
219580e
usb: f_fs: check quirk to pad epout buf size when not aligned to maxpacketsize
by Michal Nazarewicz
· 11 years ago
7fa6803
usb: gadget: f_fs: remove loop from I/O function
by Michal Nazarewicz
· 11 years ago
16735d0
tree-wide: use reinit_completion instead of INIT_COMPLETION
by Wolfram Sang
· 11 years ago
bdd78f2
Merge tag 'fixes-for-v3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus
by Greg Kroah-Hartman
· 11 years ago
8854894
usb: gadget: f_fs: fix error handling
by Robert Baldyga
· 11 years ago
2606b28
USB: Fix breakage in ffs_fs_mount()
by Al Viro
· 11 years ago
df49899
usb: gadget: gadgetfs: potential use after free in unbind()
by Dan Carpenter
· 12 years ago
3273097
gadgetfs: don't bother with fops->owner
by Al Viro
· 12 years ago
7f78e03
fs: Limit sys_mount to only request filesystem modules.
by Eric W. Biederman
· 12 years ago
67635d3
Merge 3.8-rc5 into usb-next
by Greg Kroah-Hartman
· 12 years ago
b810075
usb: gadget: FunctionFS: Fix missing braces in parse_opts
by Benoit Goby
· 12 years ago
afd2e18
usb: gadget: FunctionFS: Use kstrtoul()
by Michal Nazarewicz
· 12 years ago
10287ba
usb: gadget: always update HS/SS descriptors and create a copy of them
by Sebastian Andrzej Siewior
· 12 years ago
aab174f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
437589a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
260ef31
usb/gadget: fix misannotations
by Al Viro
· 12 years ago
b9b73f7
userns: Convert usb functionfs to use kuid/kgid where appropriate
by Eric W. Biederman
· 13 years ago
ea0e627
usb: gadget: add multiple definition guards
by Andrzej Pietrasiewicz
· 13 years ago
560f118
usb: gadget: ffs: add HID descriptor support.
by Koen Beel
· 13 years ago
581791f
FunctionFS: enable multiple functions
by Andrzej Pietrasiewicz
· 13 years ago
4f06539
f_fs: ffs_func_free: cleanup requests allocated by autoconfig
by Peter Korsgaard
· 13 years ago
92b0abf
usb: gadget: eliminate NULL pointer dereference (bugfix)
by Andrzej Pietrasiewicz
· 13 years ago
e2190a9
usb: gadget: FunctionFS: clear FFS_FL_BOUND flag on unbind (bugfix)
by Andrzej Pietrasiewicz
· 13 years ago
e2a0883
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
48fde70
switch open-coded instances of d_make_root() to new helper
by Al Viro
· 13 years ago
647d558
usb: gadget: f_fs: Remove lock is held before freeing checks
by Andi Kleen
· 13 years ago
54b8360
usb: gadget: update Michal Nazarewicz's email address
by Michal Nazarewicz
· 13 years ago
55b81e6
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 13 years ago
5b5f956
functionfs: unfuck failure exits on mount
by Al Viro
· 13 years ago
9823a52
usb: gadget: Use kcalloc instead of kzalloc to allocate array
by Thomas Meyer
· 13 years ago
f940fcd
usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed
by Paul Gortmaker
· 14 years ago
28c9fc6
usb gadget: clean up FSF boilerplate text
by Klaus Schwarzkopf
· 14 years ago
72c973d
usb: gadget: add usb_endpoint_descriptor to struct usb_ep
by Tatyana Brokhman
· 14 years ago
Next »