index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
function
/
f_fs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-07
usb: gadget: f_fs: pull out f->disable() from ffs_func_set_alt()
Tudor Ambarus
1
-14
/
+22
2024-08-07
usb: gadget: f_fs: restore ffs_func_disable() functionality
Tudor Ambarus
1
-3
/
+3
2024-06-20
usb: gadget: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
1
-0
/
+1
2024-05-10
Merge 6.9-rc7 into usb-next
Greg Kroah-Hartman
1
-2
/
+7
2024-04-23
usb: gadget: f_fs: Fix a race condition when processing setup packets.
Chris Wulff
1
-1
/
+1
2024-04-23
usb: gadget: f_fs: Fix race between aio_cancel() and AIO request complete
Wesley Cheng
1
-1
/
+6
2024-04-23
Merge 6.9-rc5 into usb-next
Greg Kroah-Hartman
1
-13
/
+16
2024-04-04
usb: gadget: functionfs: Wait for fences before enqueueing DMABUF
Paul Cercueil
1
-11
/
+12
2024-04-04
usb: gadget: functionfs: Fix inverted DMA fence direction
Paul Cercueil
1
-2
/
+4
2024-03-26
usb: gadget: f_fs: Add the missing get_alt callback
Hardik Gajjar
1
-1
/
+19
2024-02-17
usb: gadget: functionfs: Add DMABUF import interface
Paul Cercueil
1
-0
/
+467
2024-02-17
usb: gadget: functionfs: Factorize wait-for-endpoint code
Paul Cercueil
1
-21
/
+27
2024-01-27
usb: gadget: f_fs: expose ready state in configfs
Peter Korsgaard
1
-0
/
+20
2024-01-18
Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-3
/
+2
2023-12-15
usb: gadget: f_fs: fix fortify warning
Dmitry Antipov
1
-3
/
+2
2023-11-28
eventfd: simplify eventfd_signal()
Christian Brauner
1
-2
/
+2
2023-10-30
Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2023-10-18
function: convert to new timestamp accessors
Jeff Layton
1
-2
/
+2
2023-10-02
usb: gadget: f_fs: Annotate struct ffs_buffer with __counted_by
Kees Cook
1
-1
/
+1
2023-07-13
usb: convert to ctime accessor functions
Jeff Layton
1
-2
/
+1
2023-05-29
usb: gadget: f_fs: Add unbind event before functionfs_unbind
Uttkarsh Aggarwal
1
-1
/
+1
2023-04-10
Merge 6.3-rc6 into usb-next
Greg Kroah-Hartman
1
-1
/
+1
2023-04-05
usb: gadget: f_fs: Fix ffs_epfile_read_iter to handle ITER_UBUF
Sandeep Dhavale
1
-1
/
+1
2023-03-29
usb: gadget: ffs: remove ENTER() macro
Linyu Yuan
1
-94
/
+0
2023-03-09
usb: gadget: f_fs: Fix incorrect version checking of OS descs
Yuta Hayama
1
-2
/
+5
2023-02-06
Merge 6.2-rc7 into usb-next
Greg Kroah-Hartman
1
-1
/
+3
2023-01-24
usb: gadget: f_fs: Fix unbalanced spinlock in __ffs_ep0_queue_wait
Udipto Goswami
1
-1
/
+3
2023-01-23
Merge 6.2-rc5 into usb-next
Greg Kroah-Hartman
1
-0
/
+7
2023-01-17
usb: gadget: f_fs: Ensure ep0req is dequeued before free_request
Udipto Goswami
1
-0
/
+2
2023-01-17
usb: gadget: f_fs: Prevent race during ffs_ep0_queue_wait
Udipto Goswami
1
-0
/
+5
2023-01-06
usb: gadget: f_fs: use io_data->status consistently
John Keeping
1
-4
/
+4
2022-09-07
usb: gadget: f_fs: stricter integer overflow checks
Dan Carpenter
1
-2
/
+2
2022-08-19
usb: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-06-10
usb: gadget: f_fs: change ep->ep safe in ffs_epfile_io()
Linyu Yuan
1
-0
/
+6
2022-06-10
usb: gadget: f_fs: change ep->status safe in ffs_epfile_io()
Linyu Yuan
1
-15
/
+19
2022-02-14
Merge 5.17-rc4 into usb-next
Greg Kroah-Hartman
1
-14
/
+42
2022-01-31
usb: f_fs: Fix use-after-free for epfile
Udipto Goswami
1
-14
/
+42
2022-01-26
usb: gadget: f_fs: Use struct_size() and flex_array_size() helpers
Gustavo A. R. Silva
1
-2
/
+2
2022-01-03
Merge 5.16-rc8 into usb-next
Greg Kroah-Hartman
1
-3
/
+6
2021-12-21
usb: gadget: f_fs: Clear ffs_eventfd in ffs_data_clear.
Vincent Pelletier
1
-3
/
+6
2021-11-17
usb: gadget: f_fs: Use stream_open() for endpoint files
Pavankumar Kondeti
1
-2
/
+2
2021-10-25
fs: get rid of the res2 iocb->ki_complete argument
Jens Axboe
1
-1
/
+1
2021-10-25
usb: remove res2 argument from gadget code completions
Jens Axboe
1
-1
/
+1
2021-08-05
usb: gadget: remove useless cast
Salah Triki
1
-1
/
+1
2021-08-05
usb: gadget: Fix inconsistent indent
Wei Ming Chen
1
-1
/
+1
2021-06-14
Merge tag 'v5.13-rc6' into usb-next
Greg Kroah-Hartman
1
-0
/
+3
2021-06-09
usb: gadget: f_fs: Fix setting of device and driver data cross-references
Andrew Gabbasov
1
-33
/
+32
2021-06-04
usb: gadget: f_fs: Ensure io_completion_wq is idle during unbind
Wesley Cheng
1
-0
/
+3
2021-03-23
USB: gadget: f_fs: fix memdup_user.cocci warnings
kernel test robot
1
-8
/
+3
2021-03-23
usb: gadget/function/f_fs string table fix for multiple languages
Dean Anderson
1
-1
/
+2
[next]