summaryrefslogtreecommitdiffstats
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