aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function/f_fs.c
Commit message (Expand)AuthorAge
* usb: gadget: function: f_fs: pass companion descriptor alongFelipe Balbi2017-03-18
* usb: gadget: f_fs: Assorted buffer overflow checks.Vincent Pelletier2017-02-09
* usb: gadget: f_fs: fix wrong parenthesis in ffs_func_req_match()Felix Hädicke2016-11-18
* usb: gadget: f_fs: stop sleeping in ffs_func_eps_disableMichal Nazarewicz2016-10-17
* usb: gadget: f_fs: edit epfile->ep under lockMichal Nazarewicz2016-10-17
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-27
* | usb: gadget: f_fs: Stop ffs_closed NULL pointer dereferenceJim Baxter2016-09-08
* | usb: gadget: f_fs: handle control requests in config 0Felix Hädicke2016-08-25
* | usb: gadget: composite: let USB functions process ctrl reqs in cfg0Felix Hädicke2016-08-25
* | usb: gadget: f_fs: handle control requests not directed to interface or endpointFelix Hädicke2016-08-25
|/
* usb: gadget: f_fs: check for allocation failureDan Carpenter2016-06-29
* usb: gadget: f_fs: buffer data from ‘oversized’ OUT requestsMichal Nazarewicz2016-06-21
* usb: gadget: f_fs: printk error when excess data is dropped on readMichal Nazarewicz2016-06-21
* usb: gadget: fix unused-but-set-variale warningsMichal Nazarewicz2016-06-21
* usb: gadget: f_fs: Fix kernel panic if use_os_string not setJim Lin2016-05-31
* usb: gadget: f_fs: Fix wrong check on reserved1 of OS_DESC_EXT_COMPATJim Lin2016-05-31
* usb: f_fs: off by one bug in _ffs_func_bind()Dan Carpenter2016-05-31
* Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2016-04-28
|\
| * usb: gadget: f_fs: Fix EFAULT generation for async read operationsLars-Peter Clausen2016-04-19
* | usb: gadget: f_fs: Fix use-after-freeLars-Peter Clausen2016-04-20
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* usb: f_fs: avoid race condition with ffs_epfile_io_completeDu, Changbin2016-03-04
* usb: f_fs: refactor ffs_epfile_ioMichal Nazarewicz2016-03-04
* usb: f_fs: replace unnecessary goto with a returnMichal Nazarewicz2016-03-04
* usb: f_fs: fix ffs_epfile_io returning success on req alloc failureMichal Nazarewicz2016-03-04
* usb: f_fs: fix memory leak when ep changes during transferMichal Nazarewicz2016-03-04
* usb: gadget: functionfs: fix missing access_ok checksDaniel Walter2015-11-18
* usb: gadget: ffs: call functionfs_unbind() if _ffs_func_bind() failsRobert Baldyga2015-07-31
* usb: gadget: f_fs: do not set cancel function on synchronous {read,write}Rui Miguel Silva2015-07-06
* Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman2015-06-08
|\
| * usb: gadget: f_fs: fix check in read operationRui Miguel Silva2015-05-26
| * usb: gadget: ffs: fix: Always call ffs_closed() in ffs_data_clear()Krzysztof Opasiak2015-05-26
* | usb: gadget: f_fs: add extra check before unregister_gadget_itemRui Miguel Silva2015-05-26
|/
* make new_sync_{read,write}() staticAl Viro2015-04-11
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-25
* fs: split generic and aio kiocbChristoph Hellwig2015-03-13
* gadget/function/f_fs.c: switch to ->{read,write}_iter()Al Viro2015-02-17
* gadget/function/f_fs.c: use put iov_iter into io_dataAl Viro2015-02-17
* gadget/function/f_fs.c: close leaksAl Viro2015-02-17
* usb: gadget: ffs: add eventfd notification about ffs eventsRobert Baldyga2015-01-27
* usb: gadget: f_fs: Fix loop variableMario Schuknecht2015-01-27
* usb: gadget: f_fs: add "no_disconnect" modeRobert Baldyga2015-01-15
* usb: gadget: f_fs: refactor and document __ffs_ep0_read_events betterMichal Nazarewicz2015-01-12
* usb: ffs: fix regression when quirk_ep_out_aligned_size flag is setDavid Cohen2014-10-23
* usb: gadget: f_fs: remove redundant ffs_data_get()Robert Baldyga2014-10-23
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-13
|\
| * f_fs: saner API for ffs_sb_create_file()Al Viro2014-10-09
* | usb: gadget: f_fs: virtual endpoint address mappingRobert Baldyga2014-09-16
* | Merge tag 'v3.17-rc5' into nextFelipe Balbi2014-09-16
|\|