summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/f_fs.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-20usb: gadget: fix NULL pointer dereferenceAndrzej Pietrasiewicz1-1/+6
2013-12-12usb: gadget: f_fs: fix sparse warningFelipe Balbi1-1/+1
2013-12-12usb: gadget: FunctionFS: add configfs supportAndrzej Pietrasiewicz1-1/+79
2013-12-12usb: gadget: FunctionFS: Remove compatibility layerAndrzej Pietrasiewicz1-114/+0
2013-12-12usb: gadget: FunctionFS: convert to new function interface with backward comp...Andrzej Pietrasiewicz1-209/+213
2013-12-12usb: gadget: FunctionFS: add devices management codeAndrzej Pietrasiewicz1-7/+231
2013-12-12usb: gadget: FunctionFS: create utility fileAndrzej Pietrasiewicz1-0/+1
2013-12-12usb: gadget: FunctionFS: Remove VLAIS usage from gadget codeAndrzej Pietrasiewicz1-40/+76
2013-12-09usb: f_fs: check quirk to pad epout buf size when not aligned to maxpacketsizeMichal Nazarewicz1-4/+19
2013-12-09usb: gadget: f_fs: remove loop from I/O functionMichal Nazarewicz1-54/+40
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-10-01Merge tag 'fixes-for-v3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman1-0/+2
2013-10-01usb: gadget: f_fs: fix error handlingRobert Baldyga1-0/+2
2013-09-26USB: Fix breakage in ffs_fs_mount()Al Viro1-34/+26
2013-08-27usb: gadget: gadgetfs: potential use after free in unbind()Dan Carpenter1-1/+1
2013-04-09gadgetfs: don't bother with fops->ownerAl Viro1-2/+0
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-01-25Merge 3.8-rc5 into usb-nextGreg Kroah-Hartman1-3/+3
2013-01-18usb: gadget: FunctionFS: Fix missing braces in parse_optsBenoit Goby1-3/+3
2013-01-10usb: gadget: FunctionFS: Use kstrtoul()Michal Nazarewicz1-3/+2
2012-10-31usb: gadget: always update HS/SS descriptors and create a copy of themSebastian Andrzej Siewior1-2/+2
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-7/+16
2012-09-26usb/gadget: fix misannotationsAl Viro1-2/+2
2012-09-21userns: Convert usb functionfs to use kuid/kgid where appropriateEric W. Biederman1-7/+16
2012-09-06usb: gadget: add multiple definition guardsAndrzej Pietrasiewicz1-0/+4
2012-06-04usb: gadget: ffs: add HID descriptor support.Koen Beel1-0/+7
2012-05-14FunctionFS: enable multiple functionsAndrzej Pietrasiewicz1-7/+31
2012-05-04f_fs: ffs_func_free: cleanup requests allocated by autoconfigPeter Korsgaard1-0/+14
2012-04-10usb: gadget: eliminate NULL pointer dereference (bugfix)Andrzej Pietrasiewicz1-1/+1
2012-04-10usb: gadget: FunctionFS: clear FFS_FL_BOUND flag on unbind (bugfix)Andrzej Pietrasiewicz1-0/+1
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-6/+2
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-6/+2
2012-03-16usb: gadget: f_fs: Remove lock is held before freeing checksAndi Kleen1-3/+1
2012-01-24usb: gadget: update Michal Nazarewicz's email addressMichal Nazarewicz1-1/+1
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2012-01-08functionfs: unfuck failure exits on mountAl Viro1-20/+11
2011-12-12usb: gadget: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-1/+1
2011-10-31usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker1-0/+1
2011-09-09usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf1-9/+0
2011-06-28usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman1-1/+2
2011-02-04USB: gadget: f_fs: even zero-length packets require a bufferMarek Szyprowski1-0/+8
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman1-224/+213
2010-12-10usb: gadget: f_fs: Remove redundant unlikely()Tobias Klauser1-2/+2
2010-11-17usb: gadget: g_fs: Fix compilation warningMichal Nazarewicz1-40/+38
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-16usb: gadget: f_fs: remove custom printk() wrappersMichal Nazarewicz1-60/+48
2010-11-16usb: gadget: FunctionFS: fix typos and coding styleMichal Nazarewicz1-161/+164
2010-11-16drivers/usb/gadget: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-10-29convert get_sb_single() usersAl Viro1-7/+7