Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
cdafb6d8b8da7fde266f79b3287ac221aa841879
/
drivers
/
usb
/
gadget
/
function
/
f_fs.c
cdafb6d
usb: gadget: f_fs: Fix use-after-free in ffs_free_inst
by Andrew Gabbasov
· 7 years ago
24ceb9c
USB: gadget: function: Remove redundant license text
by Greg Kroah-Hartman
· 7 years ago
5fd54ac
USB: add SPDX identifiers to all remaining files in drivers/usb/
by Greg Kroah-Hartman
· 7 years ago
addfc58
usb: gadget: ffs: handle I/O completion in-order
by John Keeping
· 7 years ago
cdff9f8
usb: gadget: f_fs: Pass along set_halt errors.
by Jerry Zhang
· 7 years ago
24040a5
Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-testing
by Greg Kroah-Hartman
· 8 years ago
e16828c
usb: gadget: function: f_fs: Move epfile waitqueue to ffs_data.
by Jerry Zhang
· 8 years ago
222155d
usb: gadget: function: f_fs: Let ffs_epfile_ioctl wait for enable.
by Jerry Zhang
· 8 years ago
b7f7385
usb: gadget: f_fs: avoid out of bounds access on comp_desc
by William Wu
· 8 years ago
ba7756d
Merge tag 'usb-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 8 years ago
ea920bb
usb: gadget: f_fs: simplify ffs_dev name handling
by Michal Nazarewicz
· 8 years ago
4393861
drivers, usb: convert ffs_data.ref from atomic_t to refcount_t
by Elena Reshetova
· 8 years ago
3ba534d
Revert "usb: gadget: f_fs: Fix ExtCompat descriptor validation"
by Janusz Dziedzic
· 8 years ago
2bfa071
usb: gadget: function: f_fs: pass companion descriptor along
by Felipe Balbi
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
8ff546b
Merge tag 'usb-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 8 years ago
42e1b14
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
7bddba7
Merge 4.10-rc7 into usb-next
by Greg Kroah-Hartman
· 8 years ago
bc46e23
Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 8 years ago
83e526f
usb: gadget: f_fs: Assorted buffer overflow checks.
by Vincent Pelletier
· 8 years ago
41dc9ac
usb: gadget: f_fs: Accept up to 30 endpoints.
by Vincent Pelletier
· 8 years ago
f199a80
usb: gadger: f_fs: Do not copy past descriptor end.
by Vincent Pelletier
· 8 years ago
2c935bc
locking/atomic, kref: Add kref_read()
by Peter Zijlstra
· 8 years ago
08f3714
usb: gadget: f_fs: Fix iterations on endpoints.
by Vincent Pelletier
· 8 years ago
b3ce3ce
usb: gadget: f_fs: Fix possibe deadlock
by Baolin Wang
· 8 years ago
354bc45
usb: gadget: f_fs: Fix ExtCompat descriptor validation
by Vincent Pelletier
· 8 years ago
96a420d2d3
usb: gadget: f_fs: Document eventfd effect on descriptor format.
by Vincent Pelletier
· 8 years ago
9a19a6d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
cbbd26b
[iov_iter] new primitives - copy_from_iter_full() and friends
by Al Viro
· 8 years ago
0edbf9e
Merge 4.9-rc7 into usb-next
by Greg Kroah-Hartman
· 8 years ago
05e78c6
usb: gadget: f_fs: fix wrong parenthesis in ffs_func_req_match()
by Felix Hädicke
· 8 years ago
5bdcde9
usb: gadget: f_fs: use complete() instead complete_all()
by Daniel Wagner
· 8 years ago
a9e6f83
usb: gadget: f_fs: stop sleeping in ffs_func_eps_disable
by Michal Nazarewicz
· 8 years ago
454915d
usb: gadget: f_fs: edit epfile->ep under lock
by Michal Nazarewicz
· 8 years ago
101105b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
078cd82
fs: Replace CURRENT_TIME with current_time() for inode timestamps
by Deepa Dinamani
· 8 years ago
3262ad8
usb: gadget: f_fs: Stop ffs_closed NULL pointer dereference
by Jim Baxter
· 8 years ago
4368c28
usb: gadget: f_fs: handle control requests in config 0
by Felix Hädicke
· 8 years ago
1a00b457
usb: gadget: composite: let USB functions process ctrl reqs in cfg0
by Felix Hädicke
· 8 years ago
54dfce6
usb: gadget: f_fs: handle control requests not directed to interface or endpoint
by Felix Hädicke
· 8 years ago
44963d6
usb: gadget: f_fs: check for allocation failure
by Dan Carpenter
· 8 years ago
9353afb
usb: gadget: f_fs: buffer data from ‘oversized’ OUT requests
by Michal Nazarewicz
· 9 years ago
c662a31
usb: gadget: f_fs: printk error when excess data is dropped on read
by Michal Nazarewicz
· 9 years ago
872ce51
usb: gadget: fix unused-but-set-variale warnings
by Michal Nazarewicz
· 9 years ago
c6010c8
usb: gadget: f_fs: Fix kernel panic if use_os_string not set
by Jim Lin
· 9 years ago
5364239
usb: gadget: f_fs: Fix wrong check on reserved1 of OS_DESC_EXT_COMPAT
by Jim Lin
· 9 years ago
0015f91
usb: f_fs: off by one bug in _ffs_func_bind()
by Dan Carpenter
· 9 years ago
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
· 9 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
· 10 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
· 10 years ago
1b0bf88
usb: gadget: f_fs: virtual endpoint address mapping
by Robert Baldyga
· 10 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
· 10 years ago
c559a35
usb: gadget: f_fs: add ioctl returning ep descriptor
by Robert Baldyga
· 10 years ago
85b06f5
usb: gadget: f_fs: signedness bug in __ffs_func_bind_do_descs()
by Dan Carpenter
· 10 years ago
6d5c1c7
usb: gadget: f_fs: fix the redundant ep files problem
by Robert Baldyga
· 10 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
· 10 years ago
00a2430
usb: gadget: Gadget directory cleanup - group usb functions
by Andrzej Pietrasiewicz
· 10 years ago
[Renamed from drivers/usb/gadget/f_fs.c]
f0175ab
usb: gadget: f_fs: OS descriptors support
by Andrzej Pietrasiewicz
· 10 years ago
f96cbd1
usb: gadget: f_fs: rename descriptor parsing functions
by Andrzej Pietrasiewicz
· 10 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
Next »