summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function/f_fs.c
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: Zero ffs_io_dataAndrzej Pietrasiewicz2019-06-181-2/+4
* usb: gadget: f_fs: data_len used before properly setFei Yang2019-06-181-1/+2
* usb: gadget: f_fs: don't free buffer prematurelyFei Yang2019-05-031-1/+2
* usb: f_fs: Avoid crash due to out-of-scope stack ptr accessJohn Stultz2019-02-111-0/+1
* usb: gadget: f_fs: preserve wMaxPacketSize across usb_ep_autoconfig() callAndrzej Pietrasiewicz2019-02-071-0/+11
* usb: gadget: f_fs: Allow scatter-gather buffersAndrzej Pietrasiewicz2018-11-261-7/+86
* usb: gadget: f_fs: Add support for CCID descriptors.Vincent Pelletier2018-11-261-7/+22
* Revert "usb: gadget: ffs: Fix BUG when userland exits with submitted AIO tran...Shen Jing2018-11-141-18/+8
* usb: gadget: f_fs: Only return delayed status when len is 0Jerry Zhang2018-07-201-1/+1
* usb: gadget: ffs: Fix BUG when userland exits with submitted AIO transfersVincent Pelletier2018-06-181-8/+18
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-1/+1
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-1/+1
* | usb: gadget: f_fs: Add compat_ioctl to epfilesJerry Zhang2018-05-151-0/+11
|/
* Merge tag 'usb-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2018-03-231-1/+5
|\
| * usb: gadget: ffs: Let setup() return USB_GADGET_DELAYED_STATUSLars-Peter Clausen2018-03-131-1/+1
| * usb: gadget: ffs: Execute copy_to_user() with USER_DS setLars-Peter Clausen2018-03-131-0/+4
* | usb: gadget: f_fs: Fix use-after-free in ffs_fs_kill_sb()Xinyong2018-03-051-1/+0
|/
* usb: gadget: f_fs: Use config_ep_by_speed()Jack Pham2018-02-121-31/+7
* usb: gadget: f_fs: Process all descriptors during bindJack Pham2018-02-121-4/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-4/+4
* Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-02-011-4/+8
|\
| * usb: f_fs: Prevent gadget unbind if it is already unboundHemant Kumar2018-01-091-1/+2
| * usb: gadget: ffs: Make sparse happierVincent Pelletier2017-12-111-3/+6
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-2/+2
|\ \ | |/ |/|
| * the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
* | usb: f_fs: Force Reserved1=1 in OS_DESC_EXT_COMPATJohn Keeping2017-11-281-2/+11
* | usb: gadget: ffs: Forbid usb_ep_alloc_request from sleepingVincent Pelletier2017-11-271-1/+1
|/
* Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds2017-11-141-1/+1
|\
| * usb: gadget: make config_item_type structures constBhumika Goyal2017-10-191-1/+1
* | usb: gadget: f_fs: Fix use-after-free in ffs_free_instAndrew Gabbasov2017-11-091-0/+1
* | USB: gadget: function: 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: gadget: ffs: handle I/O completion in-orderJohn Keeping2017-09-281-4/+13
* usb: gadget: f_fs: Pass along set_halt errors.Jerry Zhang2017-08-151-4/+3
* Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-06-201-47/+63
|\
| * usb: gadget: function: f_fs: Move epfile waitqueue to ffs_data.Jerry Zhang2017-06-021-9/+10
| * usb: gadget: function: f_fs: Let ffs_epfile_ioctl wait for enable.Jerry Zhang2017-06-021-39/+54
* | usb: gadget: f_fs: avoid out of bounds access on comp_descWilliam Wu2017-05-161-5/+5
|/
* Merge tag 'usb-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-04-111-59/+13
|\
| * usb: gadget: f_fs: simplify ffs_dev name handlingMichal Nazarewicz2017-04-111-59/+13
* | drivers, usb: convert ffs_data.ref from atomic_t to refcount_tElena Reshetova2017-03-171-4/+4
|/
* Revert "usb: gadget: f_fs: Fix ExtCompat descriptor validation"Janusz Dziedzic2017-03-061-1/+1
* usb: gadget: function: f_fs: pass companion descriptor alongFelipe Balbi2017-03-061-2/+13
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* Merge tag 'usb-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-02-221-2/+2
|\
| * Merge 4.10-rc7 into usb-nextGreg Kroah-Hartman2017-02-061-1/+12
| |\
| * \ Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-01-261-2/+2
| |\ \
| | * | usb: gadget: f_fs: Accept up to 30 endpoints.Vincent Pelletier2017-01-241-1/+1
| | * | usb: gadger: f_fs: Do not copy past descriptor end.Vincent Pelletier2017-01-241-1/+1
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-201-1/+1
|\ \ \ \ | |_|_|/ |/| | |