aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function/f_fs.c
AgeCommit message (Expand)Author
2017-06-05Merge branch 'standard/base' into standard/preempt-rt/baseBruce Ashfield
2017-05-21usb: gadget: function: f_fs: pass companion descriptor alongFelipe Balbi
2017-03-23Merge branch 'standard/base' into standard/preempt-rt/baseBruce Ashfield
2017-03-20usb: gadget: f_fs: Assorted buffer overflow checks.Vincent Pelletier
2016-11-21Merge branch 'standard/base' into standard/preempt-rt/baseBruce Ashfield
2016-11-21usb: gadget: f_fs: stop sleeping in ffs_func_eps_disableMichal Nazarewicz
2016-11-21usb: gadget: f_fs: edit epfile->ep under lockMichal Nazarewicz
2016-09-19completion: Use simple wait queuesThomas Gleixner
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
2015-01-15usb: gadget: f_fs: add "no_disconnect" modeRobert Baldyga
2015-01-12usb: gadget: f_fs: refactor and document __ffs_ep0_read_events betterMichal Nazarewicz
2014-10-23usb: ffs: fix regression when quirk_ep_out_aligned_size flag is setDavid Cohen
2014-10-23usb: gadget: f_fs: remove redundant ffs_data_get()Robert Baldyga
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-10-09f_fs: saner API for ffs_sb_create_file()Al Viro
2014-09-16usb: gadget: f_fs: virtual endpoint address mappingRobert Baldyga
2014-09-16Merge tag 'v3.17-rc5' into nextFelipe Balbi
2014-09-11usb: f_fs: replace BUG in dead-code with less serious WARN_ONMichal Nazarewicz
2014-09-09usb: gadget: f_fs: add ioctl returning ep descriptorRobert Baldyga
2014-09-09usb: gadget: f_fs: signedness bug in __ffs_func_bind_do_descs()Dan Carpenter