summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function/f_fs.c
AgeCommit message (Expand)Author
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
2014-09-03usb: gadget: f_fs: fix the redundant ep files problemRobert Baldyga
2014-07-21Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2014-07-16usb: gadget: Gadget directory cleanup - group usb functionsAndrzej Pietrasiewicz