aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/legacy/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-3/+3
2018-02-01Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+0
2017-12-11USB: gadget: legacy: remove redundant zero assignment to variable 'value'Colin Ian King1-1/+0
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-11-07USB: gadget: legacy: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-09-22USB: gadgetfs: Fix crash caused by inadequate synchronizationAlan Stern1-5/+36
2017-09-22USB: gadgetfs: fix copy_to_user while holding spinlockAlan Stern1-1/+4
2017-06-15USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacksAlan Stern1-2/+3
2017-06-09USB: gadget: fix GPF in gadgetfsAlan Stern1-1/+3
2017-03-17drivers, usb: convert ep_data.count from atomic_t to refcount_tElena Reshetova1-4/+4
2017-03-17drivers, usb: convert dev_data.count from atomic_t to refcount_tElena Reshetova1-4/+5
2017-03-11Merge tag 'usb-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+3
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada1-2/+1
2017-03-06USB: gadgetfs: Fix a potential memory leak in 'dev_config()'Christophe JAILLET1-1/+3
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2017-01-02USB: gadgetfs: remove unnecessary assignmentAlan Stern1-1/+0
2017-01-02USB: gadgetfs: fix checks of wTotalLength in config descriptorsAlan Stern1-3/+7
2017-01-02USB: gadgetfs: fix use-after-free bugAlan Stern1-0/+2
2017-01-02USB: gadgetfs: fix unbounded memory allocation bugAlan Stern1-1/+1
2017-01-02usb: gadgetfs: restrict upper bound on device configuration sizeGreg Kroah-Hartman1-1/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro1-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-08-11usb/gadget: fix gadgetfs aio support.Mathieu Laurendeau1-1/+1
2016-08-11usb: gadget: fix check in sync read from ep in gadgetfsBinyamin Sharet1-1/+1
2016-05-31usb: gadget: fix spinlock dead lock in gadgetfsBin Liu1-4/+13
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-04usb: gadget: provide interface for legacy gadgets to get UDC nameMarek Szyprowski1-25/+3
2016-02-23usb: gadget: gadgetfs: unregister gadget only if it got successfully registeredMarek Szyprowski1-2/+5
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2015-12-16usb: gadget: inode.c: fix unbalanced spin_lock in ep0_writeDavid Eccher1-2/+1
2015-05-10USB: inode.c: move assignment out of if () blockGreg Kroah-Hartman1-3/+6
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells1-1/+1
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-0/+1
2015-03-13fs: split generic and aio kiocbChristoph Hellwig1-2/+3
2015-03-08gadgetfs: really get rid of switching ->f_opAlan Stern1-19/+19
2015-03-08gadgetfs: get rid of flipping ->f_op in ep_config()Al Viro1-53/+37
2015-02-17gadget: switch ep_io_operations to ->read_iter/->write_iterAl Viro1-214/+141
2015-02-17gadgetfs: use-after-free in ->aio_read()Al Viro1-3/+12
2015-01-09usb: gadget: gadgetfs: fix an oops in ep_write()Dan Carpenter1-0/+1
2014-12-22usb: gadget: gadgetfs: Free memory allocated by memdup_user()Mario Schuknecht1-0/+1
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-16/+10
2014-10-09gadgetfs: saner API for gadgetfs_create_file()Al Viro1-16/+10
2014-09-09usb: gadget: gadgetfs: add reset API at usb_gadget_driverPeter Chen1-0/+1
2014-08-19usb: gadget: Fix return value check in ep_write()Wei Yongjun1-1/+1
2014-07-21Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-0/+2147
2014-07-16usb: gadget: Gadget directory cleanup - group legacy gadgetsAndrzej Pietrasiewicz1-0/+2142