summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function/f_fs.c
AgeCommit message (Expand)Author
2018-02-28usb: gadget: f_fs: Process all descriptors during bindJack Pham
2018-02-03usb: f_fs: Prevent gadget unbind if it is already unboundHemant Kumar
2017-12-16usb: gadget: ffs: Forbid usb_ep_alloc_request from sleepingVincent Pelletier
2017-12-14usb: f_fs: Force Reserved1=1 in OS_DESC_EXT_COMPATJohn Keeping
2017-12-09usb: gadget: f_fs: Fix ExtCompat descriptor validationVincent Pelletier
2017-11-21usb: gadget: f_fs: Fix use-after-free in ffs_free_instAndrew Gabbasov
2017-07-05usb: gadget: f_fs: Fix possibe deadlockBaolin Wang
2017-06-29usb: gadget: f_fs: avoid out of bounds access on comp_descWilliam Wu
2017-03-18usb: gadget: function: f_fs: pass companion descriptor alongFelipe Balbi
2017-02-09usb: gadget: f_fs: Assorted buffer overflow checks.Vincent Pelletier
2016-11-18usb: gadget: f_fs: fix wrong parenthesis in ffs_func_req_match()Felix Hädicke
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
2016-03-04usb: f_fs: replace unnecessary goto with a returnMichal Nazarewicz
2016-03-04usb: f_fs: fix ffs_epfile_io returning success on req alloc failureMichal Nazarewicz
2016-03-04usb: f_fs: fix memory leak when ep changes during transferMichal Nazarewicz
2015-11-18usb: gadget: functionfs: fix missing access_ok checksDaniel Walter
2015-07-31usb: gadget: ffs: call functionfs_unbind() if _ffs_func_bind() failsRobert Baldyga
2015-07-06usb: gadget: f_fs: do not set cancel function on synchronous {read,write}Rui Miguel Silva
2015-06-08Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman
2015-05-26usb: gadget: f_fs: add extra check before unregister_gadget_itemRui Miguel Silva
2015-05-26usb: gadget: f_fs: fix check in read operationRui Miguel Silva
2015-05-26usb: gadget: ffs: fix: Always call ffs_closed() in ffs_data_clear()Krzysztof Opasiak
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-13fs: split generic and aio kiocbChristoph Hellwig
2015-02-17gadget/function/f_fs.c: switch to ->{read,write}_iter()Al Viro
2015-02-17gadget/function/f_fs.c: use put iov_iter into io_dataAl Viro
2015-02-17gadget/function/f_fs.c: close leaksAl Viro
2015-01-27usb: gadget: ffs: add eventfd notification about ffs eventsRobert Baldyga
2015-01-27usb: gadget: f_fs: Fix loop variableMario Schuknecht