summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
4 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-10-02fuse: prevent overflow in copy_file_range return valueMiklos Szeredi1-1/+1
2025-10-02fuse: check if copy_file_range() returns larger than requested sizeMiklos Szeredi1-0/+3
2025-05-02virtiofs: add filesystem context source name checkXiangsheng Hou1-0/+3
2025-04-10fuse: fix dax truncate/punch_hole fault pathAlistair Popple3-4/+3
2025-04-10fuse: don't truncate cached, mutated symlinkMiklos Szeredi1-1/+1
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-09-04virtiofs: forbid newlines in tagsStefan Hajnoczi1-0/+10
2024-09-04fuse: fix UAF in rcu pathwalksAl Viro3-6/+13
2024-09-04fuse: Initialize beyond-EOF page contents before setting uptodateJann Horn1-2/+4
2024-08-19fuse: verify {g,u}id mount options correctlyEric Sandeen1-4/+20
2024-04-10fuse: don't unhash rootMiklos Szeredi2-3/+5
2024-04-10fuse: fix root lookup with nonzero generationMiklos Szeredi1-0/+4
2024-01-05fuse: 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: revalidate: don't invalidate if interruptedMiklos Szeredi1-1/+1
2023-04-26fuse: fix deadlock between atomic O_TRUNC and page invalidationMiklos Szeredi2-13/+23
2023-04-26fuse: always revalidate rename target dentryJiachen Zhang1-1/+1
2023-04-26fuse: fix attr version comparison in fuse_read_update_size()Miklos Szeredi1-1/+1
2023-03-17attr: use consistent sgid stripping checksChristian Brauner1-1/+1
2023-03-10fuse: add inode/permission checks to fileattr_get/fileattr_setAlexander Mikhalitsyn1-0/+6
2022-12-02fuse: lock inode unconditionally in fuse_fallocate()Miklos Szeredi1-21/+16
2022-11-16fuse: fix readdir cache raceMiklos Szeredi1-1/+9
2022-11-10fuse: add file_modified() to fallocateMiklos Szeredi1-0/+4
2022-08-17fuse: Remove the control interface for virtio-fsXie Yongji1-2/+2
2022-08-17fuse: ioctl: translate ENOSYSMiklos Szeredi1-2/+13
2022-08-17fuse: limit nsecMiklos Szeredi1-0/+6
2022-05-01iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher1-1/+1
2022-03-16fuse: fix pipe buffer lifetime for direct_ioMiklos Szeredi3-1/+13
2022-03-16fuse: fix fileattr op failureMiklos Szeredi1-3/+6
2022-01-27fuse: Pass correct lend value to filemap_write_and_wait_range()Xie Yongji1-1/+1
2021-12-22fuse: annotate lock in fuse_reverse_inval_entry()Miklos Szeredi1-1/+1
2021-12-17fuse: make sure reclaim doesn't write the inodeMiklos Szeredi4-0/+27
2021-12-01fuse: release pipe buf after last useMiklos Szeredi1-5/+5
2021-11-18fuse: fix page stealingMiklos Szeredi1-2/+12
2021-10-21fuse: clean up error exits in fuse_fill_super()Miklos Szeredi1-6/+2
2021-10-21fuse: always initialize sb->s_fs_infoMiklos Szeredi1-25/+25
2021-10-21fuse: clean up fuse_mount destructionMiklos Szeredi2-19/+7
2021-10-21fuse: get rid of fuse_put_super()Miklos Szeredi3-9/+15
2021-10-21fuse: check s_root when destroying sbMiklos Szeredi2-2/+2
2021-09-07Merge tag 'fuse-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-80/+214
2021-09-06fuse: remove unused arg in fuse_write_file_get()Miklos Szeredi1-9/+6
2021-09-06fuse: wait for writepages in syncfsMiklos Szeredi3-0/+100
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+5
2021-08-31fuse: flush extending writesMiklos Szeredi1-1/+1