aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function/f_fs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-29Merge tag 'usb-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-11/+1
2025-07-07usb: gadget: f_fs: Remove unnecessary spinlocks.Ingo Rohloff1-10/+0
2025-07-02functionfs, gadgetfs: use simple_recursive_removal()Al Viro1-2/+1
2025-06-19usb: gadget: f_fs: Use USB API functions rather than constantsChen Ni1-1/+1
2024-12-23usb: gadget: f_fs: Remove WARN_ON in functionfs_bindAkash M1-1/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-11-13drivers/usb/gadget: refactor min with min_tSabyrzhan Tasbolatov1-3/+3
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-2/+0
2024-09-03usb: gadget: function: move u_f.h to include/linux/usb/func_utils.hMichael Grzeschik1-1/+1
2024-08-13usb: gadget: f_fs: add capability for dfu functional descriptorDavid Sands1-2/+10
2024-08-07usb: gadget: f_fs: pull out f->disable() from ffs_func_set_alt()Tudor Ambarus1-14/+22
2024-08-07usb: gadget: f_fs: restore ffs_func_disable() functionalityTudor Ambarus1-3/+3
2024-06-20usb: gadget: add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2024-05-10Merge 6.9-rc7 into usb-nextGreg Kroah-Hartman1-2/+7
2024-04-23usb: gadget: f_fs: Fix a race condition when processing setup packets.Chris Wulff1-1/+1
2024-04-23usb: gadget: f_fs: Fix race between aio_cancel() and AIO request completeWesley Cheng1-1/+6
2024-04-23Merge 6.9-rc5 into usb-nextGreg Kroah-Hartman1-13/+16
2024-04-04usb: gadget: functionfs: Wait for fences before enqueueing DMABUFPaul Cercueil1-11/+12
2024-04-04usb: gadget: functionfs: Fix inverted DMA fence directionPaul Cercueil1-2/+4
2024-03-26usb: gadget: f_fs: Add the missing get_alt callbackHardik Gajjar1-1/+19
2024-02-17usb: gadget: functionfs: Add DMABUF import interfacePaul Cercueil1-0/+467
2024-02-17usb: gadget: functionfs: Factorize wait-for-endpoint codePaul Cercueil1-21/+27
2024-01-27usb: gadget: f_fs: expose ready state in configfsPeter Korsgaard1-0/+20
2024-01-18Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-3/+2
2023-12-15usb: gadget: f_fs: fix fortify warningDmitry Antipov1-3/+2
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner1-2/+2
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2023-10-18function: convert to new timestamp accessorsJeff Layton1-2/+2
2023-10-02usb: gadget: f_fs: Annotate struct ffs_buffer with __counted_byKees Cook1-1/+1
2023-07-13usb: convert to ctime accessor functionsJeff Layton1-2/+1
2023-05-29usb: gadget: f_fs: Add unbind event before functionfs_unbindUttkarsh Aggarwal1-1/+1
2023-04-10Merge 6.3-rc6 into usb-nextGreg Kroah-Hartman1-1/+1
2023-04-05usb: gadget: f_fs: Fix ffs_epfile_read_iter to handle ITER_UBUFSandeep Dhavale1-1/+1
2023-03-29usb: gadget: ffs: remove ENTER() macroLinyu Yuan1-94/+0
2023-03-09usb: gadget: f_fs: Fix incorrect version checking of OS descsYuta Hayama1-2/+5
2023-02-06Merge 6.2-rc7 into usb-nextGreg Kroah-Hartman1-1/+3
2023-01-24usb: gadget: f_fs: Fix unbalanced spinlock in __ffs_ep0_queue_waitUdipto Goswami1-1/+3
2023-01-23Merge 6.2-rc5 into usb-nextGreg Kroah-Hartman1-0/+7
2023-01-17usb: gadget: f_fs: Ensure ep0req is dequeued before free_requestUdipto Goswami1-0/+2
2023-01-17usb: gadget: f_fs: Prevent race during ffs_ep0_queue_waitUdipto Goswami1-0/+5
2023-01-06usb: gadget: f_fs: use io_data->status consistentlyJohn Keeping1-4/+4
2022-09-07usb: gadget: f_fs: stricter integer overflow checksDan Carpenter1-2/+2
2022-08-19usb: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-06-10usb: gadget: f_fs: change ep->ep safe in ffs_epfile_io()Linyu Yuan1-0/+6
2022-06-10usb: gadget: f_fs: change ep->status safe in ffs_epfile_io()Linyu Yuan1-15/+19
2022-02-14Merge 5.17-rc4 into usb-nextGreg Kroah-Hartman1-14/+42
2022-01-31usb: f_fs: Fix use-after-free for epfileUdipto Goswami1-14/+42
2022-01-26usb: gadget: f_fs: Use struct_size() and flex_array_size() helpersGustavo A. R. Silva1-2/+2
2022-01-03Merge 5.16-rc8 into usb-nextGreg Kroah-Hartman1-3/+6