summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function/f_fs.c
Commit message (Expand)AuthorAgeFilesLines
...
* | usb: gadget: f_fs: use complete() instead complete_all()Daniel Wagner2016-11-031-1/+1
|/
* usb: gadget: f_fs: stop sleeping in ffs_func_eps_disableMichal Nazarewicz2016-10-171-16/+93
* usb: gadget: f_fs: edit epfile->ep under lockMichal Nazarewicz2016-10-171-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-4/+4
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-4/+4
* | usb: gadget: f_fs: Stop ffs_closed NULL pointer dereferenceJim Baxter2016-09-081-0/+5
* | usb: gadget: f_fs: handle control requests in config 0Felix Hädicke2016-08-251-2/+3
* | usb: gadget: composite: let USB functions process ctrl reqs in cfg0Felix Hädicke2016-08-251-2/+7
* | usb: gadget: f_fs: handle control requests not directed to interface or endpointFelix Hädicke2016-08-251-4/+30
|/
* usb: gadget: f_fs: check for allocation failureDan Carpenter2016-06-291-0/+2
* usb: gadget: f_fs: buffer data from ‘oversized’ OUT requestsMichal Nazarewicz2016-06-211-21/+109
* usb: gadget: f_fs: printk error when excess data is dropped on readMichal Nazarewicz2016-06-211-15/+46
* usb: gadget: fix unused-but-set-variale warningsMichal Nazarewicz2016-06-211-2/+1
* usb: gadget: f_fs: Fix kernel panic if use_os_string not setJim Lin2016-05-311-8/+10
* usb: gadget: f_fs: Fix wrong check on reserved1 of OS_DESC_EXT_COMPATJim Lin2016-05-311-1/+1
* usb: f_fs: off by one bug in _ffs_func_bind()Dan Carpenter2016-05-311-6/+4
* Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2016-04-281-1/+1
|\
| * usb: gadget: f_fs: Fix EFAULT generation for async read operationsLars-Peter Clausen2016-04-191-1/+1
* | usb: gadget: f_fs: Fix use-after-freeLars-Peter Clausen2016-04-201-3/+2
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* usb: f_fs: avoid race condition with ffs_epfile_io_completeDu, Changbin2016-03-041-3/+9
* usb: f_fs: refactor ffs_epfile_ioMichal Nazarewicz2016-03-041-69/+58
* usb: f_fs: replace unnecessary goto with a returnMichal Nazarewicz2016-03-041-16/+8
* usb: f_fs: fix ffs_epfile_io returning success on req alloc failureMichal Nazarewicz2016-03-041-1/+3
* usb: f_fs: fix memory leak when ep changes during transferMichal Nazarewicz2016-03-041-1/+1
* usb: gadget: functionfs: fix missing access_ok checksDaniel Walter2015-11-181-3/+3
* usb: gadget: ffs: call functionfs_unbind() if _ffs_func_bind() failsRobert Baldyga2015-07-311-1/+7
* usb: gadget: f_fs: do not set cancel function on synchronous {read,write}Rui Miguel Silva2015-07-061-2/+4
* Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman2015-06-081-6/+9
|\
| * usb: gadget: f_fs: fix check in read operationRui Miguel Silva2015-05-261-1/+1
| * usb: gadget: ffs: fix: Always call ffs_closed() in ffs_data_clear()Krzysztof Opasiak2015-05-261-5/+8
* | usb: gadget: f_fs: add extra check before unregister_gadget_itemRui Miguel Silva2015-05-261-2/+8
|/
* make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-0/+1
* fs: split generic and aio kiocbChristoph Hellwig2015-03-131-2/+3
* gadget/function/f_fs.c: switch to ->{read,write}_iter()Al Viro2015-02-171-78/+58
* gadget/function/f_fs.c: use put iov_iter into io_dataAl Viro2015-02-171-61/+25
* gadget/function/f_fs.c: close leaksAl Viro2015-02-171-2/+12
* usb: gadget: ffs: add eventfd notification about ffs eventsRobert Baldyga2015-01-271-1/+28
* usb: gadget: f_fs: Fix loop variableMario Schuknecht2015-01-271-3/+3
* usb: gadget: f_fs: add "no_disconnect" modeRobert Baldyga2015-01-151-5/+51
* usb: gadget: f_fs: refactor and document __ffs_ep0_read_events betterMichal Nazarewicz2015-01-121-11/+17
* usb: ffs: fix regression when quirk_ep_out_aligned_size flag is setDavid Cohen2014-10-231-6/+34
* usb: gadget: f_fs: remove redundant ffs_data_get()Robert Baldyga2014-10-231-2/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-131-14/+10
|\
| * f_fs: saner API for ffs_sb_create_file()Al Viro2014-10-091-14/+10
* | usb: gadget: f_fs: virtual endpoint address mappingRobert Baldyga2014-09-161-2/+21
* | Merge tag 'v3.17-rc5' into nextFelipe Balbi2014-09-161-11/+55
|\ \ | |/
| * usb: gadget: f_fs: fix the redundant ep files problemRobert Baldyga2014-09-031-11/+55
* | usb: f_fs: replace BUG in dead-code with less serious WARN_ONMichal Nazarewicz2014-09-111-1/+2
OpenPOWER on IntegriCloud