summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function/f_fs.c
AgeCommit message (Expand)Author
2017-09-28usb: gadget: ffs: handle I/O completion in-orderJohn Keeping
2017-08-15usb: gadget: f_fs: Pass along set_halt errors.Jerry Zhang
2017-06-20Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2017-06-02usb: gadget: function: f_fs: Move epfile waitqueue to ffs_data.Jerry Zhang
2017-06-02usb: gadget: function: f_fs: Let ffs_epfile_ioctl wait for enable.Jerry Zhang
2017-05-16usb: gadget: f_fs: avoid out of bounds access on comp_descWilliam Wu
2017-04-11Merge tag 'usb-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2017-04-11usb: gadget: f_fs: simplify ffs_dev name handlingMichal Nazarewicz
2017-03-17drivers, usb: convert ffs_data.ref from atomic_t to refcount_tElena Reshetova
2017-03-06Revert "usb: gadget: f_fs: Fix ExtCompat descriptor validation"Janusz Dziedzic
2017-03-06usb: gadget: function: f_fs: pass companion descriptor alongFelipe Balbi
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-22Merge tag 'usb-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-02-06Merge 4.10-rc7 into usb-nextGreg Kroah-Hartman
2017-01-26Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2017-01-25usb: gadget: f_fs: Assorted buffer overflow checks.Vincent Pelletier
2017-01-24usb: gadget: f_fs: Accept up to 30 endpoints.Vincent Pelletier
2017-01-24usb: gadger: f_fs: Do not copy past descriptor end.Vincent Pelletier
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra
2017-01-12usb: gadget: f_fs: Fix iterations on endpoints.Vincent Pelletier
2017-01-02usb: gadget: f_fs: Fix possibe deadlockBaolin Wang
2017-01-02usb: gadget: f_fs: Fix ExtCompat descriptor validationVincent Pelletier
2017-01-02usb: gadget: f_fs: Document eventfd effect on descriptor format.Vincent Pelletier
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro
2016-11-28Merge 4.9-rc7 into usb-nextGreg Kroah-Hartman
2016-11-18usb: gadget: f_fs: fix wrong parenthesis in ffs_func_req_match()Felix Hädicke
2016-11-03usb: gadget: f_fs: use complete() instead complete_all()Daniel Wagner
2016-10-17usb: gadget: f_fs: stop sleeping in ffs_func_eps_disableMichal Nazarewicz
2016-10-17usb: gadget: f_fs: edit epfile->ep under lockMichal Nazarewicz
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-09-08usb: gadget: f_fs: Stop ffs_closed NULL pointer dereferenceJim Baxter
2016-08-25usb: gadget: f_fs: handle control requests in config 0Felix Hädicke
2016-08-25usb: gadget: composite: let USB functions process ctrl reqs in cfg0Felix Hädicke
2016-08-25usb: gadget: f_fs: handle control requests not directed to interface or endpointFelix Hädicke
2016-06-29usb: gadget: f_fs: check for allocation failureDan Carpenter
2016-06-21usb: gadget: f_fs: buffer data from ‘oversized’ OUT requestsMichal Nazarewicz
2016-06-21usb: gadget: f_fs: printk error when excess data is dropped on readMichal Nazarewicz
2016-06-21usb: gadget: fix unused-but-set-variale warningsMichal Nazarewicz
2016-05-31usb: gadget: f_fs: Fix kernel panic if use_os_string not setJim Lin
2016-05-31usb: gadget: f_fs: Fix wrong check on reserved1 of OS_DESC_EXT_COMPATJim Lin
2016-05-31usb: f_fs: off by one bug in _ffs_func_bind()Dan Carpenter
2016-04-28Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2016-04-20usb: gadget: f_fs: Fix use-after-freeLars-Peter Clausen
2016-04-19usb: gadget: f_fs: Fix EFAULT generation for async read operationsLars-Peter Clausen
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-04usb: f_fs: avoid race condition with ffs_epfile_io_completeDu, Changbin
2016-03-04usb: f_fs: refactor ffs_epfile_ioMichal Nazarewicz