index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
function
/
f_fs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: gadget: f_fs: Ensure io_completion_wq is idle during unbind
Wesley Cheng
2021-06-04
1
-0
/
+3
*
USB: gadget: f_fs: fix memdup_user.cocci warnings
kernel test robot
2021-03-23
1
-8
/
+3
*
usb: gadget/function/f_fs string table fix for multiple languages
Dean Anderson
2021-03-23
1
-1
/
+2
*
USB: gadget: f_fs: remove likely/unlikely
Greg Kroah-Hartman
2020-12-10
1
-89
/
+88
*
usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlus
Jack Pham
2020-12-10
1
-1
/
+4
*
Merge 5.10-rc7 into usb-next
Greg Kroah-Hartman
2020-12-07
1
-2
/
+4
|
\
|
*
usb: gadget: f_fs: Use local copy of descriptors for userspace copy
Vamsi Krishna Samavedam
2020-12-04
1
-2
/
+4
*
|
usb: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-11-23
1
-0
/
+2
|
/
*
usb: gadget: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-10
1
-1
/
+1
*
usb: gadget: function: f_fs: Demote function header which is clearly not kern...
Lee Jones
2020-07-09
1
-1
/
+1
*
kernel: set USER_DS in kthread_use_mm
Christoph Hellwig
2020-06-10
1
-4
/
+0
*
kernel: better document the use_mm/unuse_mm API contract
Christoph Hellwig
2020-06-10
1
-2
/
+2
*
kernel: move use_mm/unuse_mm to kthread.c
Christoph Hellwig
2020-06-10
1
-1
/
+1
*
usb: gadget: f_fs: remove unneeded semicolon in __ffs_data_got_descs()
Jason Yan
2020-05-25
1
-1
/
+1
*
usb: f_fs: Clear OS Extended descriptor counts to zero in ffs_data_reset()
Udipto Goswami
2020-04-16
1
-0
/
+4
*
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2020-03-30
1
-1
/
+1
|
\
|
*
completion: Use simple wait queues
Thomas Gleixner
2020-03-21
1
-1
/
+1
*
|
usb: gadget: f_fs: Fix use after free issue as part of queue failure
Sriharsha Allenki
2020-03-26
1
-0
/
+1
|
/
*
usb: gadget: ffs: ffs_aio_cancel(): Save/restore IRQ flags
Lars-Peter Clausen
2020-02-11
1
-2
/
+3
*
Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-02-08
1
-8
/
+3
|
\
|
*
fs_parse: fold fs_parameter_desc/fs_parameter_spec
Al Viro
2020-02-07
1
-7
/
+3
|
*
fs_parser: remove fs_parameter_description name field
Eric Sandeen
2020-02-07
1
-1
/
+0
*
|
usb: gadget: f_fs: set req->num_sgs as 0 for non-sg transfer
Peter Chen
2020-01-15
1
-0
/
+2
|
/
*
treewide: Use sizeof_field() macro
Pankaj Bharadiya
2019-12-09
1
-1
/
+1
*
compat_ioctl: use correct compat_ptr() translation in drivers
Arnd Bergmann
2019-10-23
1
-11
/
+1
*
vfs: Convert functionfs to use the new mount API
David Howells
2019-09-18
1
-113
/
+120
*
usb: gadget: Zero ffs_io_data
Andrzej Pietrasiewicz
2019-06-18
1
-2
/
+4
*
usb: gadget: f_fs: data_len used before properly set
Fei Yang
2019-06-18
1
-1
/
+2
*
usb: gadget: f_fs: don't free buffer prematurely
Fei Yang
2019-05-03
1
-1
/
+2
*
usb: f_fs: Avoid crash due to out-of-scope stack ptr access
John Stultz
2019-02-11
1
-0
/
+1
*
usb: gadget: f_fs: preserve wMaxPacketSize across usb_ep_autoconfig() call
Andrzej Pietrasiewicz
2019-02-07
1
-0
/
+11
*
usb: gadget: f_fs: Allow scatter-gather buffers
Andrzej Pietrasiewicz
2018-11-26
1
-7
/
+86
*
usb: gadget: f_fs: Add support for CCID descriptors.
Vincent Pelletier
2018-11-26
1
-7
/
+22
*
Revert "usb: gadget: ffs: Fix BUG when userland exits with submitted AIO tran...
Shen Jing
2018-11-14
1
-18
/
+8
*
usb: gadget: f_fs: Only return delayed status when len is 0
Jerry Zhang
2018-07-20
1
-1
/
+1
*
usb: gadget: ffs: Fix BUG when userland exits with submitted AIO transfers
Vincent Pelletier
2018-06-18
1
-8
/
+18
*
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2018-06-15
1
-1
/
+1
|
\
|
*
vfs: change inode times to use struct timespec64
Deepa Dinamani
2018-06-05
1
-1
/
+1
*
|
usb: gadget: f_fs: Add compat_ioctl to epfiles
Jerry Zhang
2018-05-15
1
-0
/
+11
|
/
*
Merge tag 'usb-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2018-03-23
1
-1
/
+5
|
\
|
*
usb: gadget: ffs: Let setup() return USB_GADGET_DELAYED_STATUS
Lars-Peter Clausen
2018-03-13
1
-1
/
+1
|
*
usb: gadget: ffs: Execute copy_to_user() with USER_DS set
Lars-Peter Clausen
2018-03-13
1
-0
/
+4
*
|
usb: gadget: f_fs: Fix use-after-free in ffs_fs_kill_sb()
Xinyong
2018-03-05
1
-1
/
+0
|
/
*
usb: gadget: f_fs: Use config_ep_by_speed()
Jack Pham
2018-02-12
1
-31
/
+7
*
usb: gadget: f_fs: Process all descriptors during bind
Jack Pham
2018-02-12
1
-4
/
+2
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-4
/
+4
*
Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2018-02-01
1
-4
/
+8
|
\
|
*
usb: f_fs: Prevent gadget unbind if it is already unbound
Hemant Kumar
2018-01-09
1
-1
/
+2
|
*
usb: gadget: ffs: Make sparse happier
Vincent Pelletier
2017-12-11
1
-3
/
+6
*
|
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2018-01-30
1
-2
/
+2
|
\
\
|
|
/
|
/
|
[next]