summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/f_fs.c
Commit message (Expand)AuthorAgeFilesLines
* USB: Fix breakage in ffs_fs_mount()Al Viro2013-09-271-34/+26Star
* usb: gadget: gadgetfs: potential use after free in unbind()Dan Carpenter2013-08-271-1/+1
* gadgetfs: don't bother with fops->ownerAl Viro2013-04-091-2/+0Star
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-041-0/+1
* Merge 3.8-rc5 into usb-nextGreg Kroah-Hartman2013-01-251-3/+3
|\
| * usb: gadget: FunctionFS: Fix missing braces in parse_optsBenoit Goby2013-01-181-3/+3
* | usb: gadget: FunctionFS: Use kstrtoul()Michal Nazarewicz2013-01-101-3/+2Star
|/
* usb: gadget: always update HS/SS descriptors and create a copy of themSebastian Andrzej Siewior2012-10-311-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-031-2/+2
|\
| * usb/gadget: fix misannotationsAl Viro2012-09-271-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-7/+16
|\ \ | |/ |/|
| * userns: Convert usb functionfs to use kuid/kgid where appropriateEric W. Biederman2012-09-211-7/+16
* | usb: gadget: add multiple definition guardsAndrzej Pietrasiewicz2012-09-061-0/+4
|/
* usb: gadget: ffs: add HID descriptor support.Koen Beel2012-06-041-0/+7
* FunctionFS: enable multiple functionsAndrzej Pietrasiewicz2012-05-141-7/+31
* f_fs: ffs_func_free: cleanup requests allocated by autoconfigPeter Korsgaard2012-05-041-0/+14
* usb: gadget: eliminate NULL pointer dereference (bugfix)Andrzej Pietrasiewicz2012-04-101-1/+1
* usb: gadget: FunctionFS: clear FFS_FL_BOUND flag on unbind (bugfix)Andrzej Pietrasiewicz2012-04-101-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-6/+2Star
|\
| * switch open-coded instances of d_make_root() to new helperAl Viro2012-03-211-6/+2Star
* | usb: gadget: f_fs: Remove lock is held before freeing checksAndi Kleen2012-03-161-3/+1Star
* | usb: gadget: update Michal Nazarewicz's email addressMichal Nazarewicz2012-01-241-1/+1
|/
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-01-091-1/+1
|\
| * usb: gadget: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-12-121-1/+1
* | functionfs: unfuck failure exits on mountAl Viro2012-01-091-20/+11Star
|/
* usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker2011-11-011-0/+1
* usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf2011-09-101-9/+0Star
* usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman2011-06-281-1/+2
* USB: gadget: f_fs: even zero-length packets require a bufferMarek Szyprowski2011-02-041-0/+8
* Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman2010-12-161-224/+213Star
|\
| * usb: gadget: f_fs: Remove redundant unlikely()Tobias Klauser2010-12-101-2/+2
| * usb: gadget: g_fs: Fix compilation warningMichal Nazarewicz2010-11-171-40/+38Star
| * usb: gadget: f_fs: remove custom printk() wrappersMichal Nazarewicz2010-11-161-60/+48Star
| * usb: gadget: FunctionFS: fix typos and coding styleMichal Nazarewicz2010-11-161-161/+164
| * drivers/usb/gadget: Remove unnecessary semicolonsJoe Perches2010-11-161-1/+1
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0Star
|/
* convert get_sb_single() usersAl Viro2010-10-291-7/+7
* fix braino in fs: do not assign default i_ino in new_inodeAl Viro2010-10-271-1/+1
* fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-261-0/+1
* USB: gadget: f_fs: use usb_string_ids_n()Michal Nazarewicz2010-08-101-18/+12Star
* USB: gadget: f_fs: functionfs_add() renamed to functionfs_bind_config()Michal Nazarewicz2010-08-101-3/+3
* usb: gadget: Do not take BKL for gadget->ops->ioctlArnd Bergmann2010-08-101-2/+0Star
* Fix up trivial spelling errors ('taht' -> 'that')Linus Torvalds2010-07-211-1/+1
* USB: gadget: f_fs.c needs to include pagemap.hRandy Dunlap2010-05-201-0/+1
* USB: f_fs: the FunctionFS driverMichal Nazarewicz2010-05-201-0/+2441