aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-1/+0
2008-11-01saner FASYNC handling on file closeAl Viro1-1/+0
2008-07-25Rename WARN() to WARNING() to clear the namespaceArjan van de Ven1-2/+0
2008-07-21USB: gadget: Push BKL down into driversAlan Cox1-10/+13
2008-07-09[ARM] 5120/1: pxa: correct platform driver names for PXA25x and PXA27x UDC driversPhilipp Zabel1-1/+1
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-9/+9
2008-03-24USB: fix gadgetfs class request delegationRoy Hashimoto1-2/+2
2008-02-01USB: gadget code switches to pr_err() and friendsDavid Brownell1-1/+1
2007-10-12USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>David Brownell1-1/+1
2007-10-12USB: gadget: gadget_is_{dualspeed,otg} predicates and cleanupDavid Brownell1-24/+20
2007-07-30USB: "sparse" cleanups for usb gadgetsDavid Brownell1-2/+2
2007-07-12usb gadget stack: remove usb_ep_*_buffer(), part 1David Brownell1-2/+2
2007-07-12USB: export <linux/usb_gadgetfs> as <linux/usb/gadgetfs.h>David Brownell1-1/+1
2007-07-12USB: usb gadget, dead config cleanupDavid Brownell1-1/+1
2007-06-08USB: usb gadgets avoid le{16,32}_to_cpup()David Brownell1-4/+4
2007-02-23gadgetfs: Fixed bug in ep_aio_read_retry.Sarah Bailey1-1/+4
2007-02-07USB: gadgetfs AIO tweaksAlan Stern1-9/+7
2007-02-07USB: gadgetfs behaves better on userspace init bugDavid Brownell1-4/+4
2007-02-07USB: gadgetfs race fixDavid Brownell1-7/+11
2007-02-07USB: gadgetfs simplificationsDavid Brownell1-16/+13
2007-02-07USB: gadgetfs cleanupsDavid Brownell1-34/+41
2007-02-07usb: gadgetfs remove delayed init modePhil Endecott1-48/+12
2007-02-07usb: gadgetfs whitespace cleanupDavid Brownell1-28/+28
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-3/+3
2006-10-01[PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty1-25/+55
2006-10-01[PATCH] completions: lockdep annotate on stack completionsPeter Zijlstra1-1/+1
2006-09-27gadgetfs patch for ep0outSkip Hansen1-1/+1
2006-09-27USB gadget: gadgetfs dont try to lock before freeMilan Svoboda1-1/+0
2006-09-27USB: add poll to gadgetfs's endpoint zeroMilan Svoboda1-1/+31
2006-09-27USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino1-4/+4
2006-09-27USB: gadgetfs: protect ep_release with lockMilan Svoboda1-0/+5
2006-09-27USB: fix ep_config to return correct valueMilan Svoboda1-3/+4
2006-09-27USB: correct locking in gadgetfs_disconnectMilan Svoboda1-2/+3
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o1-3/+3
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+3
2006-06-21[PATCH] gadgetfs: fix memory leaksAlan Stern1-22/+29
2006-06-21[PATCH] gadgetfs: fix AIO interface bugsAlan Stern1-6/+5
2006-04-26[PATCH] fix leak in activate_ep_files()Al Viro1-0/+1
2006-04-14[PATCH] USB: gadgetfs highspeed bugfixDavid Brownell1-12/+12
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven1-3/+3
2006-03-20[PATCH] USB: kzalloc() conversion in drivers/usb/gadgetEric Sesterhenn1-4/+2
2006-01-31[PATCH] USB: gadgetfs: set "zero" flag for short control-IN responseAlan Stern1-1/+7
2006-01-13[PATCH] Remove usb gadget generic driver methodsRussell King1-3/+0
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-2/+2
2005-09-12[PATCH] USB gadgetfs: fixes an error on writing to endpoint filePavol Kurina1-0/+1
2005-06-27[PATCH] USB: gadget driver updates (SETUP api change)David Brownell1-6/+6
2005-05-03[PATCH] USB: Spelling fixes for drivers/usb.Steven Cole1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+2110