summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/f_fs.c
AgeCommit message (Expand)Author
2013-09-26USB: Fix breakage in ffs_fs_mount()Al Viro
2013-08-27usb: gadget: gadgetfs: potential use after free in unbind()Dan Carpenter
2013-04-09gadgetfs: don't bother with fops->ownerAl Viro
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-01-25Merge 3.8-rc5 into usb-nextGreg Kroah-Hartman
2013-01-18usb: gadget: FunctionFS: Fix missing braces in parse_optsBenoit Goby
2013-01-10usb: gadget: FunctionFS: Use kstrtoul()Michal Nazarewicz
2012-10-31usb: gadget: always update HS/SS descriptors and create a copy of themSebastian Andrzej Siewior
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-09-26usb/gadget: fix misannotationsAl Viro
2012-09-21userns: Convert usb functionfs to use kuid/kgid where appropriateEric W. Biederman
2012-09-06usb: gadget: add multiple definition guardsAndrzej Pietrasiewicz
2012-06-04usb: gadget: ffs: add HID descriptor support.Koen Beel
2012-05-14FunctionFS: enable multiple functionsAndrzej Pietrasiewicz
2012-05-04f_fs: ffs_func_free: cleanup requests allocated by autoconfigPeter Korsgaard
2012-04-10usb: gadget: eliminate NULL pointer dereference (bugfix)Andrzej Pietrasiewicz
2012-04-10usb: gadget: FunctionFS: clear FFS_FL_BOUND flag on unbind (bugfix)Andrzej Pietrasiewicz
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-16usb: gadget: f_fs: Remove lock is held before freeing checksAndi Kleen
2012-01-24usb: gadget: update Michal Nazarewicz's email addressMichal Nazarewicz
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-01-08functionfs: unfuck failure exits on mountAl Viro
2011-12-12usb: gadget: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer
2011-10-31usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker
2011-09-09usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf
2011-06-28usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman
2011-02-04USB: gadget: f_fs: even zero-length packets require a bufferMarek Szyprowski
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman
2010-12-10usb: gadget: f_fs: Remove redundant unlikely()Tobias Klauser
2010-11-17usb: gadget: g_fs: Fix compilation warningMichal Nazarewicz
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-11-16usb: gadget: f_fs: remove custom printk() wrappersMichal Nazarewicz
2010-11-16usb: gadget: FunctionFS: fix typos and coding styleMichal Nazarewicz
2010-11-16drivers/usb/gadget: Remove unnecessary semicolonsJoe Perches
2010-10-29convert get_sb_single() usersAl Viro
2010-10-26fix braino in fs: do not assign default i_ino in new_inodeAl Viro
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig
2010-08-10USB: gadget: f_fs: use usb_string_ids_n()Michal Nazarewicz
2010-08-10USB: gadget: f_fs: functionfs_add() renamed to functionfs_bind_config()Michal Nazarewicz
2010-08-10usb: gadget: Do not take BKL for gadget->ops->ioctlArnd Bergmann
2010-07-21Fix up trivial spelling errors ('taht' -> 'that')Linus Torvalds
2010-05-20USB: gadget: f_fs.c needs to include pagemap.hRandy Dunlap
2010-05-20USB: f_fs: the FunctionFS driverMichal Nazarewicz