summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function/f_fs.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-14usb: gadget: f_fs: Fix Use-After-Free in AIO error pathNeill Kapron1-0/+4
2026-08-14usb: gadget: f_fs: Prevent deadlock during ep0 read loopNeill Kapron1-4/+10
2026-07-17usb: gadget: f_fs: fix __le16 of wMaxPacketSizeBen Dooks1-1/+1
2026-07-13Merge 7.2-rc3 into usb-nextGreg Kroah-Hartman1-4/+5
2026-07-10USB: gadget: ffs: fix mm lifetime handlingGabriel Prostitis1-7/+20
2026-07-10usb: gadget: f_fs: Introduce rw_proxy file descriptorsNeill Kapron1-15/+72
2026-07-10usb: gadget: f_fs: Add zero-length packet ioctlNeill Kapron1-1/+24
2026-07-10usb: gadget: f_fs: Fix fence cleanup in ffs_dmabuf_transfer() error pathsNuno Sá1-4/+4
2026-06-25usb: gadget: f_fs: Tie read_buffer lifetime to ffs_epfileNeill Kapron1-1/+1
2026-06-25usb: gadget: f_fs: Initialize epfile->in early to fix endpoint direction checksNeill Kapron1-1/+1
2026-06-25usb: gadget: f_fs: initialize reset_work at allocation timeTyler Baker1-2/+2
2026-06-25usb: gadget: f_fs: Fix DMA fence leakPaul Cercueil1-0/+1
2026-05-22usb: gadget: f_fs: serialize DMABUF cancel against request completionMichael Bommarito1-2/+22
2026-05-22usb: gadget: f_fs: copy only received bytes on short ep0 readMichael Bommarito1-1/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-11/+11
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-12/+12
2026-02-17Merge tag 'usb-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-16/+10
2026-02-05functionfs: use spinlock for FFS_DEACTIVATED/FFS_CLOSING transitionsAl Viro1-53/+49
2026-01-14usb: gadget: f_fs: fix DMA-BUF OUT queuesSam Day1-3/+3
2026-01-14usb: gadget: f_fs: Fix ioctl error handlingSam Day1-12/+6
2025-12-23usb: gadget: Constify struct configfs_item_operations and configfs_group_oper...Christophe JAILLET1-1/+1
2025-12-06Merge tag 'usb-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-3/+1
2025-11-21usb: gadget: functionfs: use dma_buf_unmap_attachment_unlocked() helperLiang Jie1-3/+1
2025-11-17convert functionfsAl Viro1-8/+9
2025-11-17functionfs: switch to simple_remove_by_name()Al Viro1-29/+22
2025-11-17functionfs: fix the open/removal racesAl Viro1-10/+43
2025-11-17functionfs: need to cancel ->reset_work in ->kill_sb()Al Viro1-0/+3
2025-11-17functionfs: don't bother with ffs->ref in ffs_data_{opened,closed}()Al Viro1-5/+3
2025-11-17functionfs: don't abuse ffs_data_closed() on fs shutdownAl Viro1-8/+8
2025-10-04Merge tag 'usb-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+7
2025-09-17usb: gadget: f_fs: Fix epfile null pointer access after ep enable.Owen Gu1-1/+7
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik1-1/+1
2025-07-29Merge tag 'usb-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus 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