summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/legacy/inode.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-05usb: gadgetfs: Fix ep_read_iter to handle ITER_UBUFSandeep Dhavale1-1/+1
2023-01-17USB: gadgetfs: Fix race between mounting and unmountingAlan Stern1-7/+21
2022-07-08gadgetfs: ep_io - wait until IRQ finishesJozef Martiniak1-0/+1
2022-04-26USB: gadget: Rename usb_gadget_probe_driver()Alan Stern1-1/+1
2022-03-18usb: gadget: eliminate anonymous module_init & module_exitRandy Dunlap1-4/+4
2022-01-05headers/prep: usb: gadget: Fix namespace collisionIngo Molnar1-4/+4
2022-01-03usb: gadget: clear related members when goto failHangyu Hua1-2/+5
2022-01-03usb: gadget: don't release an existing dev->bufHangyu Hua1-1/+2
2021-12-15USB: gadget: bRequestType is a bitfield, not a enumGreg Kroah-Hartman1-3/+3
2021-12-12USB: gadget: detect too-big endpoint 0 requestsGreg Kroah-Hartman1-1/+15
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe1-3/+2
2021-10-25usb: remove res2 argument from gadget code completionsJens Axboe1-4/+2
2021-08-05usb: gadget: Fix inconsistent indentWei Ming Chen1-2/+2
2021-04-22usb: gadget: prevent a ternary sign expansion bugDan Carpenter1-1/+2
2020-11-20usb: gadget: Fix memleak in gadgetfs_fill_superZhang Qilong1-0/+3
2020-07-10usb: gadget: Use fallthrough pseudo-keywordGustavo A. R. Silva1-4/+3
2020-06-11kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig1-2/+2
2020-06-11kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig1-1/+1
2020-05-09usb: gadget: legacy: fix redundant initialization warningsMasahiro Yamada1-2/+1
2020-03-31Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2020-03-21usb: gadget: Use completion interface instead of open coding itThomas Gleixner1-2/+2
2020-02-19usb: gadget: legacy: inode: remove useless cast for driver.nameCorentin Labbe1-1/+1
2019-07-05vfs: Convert gadgetfs to use the new mount APIDavid Howells1-6/+15
2019-02-07usb: gadget: fix various indentation issuesColin Ian King1-20/+20
2018-02-12vfs: 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/gre...Linus 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/gre...Linus Torvalds1-1/+3
2017-03-10scripts/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-28lib/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-28fs: 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