index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
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
2025-12-06
Merge tag 'usb-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-3
/
+1
2025-11-21
usb: gadget: functionfs: use dma_buf_unmap_attachment_unlocked() helper
Liang Jie
1
-3
/
+1
2025-11-17
convert functionfs
Al Viro
1
-8
/
+9
2025-11-17
functionfs: switch to simple_remove_by_name()
Al Viro
1
-29
/
+22
2025-11-17
functionfs: fix the open/removal races
Al Viro
1
-10
/
+43
2025-11-17
functionfs: need to cancel ->reset_work in ->kill_sb()
Al Viro
1
-0
/
+3
2025-11-17
functionfs: don't bother with ffs->ref in ffs_data_{opened,closed}()
Al Viro
1
-5
/
+3
2025-11-17
functionfs: don't abuse ffs_data_closed() on fs shutdown
Al Viro
1
-8
/
+8
2025-10-04
Merge tag 'usb-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-1
/
+7
2025-09-17
usb: gadget: f_fs: Fix epfile null pointer access after ep enable.
Owen Gu
1
-1
/
+7
2025-09-15
fs: rename generic_delete_inode() and generic_drop_inode()
Mateusz Guzik
1
-1
/
+1
2025-07-29
Merge tag 'usb-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-11
/
+1
2025-07-07
usb: gadget: f_fs: Remove unnecessary spinlocks.
Ingo Rohloff
1
-10
/
+0
2025-07-02
functionfs, gadgetfs: use simple_recursive_removal()
Al Viro
1
-2
/
+1
2025-06-19
usb: gadget: f_fs: Use USB API functions rather than constants
Chen Ni
1
-1
/
+1
2024-12-23
usb: gadget: f_fs: Remove WARN_ON in functionfs_bind
Akash M
1
-1
/
+1
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-1
/
+1
2024-11-13
drivers/usb/gadget: refactor min with min_t
Sabyrzhan Tasbolatov
1
-3
/
+3
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-2
/
+0
2024-09-03
usb: gadget: function: move u_f.h to include/linux/usb/func_utils.h
Michael Grzeschik
1
-1
/
+1
2024-08-13
usb: gadget: f_fs: add capability for dfu functional descriptor
David Sands
1
-2
/
+10
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
[next]