index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
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: 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-06
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-31
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
the rest of drivers/*: annotate ->poll() instances
Al Viro
2017-11-28
1
-2
/
+2
*
|
usb: f_fs: Force Reserved1=1 in OS_DESC_EXT_COMPAT
John Keeping
2017-11-28
1
-2
/
+11
*
|
usb: gadget: ffs: Forbid usb_ep_alloc_request from sleeping
Vincent Pelletier
2017-11-27
1
-1
/
+1
|
/
*
Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfs
Linus Torvalds
2017-11-14
1
-1
/
+1
|
\
|
*
usb: gadget: make config_item_type structures const
Bhumika Goyal
2017-10-19
1
-1
/
+1
*
|
usb: gadget: f_fs: Fix use-after-free in ffs_free_inst
Andrew Gabbasov
2017-11-09
1
-0
/
+1
*
|
USB: gadget: function: Remove redundant license text
Greg Kroah-Hartman
2017-11-07
1
-5
/
+0
*
|
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
2017-11-04
1
-0
/
+1
|
/
*
usb: gadget: ffs: handle I/O completion in-order
John Keeping
2017-09-28
1
-4
/
+13
*
usb: gadget: f_fs: Pass along set_halt errors.
Jerry Zhang
2017-08-15
1
-4
/
+3
*
Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2017-06-20
1
-47
/
+63
|
\
|
*
usb: gadget: function: f_fs: Move epfile waitqueue to ffs_data.
Jerry Zhang
2017-06-02
1
-9
/
+10
|
*
usb: gadget: function: f_fs: Let ffs_epfile_ioctl wait for enable.
Jerry Zhang
2017-06-02
1
-39
/
+54
*
|
usb: gadget: f_fs: avoid out of bounds access on comp_desc
William Wu
2017-05-16
1
-5
/
+5
|
/
*
Merge tag 'usb-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2017-04-11
1
-59
/
+13
|
\
|
*
usb: gadget: f_fs: simplify ffs_dev name handling
Michal Nazarewicz
2017-04-11
1
-59
/
+13
*
|
drivers, usb: convert ffs_data.ref from atomic_t to refcount_t
Elena Reshetova
2017-03-17
1
-4
/
+4
|
/
*
Revert "usb: gadget: f_fs: Fix ExtCompat descriptor validation"
Janusz Dziedzic
2017-03-06
1
-1
/
+1
*
usb: gadget: function: f_fs: pass companion descriptor along
Felipe Balbi
2017-03-06
1
-2
/
+13
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
Merge tag 'usb-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2017-02-22
1
-2
/
+2
|
\
|
*
Merge 4.10-rc7 into usb-next
Greg Kroah-Hartman
2017-02-06
1
-1
/
+12
|
|
\
|
*
\
Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2017-01-26
1
-2
/
+2
|
|
\
\
|
|
*
|
usb: gadget: f_fs: Accept up to 30 endpoints.
Vincent Pelletier
2017-01-24
1
-1
/
+1
|
|
*
|
usb: gadger: f_fs: Do not copy past descriptor end.
Vincent Pelletier
2017-01-24
1
-1
/
+1
*
|
|
|
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-02-20
1
-1
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
[next]