aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/ebiederm/user-namespaceLinus 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/viro/vfsLinus 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/gregkh/usbLinus 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 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