aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/inode.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-16usb: gadget: Gadget directory cleanup - group legacy gadgetsAndrzej Pietrasiewicz1-2142/+0
2014-05-27usb: gadget: rename CONFIG_USB_GADGET_PXA25XPaul Bolle1-1/+1
2014-05-23Merge tag 'usb-for-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-0/+1
2014-05-12usb: gadget: set gadget state as configuredPeter Chen1-0/+1
2014-04-16usb: gadget: gadgetfs: Initialize CHIP to NULL before UDC probeLubomir Rintel1-0/+1
2014-03-17usb: gadget: inode: switch over to memdup_user()Felipe Balbi1-6/+3
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-5/+4
2013-08-27usb: gadget: gadgetfs: use after free in dev_release()Dan Carpenter1-4/+0
2013-07-30aio: Kill aio_rw_vect_retry()Kent Overstreet1-3/+3
2013-07-30aio: io_cancel() no longer returns the io_eventKent Overstreet1-2/+1
2013-05-07aio: use cancellation list lazilyKent Overstreet1-2/+1
2013-05-07aio: move private stuff out of aio.hKent Overstreet1-0/+1
2013-05-07gadget: remove only user of aio retryZach Brown1-9/+29
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
2012-10-31usb: gadget: remove DMA_ADDR_INVALID from f_uac2 and gadgetfsSebastian Andrzej Siewior1-3/+0
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-2/+2
2012-09-21userns: Convert gadgetfs to use kuid and kgid where appropriateEric W. Biederman1-2/+2
2012-09-10usb: gadget: remove global variable composite in composite.cSebastian Andrzej Siewior1-3/+4
2012-09-10usb: gadget: move bind() callback back to struct usb_gadget_driverSebastian Andrzej Siewior1-2/+5
2012-08-31usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEEDMichal Nazarewicz1-11/+4
2012-04-06USB: remove compile warning on gadget/inode.cMichael BRIGHT1-1/+0
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-9/+4
2012-03-20gadgetfs: list_for_each_safe() misuseAl Viro1-6/+3
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-3/+1
2012-03-02usb: gadgetfs: return number of bytes on ep0 read requestThomas Faber1-0/+2
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-3/+3
2012-01-08... and the same for gadgetfsAl Viro1-15/+11
2011-12-12usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz1-3/+3
2011-11-14USB: gadgetfs: gadgetfs_disconnect: fix inconsistent lock stateMarc Kleine-Budde1-2/+3
2011-09-09usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf1-9/+0
2011-07-01usb: gadget: defer setting maxpacket till ->setup()Sebastian Andrzej Siewior1-3/+2
2011-06-28usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman1-2/+4
2011-06-06usb-gadget: unlock data->lock mutex on error path in ep_write()Alexey Khoroshilov1-1/+3
2011-04-13USB: usb-gadget: unlock data->lock mutex on error path in ep_read()Alexey Khoroshilov1-1/+3
2010-10-29convert get_sb_single() usersAl Viro1-5/+5
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-4/+2
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König1-4/+2
2010-10-04BKL: Remove BKL from USB gadgetfsArnd Bergmann1-1/+0
2010-08-10usb: gadget: Do not take BKL for gadget->ops->ioctlArnd Bergmann1-4/+2
2010-08-10USB: gadget: Use memdup_userJulia Lawall1-7/+3
2010-03-02usb: gadgetfs: Convert semaphore to mutexThomas Gleixner1-18/+21
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan1-0/+1
2009-09-22const: mark remaining super_operations constAlexey Dobriyan1-1/+1
2009-06-15USB: gadgetfs: use helper functions to determine endpoint type and directionMatthias Kaehlcke1-8/+6
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison1-2/+2
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 dr...Philipp 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-rc2v2.6.12-rc2Linus Torvalds1-0/+2110