Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
508f4402973258a23ec885020ae82fe961c44ab6
/
drivers
/
usb
/
gadget
/
function
/
f_fs.c
ff97938
Merge remote-tracking branch '4.9/tmp-8dd0f52' into msm-4.9
by Kyle Yan
· 7 years ago
bfc6d02
usb: gadget: f_fs: Do not match when function do not bind
by Liangliang Lu
· 7 years ago
16648cb
usb: gadget: ffs: Forbid usb_ep_alloc_request from sleeping
by Vincent Pelletier
· 7 years ago
112b8a8
usb: f_fs: Force Reserved1=1 in OS_DESC_EXT_COMPAT
by John Keeping
· 7 years ago
5eb97be
usb: gadget: f_fs: Fix ExtCompat descriptor validation
by Vincent Pelletier
· 8 years ago
55ba19d
usb: gadget: ffs: Defer freeing memory on free_inst if in use
by Liangliang Lu
· 7 years ago
13020c5
Merge "USB: composite: Release spinlock before WARN()"
by Linux Build Service Account
· 7 years ago
01bff91
Merge remote-tracking branch '4.9/tmp-8cca21f' into 4.9
by Kyle Yan
· 7 years ago
fd6a742
usb: gadget: f_fs: Fix use-after-free in ffs_free_inst
by Andrew Gabbasov
· 7 years ago
7f5670a
usb: gadget: replace %p with %pK
by Chandana Kishori Chiluveru
· 7 years ago
d2da8d3
usb: gadget: f_fs: Fix possibe deadlock
by Baolin Wang
· 8 years ago
225969a
usb: gadget: f_fs: avoid out of bounds access on comp_desc
by William Wu
· 8 years ago
5ce2e4c
usb: gadget: function: f_fs: pass companion descriptor along
by Felipe Balbi
· 8 years ago
624d3f2
usb: gadget: f_fs: Fix memory leak for ipc_log_context
by Hemant Kumar
· 8 years ago
bdf16ea
usb: gadget: f_fs: Fix out-of-bounds string access
by Jack Pham
· 8 years ago
8810e5f
Merge remote-tracking branch 'origin/tmp-dcb6110' into 4.8
by Channagoud Kadabi
· 8 years ago
12a9c11
usb: gadget: f_fs: Assorted buffer overflow checks.
by Vincent Pelletier
· 8 years ago
7b61536
USB: f_fs: Disable USB LPM on bus_suspend with ADB
by Manu Gautam
· 8 years ago
ea6ae44
USB: f_fs: Allow epfile to be opened only once
by Mayank Rana
· 8 years ago
bccaa56
USB: f_fs: Don't queue already queued request again
by Tarun Gupta
· 8 years ago
758d752
USB: f_fs: Add memory barrier before atomic operations
by Mayank Rana
· 8 years ago
8ee75a1
usb: gadget: f_fs: Allow only one adb daemon perform device open
by Saket Saurabh
· 8 years ago
bc66ea4
USB: f_fs: Avoid using completion variable on stack
by Sujeet Kumar
· 8 years ago
b484e38
USB: f_fs: Fix disconnect check during ongoing IO
by Manu Gautam
· 8 years ago
de58029b
USB: f_fs: Check error status before doing epfile I/O
by Vijayavardhan Vennapusa
· 8 years ago
ba857d4
USB: f_fs: Fail stale read IOs after disconnect
by Sujeet Kumar
· 8 years ago
2b92dce
USB: gagget: f_fs: Return error if TX req is queued during device offline
by Vijayavardhan Vennapusa
· 8 years ago
f9dc762
USB: f_fs: Fix epfile crash during composition switch
by Sujeet Kumar
· 8 years ago
0b192d2
USB: f_fs: Set ffs->func to NULL after disabling endpoint in set_alt()
by Vijayavardhan Vennapusa
· 8 years ago
5044bbd
Merge remote-tracking branch '4.4/tmp-e5517c2' into 4.8
by Kyle Yan
· 8 years ago
05e78c6
usb: gadget: f_fs: fix wrong parenthesis in ffs_func_req_match()
by Felix Hädicke
· 8 years ago
2ca83af
usb: f_fs: Prevent gadget unbind if it is already unbound
by Hemant Kumar
· 8 years ago
8e42e64
usb: gadget: f_fs: Unlock mutex before unregistering gadget
by Hemant Kumar
· 8 years ago
de406b7
usb: gadget: f_fs: Add support for ipc logging
by Hemant Kumar
· 8 years ago
09bc725
USB: f_fs: Use config_ep_by_speed() for ADB endpoints
by Mayank Rana
· 8 years ago
e6d4a92
Merge remote-tracking branch 'origin/tmp-a909d3e' into 1105
by Channagoud Kadabi
· 8 years ago
2a7277e
USB: f_fs: Use HS and SS descriptors without checking gadget speed
by Mayank Rana
· 9 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
1a00b45
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
· 8 years ago
c662a31
usb: gadget: f_fs: printk error when excess data is dropped on read
by Michal Nazarewicz
· 8 years ago
872ce51
usb: gadget: fix unused-but-set-variale warnings
by Michal Nazarewicz
· 8 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
· 8 years ago
0015f91
usb: f_fs: off by one bug in _ffs_func_bind()
by Dan Carpenter
· 8 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
· 9 years ago
19915e6
Merge 4.1-rc7 into usb-next
by Greg Kroah-Hartman
· 9 years ago
f14e9ad
usb: gadget: f_fs: add extra check before unregister_gadget_item
by Rui Miguel Silva
· 9 years ago
342f39a
usb: gadget: f_fs: fix check in read operation
by Rui Miguel Silva
· 9 years ago
49a79d8
usb: gadget: ffs: fix: Always call ffs_closed() in ffs_data_clear()
by Krzysztof Opasiak
· 9 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
· 10 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
· 10 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
Next »