aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/f_fs.c
Commit message (Expand)AuthorAge
* usb: gadget: fix NULL pointer dereferenceAndrzej Pietrasiewicz2014-02-20
* usb: gadget: f_fs: fix sparse warningFelipe Balbi2013-12-12
* usb: gadget: FunctionFS: add configfs supportAndrzej Pietrasiewicz2013-12-12
* usb: gadget: FunctionFS: Remove compatibility layerAndrzej Pietrasiewicz2013-12-12
* usb: gadget: FunctionFS: convert to new function interface with backward comp...Andrzej Pietrasiewicz2013-12-12
* usb: gadget: FunctionFS: add devices management codeAndrzej Pietrasiewicz2013-12-12
* usb: gadget: FunctionFS: create utility fileAndrzej Pietrasiewicz2013-12-12
* usb: gadget: FunctionFS: Remove VLAIS usage from gadget codeAndrzej Pietrasiewicz2013-12-12
* usb: f_fs: check quirk to pad epout buf size when not aligned to maxpacketsizeMichal Nazarewicz2013-12-09
* usb: gadget: f_fs: remove loop from I/O functionMichal Nazarewicz2013-12-09
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-14
* Merge tag 'fixes-for-v3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2013-10-01
|\
| * usb: gadget: f_fs: fix error handlingRobert Baldyga2013-10-01
* | USB: Fix breakage in ffs_fs_mount()Al Viro2013-09-26
|/
* usb: gadget: gadgetfs: potential use after free in unbind()Dan Carpenter2013-08-27
* gadgetfs: don't bother with fops->ownerAl Viro2013-04-09
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-03
* Merge 3.8-rc5 into usb-nextGreg Kroah-Hartman2013-01-25
|\
| * usb: gadget: FunctionFS: Fix missing braces in parse_optsBenoit Goby2013-01-18
* | usb: gadget: FunctionFS: Use kstrtoul()Michal Nazarewicz2013-01-10
|/
* usb: gadget: always update HS/SS descriptors and create a copy of themSebastian Andrzej Siewior2012-10-31
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-02
|\
| * usb/gadget: fix misannotationsAl Viro2012-09-26
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-02
|\ \ | |/ |/|
| * userns: Convert usb functionfs to use kuid/kgid where appropriateEric W. Biederman2012-09-21
* | usb: gadget: add multiple definition guardsAndrzej Pietrasiewicz2012-09-06
|/
* usb: gadget: ffs: add HID descriptor support.Koen Beel2012-06-04
* FunctionFS: enable multiple functionsAndrzej Pietrasiewicz2012-05-14
* f_fs: ffs_func_free: cleanup requests allocated by autoconfigPeter Korsgaard2012-05-04
* usb: gadget: eliminate NULL pointer dereference (bugfix)Andrzej Pietrasiewicz2012-04-10
* usb: gadget: FunctionFS: clear FFS_FL_BOUND flag on unbind (bugfix)Andrzej Pietrasiewicz2012-04-10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-21
|\
| * switch open-coded instances of d_make_root() to new helperAl Viro2012-03-20
* | usb: gadget: f_fs: Remove lock is held before freeing checksAndi Kleen2012-03-16
* | usb: gadget: update Michal Nazarewicz's email addressMichal Nazarewicz2012-01-24
|/
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-01-09
|\
| * usb: gadget: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-12-12
* | functionfs: unfuck failure exits on mountAl Viro2012-01-08
|/
* usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker2011-10-31
* usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf2011-09-09
* usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman2011-06-28
* USB: gadget: f_fs: even zero-length packets require a bufferMarek Szyprowski2011-02-04
* Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman2010-12-16
|\
| * usb: gadget: f_fs: Remove redundant unlikely()Tobias Klauser2010-12-10
| * usb: gadget: g_fs: Fix compilation warningMichal Nazarewicz2010-11-17
| * usb: gadget: f_fs: remove custom printk() wrappersMichal Nazarewicz2010-11-16
| * usb: gadget: FunctionFS: fix typos and coding styleMichal Nazarewicz2010-11-16
| * drivers/usb/gadget: Remove unnecessary semicolonsJoe Perches2010-11-16
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-17
|/
* convert get_sb_single() usersAl Viro2010-10-29