summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/inode.c
Commit message (Expand)AuthorAgeFilesLines
* convert get_sb_single() usersAl Viro2010-10-291-5/+5
* fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-261-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-10-231-4/+2Star
|\
| * usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König2010-10-221-4/+2Star
* | BKL: Remove BKL from USB gadgetfsArnd Bergmann2010-10-041-1/+0Star
|/
* usb: gadget: Do not take BKL for gadget->ops->ioctlArnd Bergmann2010-08-101-4/+2Star
* USB: gadget: Use memdup_userJulia Lawall2010-08-101-7/+3Star
* usb: gadgetfs: Convert semaphore to mutexThomas Gleixner2010-03-021-18/+21
* headers: remove sched.h from poll.hAlexey Dobriyan2009-10-051-0/+1
* const: mark remaining super_operations constAlexey Dobriyan2009-09-221-1/+1
* USB: gadgetfs: use helper functions to determine endpoint type and directionMatthias Kaehlcke2009-06-161-8/+6Star
* USB: replace uses of __constant_{endian}Harvey Harrison2009-03-251-2/+2
* zero i_uid/i_gid on inode allocationAl Viro2009-01-051-1/+0Star
* saner FASYNC handling on file closeAl Viro2008-11-011-1/+0Star
* Rename WARN() to WARNING() to clear the namespaceArjan van de Ven2008-07-251-2/+0Star
* USB: gadget: Push BKL down into driversAlan Cox2008-07-221-10/+13
* [ARM] 5120/1: pxa: correct platform driver names for PXA25x and PXA27x UDC dr...Philipp Zabel2008-07-091-1/+1
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-251-9/+9
* USB: fix gadgetfs class request delegationRoy Hashimoto2008-03-251-2/+2
* USB: gadget code switches to pr_err() and friendsDavid Brownell2008-02-011-1/+1
* USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>David Brownell2007-10-121-1/+1
* USB: gadget: gadget_is_{dualspeed,otg} predicates and cleanupDavid Brownell2007-10-121-24/+20Star
* USB: "sparse" cleanups for usb gadgetsDavid Brownell2007-07-301-2/+2
* usb gadget stack: remove usb_ep_*_buffer(), part 1David Brownell2007-07-131-2/+2
* USB: export <linux/usb_gadgetfs> as <linux/usb/gadgetfs.h>David Brownell2007-07-131-1/+1
* USB: usb gadget, dead config cleanupDavid Brownell2007-07-131-1/+1
* USB: usb gadgets avoid le{16,32}_to_cpup()David Brownell2007-06-091-4/+4
* gadgetfs: Fixed bug in ep_aio_read_retry.Sarah Bailey2007-02-241-1/+4
* USB: gadgetfs AIO tweaksAlan Stern2007-02-081-9/+7Star
* USB: gadgetfs behaves better on userspace init bugDavid Brownell2007-02-081-4/+4
* USB: gadgetfs race fixDavid Brownell2007-02-081-7/+11
* USB: gadgetfs simplificationsDavid Brownell2007-02-081-16/+13Star
* USB: gadgetfs cleanupsDavid Brownell2007-02-081-34/+41
* usb: gadgetfs remove delayed init modePhil Endecott2007-02-081-48/+12Star
* usb: gadgetfs whitespace cleanupDavid Brownell2007-02-081-28/+28
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-3/+3
* [PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty2006-10-011-25/+55
* [PATCH] completions: lockdep annotate on stack completionsPeter Zijlstra2006-10-011-1/+1
* gadgetfs patch for ep0outSkip Hansen2006-09-271-1/+1
* USB gadget: gadgetfs dont try to lock before freeMilan Svoboda2006-09-271-1/+0Star
* USB: add poll to gadgetfs's endpoint zeroMilan Svoboda2006-09-271-1/+31
* USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino2006-09-271-4/+4
* USB: gadgetfs: protect ep_release with lockMilan Svoboda2006-09-271-0/+5
* USB: fix ep_config to return correct valueMilan Svoboda2006-09-271-3/+4
* USB: correct locking in gadgetfs_disconnectMilan Svoboda2006-09-271-2/+3
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-1/+0Star
* [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o2006-09-271-3/+3
* [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-3/+3
* [PATCH] gadgetfs: fix memory leaksAlan Stern2006-06-221-22/+29
* [PATCH] gadgetfs: fix AIO interface bugsAlan Stern2006-06-221-6/+5Star