aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/f_fs.c
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: eliminate NULL pointer dereference (bugfix)Andrzej Pietrasiewicz2012-04-271-1/+1
* 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/+213
|\
| * usb: gadget: f_fs: Remove redundant unlikely()Tobias Klauser2010-12-101-2/+2
| * usb: gadget: g_fs: Fix compilation warningMichal Nazarewicz2010-11-171-40/+38
| * usb: gadget: f_fs: remove custom printk() wrappersMichal Nazarewicz2010-11-161-60/+48
| * 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/+0
|/
* 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-261-1/+1
* fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-251-0/+1
* USB: gadget: f_fs: use usb_string_ids_n()Michal Nazarewicz2010-08-101-18/+12
* 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/+0
* 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