index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
legacy
/
inode.c
Age
Commit message (
Expand
)
Author
2020-11-20
usb: gadget: Fix memleak in gadgetfs_fill_super
Zhang Qilong
2020-07-10
usb: gadget: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-06-10
kernel: better document the use_mm/unuse_mm API contract
Christoph Hellwig
2020-06-10
kernel: move use_mm/unuse_mm to kthread.c
Christoph Hellwig
2020-05-09
usb: gadget: legacy: fix redundant initialization warnings
Masahiro Yamada
2020-03-30
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2020-03-21
usb: gadget: Use completion interface instead of open coding it
Thomas Gleixner
2020-02-19
usb: gadget: legacy: inode: remove useless cast for driver.name
Corentin Labbe
2019-07-04
vfs: Convert gadgetfs to use the new mount API
David Howells
2019-02-07
usb: gadget: fix various indentation issues
Colin Ian King
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-01
Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2017-12-11
USB: gadget: legacy: remove redundant zero assignment to variable 'value'
Colin Ian King
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
2017-11-07
USB: gadget: legacy: Remove redundant license text
Greg Kroah-Hartman
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
2017-09-22
USB: gadgetfs: Fix crash caused by inadequate synchronization
Alan Stern
2017-09-22
USB: gadgetfs: fix copy_to_user while holding spinlock
Alan Stern
2017-06-15
USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacks
Alan Stern
2017-06-09
USB: gadget: fix GPF in gadgetfs
Alan Stern
2017-03-17
drivers, usb: convert ep_data.count from atomic_t to refcount_t
Elena Reshetova
2017-03-17
drivers, usb: convert dev_data.count from atomic_t to refcount_t
Elena Reshetova
2017-03-11
Merge tag 'usb-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2017-03-09
scripts/spelling.txt: add "disble(d)" pattern and fix typo instances
Masahiro Yamada
2017-03-06
USB: gadgetfs: Fix a potential memory leak in 'dev_config()'
Christophe JAILLET
2017-02-27
lib/vsprintf.c: remove %Z support
Alexey Dobriyan
2017-01-02
USB: gadgetfs: remove unnecessary assignment
Alan Stern
2017-01-02
USB: gadgetfs: fix checks of wTotalLength in config descriptors
Alan Stern
2017-01-02
USB: gadgetfs: fix use-after-free bug
Alan Stern
2017-01-02
USB: gadgetfs: fix unbounded memory allocation bug
Alan Stern
2017-01-02
usb: gadgetfs: restrict upper bound on device configuration size
Greg Kroah-Hartman
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-05
[iov_iter] new primitives - copy_from_iter_full() and friends
Al Viro
2016-09-27
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
2016-08-11
usb/gadget: fix gadgetfs aio support.
Mathieu Laurendeau
2016-08-11
usb: gadget: fix check in sync read from ep in gadgetfs
Binyamin Sharet
2016-05-31
usb: gadget: fix spinlock dead lock in gadgetfs
Bin Liu
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-03-04
usb: gadget: provide interface for legacy gadgets to get UDC name
Marek Szyprowski
2016-02-23
usb: gadget: gadgetfs: unregister gadget only if it got successfully registered
Marek Szyprowski
2016-01-22
wrappers for ->i_mutex access
Al Viro
2015-12-16
usb: gadget: inode.c: fix unbalanced spin_lock in ep0_write
David Eccher
2015-05-10
USB: inode.c: move assignment out of if () block
Greg Kroah-Hartman
2015-04-15
VFS: assorted weird filesystems: d_inode() annotations
David Howells
2015-04-11
make new_sync_{read,write}() static
Al Viro
2015-03-25
fs: move struct kiocb to fs.h
Christoph Hellwig
2015-03-13
fs: split generic and aio kiocb
Christoph Hellwig
2015-03-08
gadgetfs: really get rid of switching ->f_op
Alan Stern
2015-03-08
gadgetfs: get rid of flipping ->f_op in ep_config()
Al Viro
2015-02-17
gadget: switch ep_io_operations to ->read_iter/->write_iter
Al Viro
[next]