summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)Author
12 daysvirtiofs: fix UAF on submount umountMiklos Szeredi
12 daysfuse: re-lock request before replacing page cache folioJoanne Koong
12 daysfuse: limit FUSE_NOTIFY_RETRIEVE to uptodate foliosJann Horn
2026-06-19fuse: reject fuse_notify() pagecache ops on directoriesJann Horn
2026-04-27fuse: quiet down complaints in fuse_conn_limit_writeDarrick J. Wong
2026-04-27fuse: Check for large folio with SPLICE_F_MOVEBernd Schubert
2026-04-27fuse: reject oversized dirents in page cacheSamuel Page
2026-01-11fuse: fix readahead reclaim deadlockJoanne Koong
2026-01-11fuse: Invalidate the page cache after FOPEN_DIRECT_IO writeBernd Schubert
2026-01-11fuse: Always flush the page cache before FOPEN_DIRECT_IO writeBernd Schubert
2025-11-24fuse: zero initialize inode private dataMiklos Szeredi
2025-10-29fuse: fix livelock in synchronous file put from fuseblk workersDarrick J. Wong
2025-10-29fuse: allocate ff->release_args only if release is neededAmir Goldstein
2025-09-19fuse: prevent overflow in copy_file_range return valueMiklos Szeredi
2025-09-19fuse: check if copy_file_range() returns larger than requested sizeMiklos Szeredi
2025-07-06fuse: fix race between concurrent setattrs from multiple nodesGuang Yuan Wu
2025-06-04fuse: Return EPERM rather than ENOSYS from link()Matt Johnston
2025-04-25virtiofs: add filesystem context source name checkXiangsheng Hou
2025-04-10fuse: fix dax truncate/punch_hole fault pathAlistair Popple
2025-03-22fuse: don't truncate cached, mutated symlinkMiklos Szeredi
2024-09-12fuse: fix memory leak in fuse_create_openyangyun
2024-09-12fuse: use unsigned type for getxattr/listxattr size truncationJann Horn
2024-09-12fuse: update stats for pages in dropped aux writeback listJoanne Koong
2024-08-29virtiofs: forbid newlines in tagsStefan Hajnoczi
2024-08-29fuse: fix UAF in rcu pathwalksAl Viro
2024-08-29fuse: Initialize beyond-EOF page contents before setting uptodateJann Horn
2024-08-03fuse: verify {g,u}id mount options correctlyEric Sandeen
2024-04-27fuse: fix leaked ENOSYS error on first statx callDanny Lin
2024-04-03fuse: don't unhash rootMiklos Szeredi
2024-04-03fuse: fix root lookup with nonzero generationMiklos Szeredi
2024-04-03fuse: replace remaining make_bad_inode() with fuse_make_bad()Miklos Szeredi
2024-04-03fuse: fix VM_MAYSHARE and direct_io_allow_mmapBernd Schubert
2023-12-20fuse: dax: set fc->dax to NULL in fuse_dax_conn_free()Hangyu Hua
2023-12-20fuse: disable FOPEN_PARALLEL_DIRECT_WRITES with FUSE_DIRECT_IO_ALLOW_MMAPAmir Goldstein
2023-12-20fuse: share lookup state between submount and its parentKrister Johansen
2023-12-20fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAPTyler Fanelli
2023-09-05Merge tag 'fuse-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-29fuse: conditionally fill kstat in fuse_do_statx()Bernd Schubert
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-24mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)
2023-08-21fuse: invalidate dentry on EEXIST creates or ENOENT deletesJiachen Zhang
2023-08-21fuse: cache btimeMiklos Szeredi
2023-08-21fuse: implement statxMiklos Szeredi
2023-08-16fuse: add ATTR_TIMEOUT macroMiklos Szeredi
2023-08-16fuse: handle empty request_mask in statxMiklos Szeredi
2023-08-16fuse: write back dirty pages before direct write in direct_io_relax modeHao Xu
2023-08-16fuse: add a new fuse init flag to relax restrictions in no cache modeHao Xu
2023-08-16fuse: invalidate page cache pages before direct writeHao Xu
2023-08-16fuse: nlookup missing decrement in fuse_direntplus_linkruanmeisi