summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/legacy/inode.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-3/+3
* Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-02-011-1/+0
|\
| * USB: gadget: legacy: remove redundant zero assignment to variable 'value'Colin Ian King2017-12-111-1/+0
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
|/
* USB: gadget: legacy: Remove redundant license textGreg Kroah-Hartman2017-11-071-5/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* USB: gadgetfs: Fix crash caused by inadequate synchronizationAlan Stern2017-09-221-5/+36
* USB: gadgetfs: fix copy_to_user while holding spinlockAlan Stern2017-09-221-1/+4
* USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacksAlan Stern2017-06-151-2/+3
* USB: gadget: fix GPF in gadgetfsAlan Stern2017-06-091-1/+3
* drivers, usb: convert ep_data.count from atomic_t to refcount_tElena Reshetova2017-03-171-4/+4
* drivers, usb: convert dev_data.count from atomic_t to refcount_tElena Reshetova2017-03-171-4/+5
* Merge tag 'usb-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-03-111-1/+3
|\
| * USB: gadgetfs: Fix a potential memory leak in 'dev_config()'Christophe JAILLET2017-03-061-1/+3
* | scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada2017-03-091-2/+1
|/
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-1/+1
* USB: gadgetfs: remove unnecessary assignmentAlan Stern2017-01-021-1/+0
* USB: gadgetfs: fix checks of wTotalLength in config descriptorsAlan Stern2017-01-021-3/+7
* USB: gadgetfs: fix use-after-free bugAlan Stern2017-01-021-0/+2
* USB: gadgetfs: fix unbounded memory allocation bugAlan Stern2017-01-021-1/+1
* usb: gadgetfs: restrict upper bound on device configuration sizeGreg Kroah-Hartman2017-01-021-1/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-051-1/+1
* fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* usb/gadget: fix gadgetfs aio support.Mathieu Laurendeau2016-08-111-1/+1
* usb: gadget: fix check in sync read from ep in gadgetfsBinyamin Sharet2016-08-111-1/+1
* usb: gadget: fix spinlock dead lock in gadgetfsBin Liu2016-05-311-4/+13
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* usb: gadget: provide interface for legacy gadgets to get UDC nameMarek Szyprowski2016-03-041-25/+3
* usb: gadget: gadgetfs: unregister gadget only if it got successfully registeredMarek Szyprowski2016-02-231-2/+5
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* usb: gadget: inode.c: fix unbalanced spin_lock in ep0_writeDavid Eccher2015-12-161-2/+1
* USB: inode.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-3/+6
* VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2015-04-151-1/+1
* make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-0/+1
* fs: split generic and aio kiocbChristoph Hellwig2015-03-131-2/+3
* gadgetfs: really get rid of switching ->f_opAlan Stern2015-03-081-19/+19
* gadgetfs: get rid of flipping ->f_op in ep_config()Al Viro2015-03-081-53/+37
* gadget: switch ep_io_operations to ->read_iter/->write_iterAl Viro2015-02-171-214/+141
* gadgetfs: use-after-free in ->aio_read()Al Viro2015-02-171-3/+12
* usb: gadget: gadgetfs: fix an oops in ep_write()Dan Carpenter2015-01-091-0/+1
* usb: gadget: gadgetfs: Free memory allocated by memdup_user()Mario Schuknecht2014-12-221-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-131-16/+10
|\
| * gadgetfs: saner API for gadgetfs_create_file()Al Viro2014-10-091-16/+10
* | usb: gadget: gadgetfs: add reset API at usb_gadget_driverPeter Chen2014-09-091-0/+1
|/
* usb: gadget: Fix return value check in ep_write()Wei Yongjun2014-08-191-1/+1
* Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2014-07-211-1/+6
* usb: gadget: Gadget directory cleanup - group legacy gadgetsAndrzej Pietrasiewicz2014-07-161-0/+2142