index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
f_fs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-23
Merge tag 'usb-for-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
1
-29
/
+4
2014-05-14
usb: gadget: FunctionFS: share VLA macros with all usb gadget files
Andrzej Pietrasiewicz
1
-26
/
+1
2014-04-21
usb: gadget: only GPL drivers in the gadget and phy framework
Felipe Balbi
1
-3
/
+3
2014-04-16
usb: gadget: ffs: race between ffs_epfile_io() and ffs_func_eps_disable()
Chao Bi
1
-0
/
+7
2014-03-18
usb: gadget: f_fs: add missing spinlock and mutex unlock
Robert Baldyga
1
-2
/
+6
2014-03-08
Merge tag 'usb-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
1
-136
/
+476
2014-03-07
usb: gadget: return the right length in ffs_epfile_io()
Chuansheng Liu
1
-13
/
+15
2014-03-06
usb: gadget: f_fs: Add flags to descriptors block
Michal Nazarewicz
1
-76
/
+56
2014-03-06
usb: gadget: f_fs: Add support for SuperSpeed Mode
Manu Gautam
1
-46
/
+136
2014-02-20
usb: gadget: fix NULL pointer dereference
Andrzej Pietrasiewicz
1
-1
/
+6
2014-02-18
usb: gadget: f_fs: add aio support
Robert Baldyga
1
-26
/
+239
2014-02-18
usb: gadget: f_fs: add poll for endpoint 0
Robert Baldyga
1
-0
/
+42
2014-02-18
usb: gadget: f_fs: fix setup request handling
Robert Baldyga
1
-1
/
+1
2014-02-18
usb: gadget: functionfs: replace FFS_SETUP_STATUS with an inline function
Michal Nazarewicz
1
-6
/
+16
2014-02-18
usb: gadget: functionfs: fix typo in the enum variable
Michal Nazarewicz
1
-8
/
+8
2014-02-18
usb: gadget: FunctionFS: use consistent naming with regard to ffs_lock
Andrzej Pietrasiewicz
1
-15
/
+15
2014-02-18
usb: gadget: FunctionFS: staticize functions used only in f_fs.c
Andrzej Pietrasiewicz
1
-2
/
+4
2014-02-18
usb: gadget: code cleanup
Andrzej Pietrasiewicz
1
-1
/
+1
2014-02-18
usb: gadget: FunctionFS: dereference ffs_dev conditionally
Andrzej Pietrasiewicz
1
-4
/
+5
2013-12-12
usb: gadget: f_fs: fix sparse warning
Felipe Balbi
1
-1
/
+1
2013-12-12
usb: gadget: FunctionFS: add configfs support
Andrzej Pietrasiewicz
1
-1
/
+79
2013-12-12
usb: gadget: FunctionFS: Remove compatibility layer
Andrzej Pietrasiewicz
1
-114
/
+0
2013-12-12
usb: gadget: FunctionFS: convert to new function interface with backward comp...
Andrzej Pietrasiewicz
1
-209
/
+213
2013-12-12
usb: gadget: FunctionFS: add devices management code
Andrzej Pietrasiewicz
1
-7
/
+231
2013-12-12
usb: gadget: FunctionFS: create utility file
Andrzej Pietrasiewicz
1
-0
/
+1
2013-12-12
usb: gadget: FunctionFS: Remove VLAIS usage from gadget code
Andrzej Pietrasiewicz
1
-40
/
+76
2013-12-10
usb: f_fs: check quirk to pad epout buf size when not aligned to maxpacketsize
Michal Nazarewicz
1
-4
/
+19
2013-12-10
usb: gadget: f_fs: remove loop from I/O function
Michal Nazarewicz
1
-54
/
+40
2013-11-15
tree-wide: use reinit_completion instead of INIT_COMPLETION
Wolfram Sang
1
-1
/
+1
2013-10-02
Merge tag 'fixes-for-v3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...
Greg Kroah-Hartman
1
-0
/
+2
2013-10-01
usb: gadget: f_fs: fix error handling
Robert Baldyga
1
-0
/
+2
2013-09-27
USB: Fix breakage in ffs_fs_mount()
Al Viro
1
-34
/
+26
2013-08-28
usb: gadget: gadgetfs: potential use after free in unbind()
Dan Carpenter
1
-1
/
+1
2013-04-09
gadgetfs: don't bother with fops->owner
Al Viro
1
-2
/
+0
2013-03-04
fs: Limit sys_mount to only request filesystem modules.
Eric W. Biederman
1
-0
/
+1
2013-01-26
Merge 3.8-rc5 into usb-next
Greg Kroah-Hartman
1
-3
/
+3
2013-01-18
usb: gadget: FunctionFS: Fix missing braces in parse_opts
Benoit Goby
1
-3
/
+3
2013-01-10
usb: gadget: FunctionFS: Use kstrtoul()
Michal Nazarewicz
1
-3
/
+2
2012-10-31
usb: gadget: always update HS/SS descriptors and create a copy of them
Sebastian Andrzej Siewior
1
-2
/
+2
2012-10-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2012-10-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-7
/
+16
2012-09-27
usb/gadget: fix misannotations
Al Viro
1
-2
/
+2
2012-09-21
userns: Convert usb functionfs to use kuid/kgid where appropriate
Eric W. Biederman
1
-7
/
+16
2012-09-06
usb: gadget: add multiple definition guards
Andrzej Pietrasiewicz
1
-0
/
+4
2012-06-04
usb: gadget: ffs: add HID descriptor support.
Koen Beel
1
-0
/
+7
2012-05-14
FunctionFS: enable multiple functions
Andrzej Pietrasiewicz
1
-7
/
+31
2012-05-04
f_fs: ffs_func_free: cleanup requests allocated by autoconfig
Peter Korsgaard
1
-0
/
+14
2012-04-10
usb: gadget: eliminate NULL pointer dereference (bugfix)
Andrzej Pietrasiewicz
1
-1
/
+1
2012-04-10
usb: gadget: FunctionFS: clear FFS_FL_BOUND flag on unbind (bugfix)
Andrzej Pietrasiewicz
1
-0
/
+1
2012-03-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-6
/
+2
[next]