summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function/f_fs.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-28Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman1-1/+1
2016-04-20usb: gadget: f_fs: Fix use-after-freeLars-Peter Clausen1-3/+2
2016-04-19usb: gadget: f_fs: Fix EFAULT generation for async read operationsLars-Peter Clausen1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-04usb: f_fs: avoid race condition with ffs_epfile_io_completeDu, Changbin1-3/+9
2016-03-04usb: f_fs: refactor ffs_epfile_ioMichal Nazarewicz1-69/+58
2016-03-04usb: f_fs: replace unnecessary goto with a returnMichal Nazarewicz1-16/+8
2016-03-04usb: f_fs: fix ffs_epfile_io returning success on req alloc failureMichal Nazarewicz1-1/+3
2016-03-04usb: f_fs: fix memory leak when ep changes during transferMichal Nazarewicz1-1/+1
2015-11-19usb: gadget: functionfs: fix missing access_ok checksDaniel Walter1-3/+3
2015-07-31usb: gadget: ffs: call functionfs_unbind() if _ffs_func_bind() failsRobert Baldyga1-1/+7
2015-07-06usb: gadget: f_fs: do not set cancel function on synchronous {read,write}Rui Miguel Silva1-2/+4
2015-06-08Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman1-6/+9
2015-05-26usb: gadget: f_fs: add extra check before unregister_gadget_itemRui Miguel Silva1-2/+8
2015-05-26usb: gadget: f_fs: fix check in read operationRui Miguel Silva1-1/+1
2015-05-26usb: gadget: ffs: fix: Always call ffs_closed() in ffs_data_clear()Krzysztof Opasiak1-5/+8
2015-04-12make new_sync_{read,write}() staticAl Viro1-2/+0
2015-03-26fs: move struct kiocb to fs.hChristoph Hellwig1-0/+1
2015-03-13fs: split generic and aio kiocbChristoph Hellwig1-2/+3
2015-02-18gadget/function/f_fs.c: switch to ->{read,write}_iter()Al Viro1-78/+58
2015-02-18gadget/function/f_fs.c: use put iov_iter into io_dataAl Viro1-61/+25
2015-02-18gadget/function/f_fs.c: close leaksAl Viro1-2/+12
2015-01-27usb: gadget: ffs: add eventfd notification about ffs eventsRobert Baldyga1-1/+28
2015-01-27usb: gadget: f_fs: Fix loop variableMario Schuknecht1-3/+3
2015-01-15usb: gadget: f_fs: add "no_disconnect" modeRobert Baldyga1-5/+51
2015-01-12usb: gadget: f_fs: refactor and document __ffs_ep0_read_events betterMichal Nazarewicz1-11/+17
2014-10-23usb: ffs: fix regression when quirk_ep_out_aligned_size flag is setDavid Cohen1-6/+34
2014-10-23usb: gadget: f_fs: remove redundant ffs_data_get()Robert Baldyga1-2/+0
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-14/+10
2014-10-09f_fs: saner API for ffs_sb_create_file()Al Viro1-14/+10
2014-09-16usb: gadget: f_fs: virtual endpoint address mappingRobert Baldyga1-2/+21
2014-09-16Merge tag 'v3.17-rc5' into nextFelipe Balbi1-11/+55
2014-09-11usb: f_fs: replace BUG in dead-code with less serious WARN_ONMichal Nazarewicz1-1/+2
2014-09-09usb: gadget: f_fs: add ioctl returning ep descriptorRobert Baldyga1-0/+23
2014-09-09usb: gadget: f_fs: signedness bug in __ffs_func_bind_do_descs()Dan Carpenter1-1/+2
2014-09-03usb: gadget: f_fs: fix the redundant ep files problemRobert Baldyga1-11/+55
2014-07-21Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-0/+3349
2014-07-16usb: gadget: Gadget directory cleanup - group usb functionsAndrzej Pietrasiewicz1-0/+3347