summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/inode.c
AgeCommit message (Expand)Author
2013-05-07aio: use cancellation list lazilyKent Overstreet
2013-05-07aio: move private stuff out of aio.hKent Overstreet
2013-05-07gadget: remove only user of aio retryZach Brown
2013-04-09gadgetfs: don't bother with fops->ownerAl Viro
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2012-10-31usb: gadget: remove DMA_ADDR_INVALID from f_uac2 and gadgetfsSebastian Andrzej Siewior
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-09-21userns: Convert gadgetfs to use kuid and kgid where appropriateEric W. Biederman
2012-09-10usb: gadget: remove global variable composite in composite.cSebastian Andrzej Siewior
2012-09-10usb: gadget: move bind() callback back to struct usb_gadget_driverSebastian Andrzej Siewior
2012-08-31usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEEDMichal Nazarewicz
2012-04-06USB: remove compile warning on gadget/inode.cMichael BRIGHT
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-20gadgetfs: list_for_each_safe() misuseAl Viro
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-02usb: gadgetfs: return number of bytes on ep0 read requestThomas Faber
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-01-08... and the same for gadgetfsAl Viro
2011-12-12usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz
2011-11-14USB: gadgetfs: gadgetfs_disconnect: fix inconsistent lock stateMarc Kleine-Budde
2011-09-09usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf
2011-07-01usb: gadget: defer setting maxpacket till ->setup()Sebastian Andrzej Siewior
2011-06-28usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman
2011-06-06usb-gadget: unlock data->lock mutex on error path in ep_write()Alexey Khoroshilov
2011-04-13USB: usb-gadget: unlock data->lock mutex on error path in ep_read()Alexey Khoroshilov
2010-10-29convert get_sb_single() usersAl Viro
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König
2010-10-04BKL: Remove BKL from USB gadgetfsArnd Bergmann
2010-08-10usb: gadget: Do not take BKL for gadget->ops->ioctlArnd Bergmann
2010-08-10USB: gadget: Use memdup_userJulia Lawall
2010-03-02usb: gadgetfs: Convert semaphore to mutexThomas Gleixner
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan
2009-09-22const: mark remaining super_operations constAlexey Dobriyan
2009-06-15USB: gadgetfs: use helper functions to determine endpoint type and directionMatthias Kaehlcke
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison
2009-01-05zero i_uid/i_gid on inode allocationAl Viro
2008-11-01saner FASYNC handling on file closeAl Viro
2008-07-25Rename WARN() to WARNING() to clear the namespaceArjan van de Ven
2008-07-21USB: gadget: Push BKL down into driversAlan Cox
2008-07-09[ARM] 5120/1: pxa: correct platform driver names for PXA25x and PXA27x UDC dr...Philipp Zabel
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-03-24USB: fix gadgetfs class request delegationRoy Hashimoto
2008-02-01USB: gadget code switches to pr_err() and friendsDavid Brownell
2007-10-12USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>David Brownell
2007-10-12USB: gadget: gadget_is_{dualspeed,otg} predicates and cleanupDavid Brownell
2007-07-30USB: "sparse" cleanups for usb gadgetsDavid Brownell
2007-07-12usb gadget stack: remove usb_ep_*_buffer(), part 1David Brownell
2007-07-12USB: export <linux/usb_gadgetfs> as <linux/usb/gadgetfs.h>David Brownell