summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
8 daysfuse: fix readahead reclaim deadlockJoanne Koong1-7/+19
2025-10-29fuse: fix livelock in synchronous file put from fuseblk workersDarrick J. Wong1-1/+7
2025-10-29fuse: allocate ff->release_args only if release is neededAmir Goldstein3-32/+41
2025-09-19fuse: prevent overflow in copy_file_range return valueMiklos Szeredi1-1/+1
2025-09-19fuse: check if copy_file_range() returns larger than requested sizeMiklos Szeredi1-0/+3
2025-06-04fuse: Return EPERM rather than ENOSYS from link()Matt Johnston1-0/+2
2025-04-25virtiofs: add filesystem context source name checkXiangsheng Hou1-0/+3
2025-04-10fuse: fix dax truncate/punch_hole fault pathAlistair Popple3-4/+3
2025-03-28fuse: don't truncate cached, mutated symlinkMiklos Szeredi1-1/+1
2024-09-12fuse: add feature flag for expire-onlyMiklos Szeredi1-1/+2
2024-09-12fuse: fix memory leak in fuse_create_openyangyun1-1/+1
2024-09-12fuse: add request extensionMiklos Szeredi3-30/+44
2024-09-12fuse: allow non-extending parallel direct writes on the same fileDharmendra Singh1-3/+40
2024-09-12fuse: add "expire only" mode to FUSE_NOTIFY_INVAL_ENTRYMiklos Szeredi3-5/+7
2024-09-12fuse: use unsigned type for getxattr/listxattr size truncationJann Horn1-2/+2
2024-09-12fuse: update stats for pages in dropped aux writeback listJoanne Koong1-1/+7
2024-08-29virtiofs: forbid newlines in tagsStefan Hajnoczi1-0/+10
2024-08-29fuse: fix UAF in rcu pathwalksAl Viro3-6/+13
2024-08-29fuse: Initialize beyond-EOF page contents before setting uptodateJann Horn1-2/+4
2024-08-03fuse: verify {g,u}id mount options correctlyEric Sandeen1-4/+20
2024-04-03fuse: don't unhash rootMiklos Szeredi2-3/+5
2024-04-03fuse: fix root lookup with nonzero generationMiklos Szeredi1-0/+4
2024-01-01fuse: share lookup state between submount and its parentKrister Johansen2-3/+87
2023-12-20fuse: dax: set fc->dax to NULL in fuse_dax_conn_free()Hangyu Hua1-0/+1
2023-09-19fuse: nlookup missing decrement in fuse_direntplus_linkruanmeisi1-1/+9
2023-07-27fuse: ioctl: translate ENOSYS in outargMiklos Szeredi1-8/+13
2023-07-27fuse: Apply flags2 only when userspace set the FUSE_INIT_EXTBernd Schubert1-1/+4
2023-07-27fuse: revalidate: don't invalidate if interruptedMiklos Szeredi1-1/+1
2023-04-26fuse: always revalidate rename target dentryJiachen Zhang1-1/+1
2023-03-10fuse: add inode/permission checks to fileattr_get/fileattr_setAlexander Mikhalitsyn1-0/+6
2023-03-03attr: use consistent sgid stripping checksChristian Brauner1-1/+1
2023-02-09use less confusing names for iov_iter direction initializersAl Viro1-2/+2
2022-11-23fuse: lock inode unconditionally in fuse_fallocate()Miklos Szeredi1-21/+16
2022-10-28fuse: add file_modified() to fallocateMiklos Szeredi1-0/+4
2022-10-20fuse: fix readdir cache raceMiklos Szeredi1-1/+9
2022-10-11Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-3/+24
2022-09-27mm: multi-gen LRU: groundworkYu Zhao1-1/+2
2022-09-24fuse: implement ->tmpfile()Miklos Szeredi2-3/+24
2022-08-09Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-7/+5
2022-08-09iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro2-4/+2
2022-08-09new iov_iter flavour - ITER_UBUFAl Viro2-3/+3
2022-08-08Merge tag 'fuse-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-26/+75
2022-07-27fuse: retire block-device-based superblock on force unmountDaniil Lunev1-2/+8
2022-07-26virtio_fs: Modify format for virtio_fs_direct_accessDeming Wang1-1/+1
2022-07-21virtiofs: delete unused parameter for virtio_fs_cleanup_vqsDeming Wang1-4/+3
2022-07-21fuse: Add module param for CAP_SYS_ADMIN access bypassing allow_otherDave Marchevsky1-0/+9
2022-07-21fuse: Remove the control interface for virtio-fsXie Yongji1-2/+2
2022-07-21fuse: ioctl: translate ENOSYSMiklos Szeredi1-2/+13
2022-07-21fuse: limit nsecMiklos Szeredi1-0/+6
2022-07-21fuse: avoid unnecessary spinlock bumpJeffle Xu1-1/+1