summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)Author
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-28fuse: don't truncate cached, mutated symlinkMiklos Szeredi
2024-09-12fuse: add feature flag for expire-onlyMiklos Szeredi
2024-09-12fuse: fix memory leak in fuse_create_openyangyun
2024-09-12fuse: add request extensionMiklos Szeredi
2024-09-12fuse: allow non-extending parallel direct writes on the same fileDharmendra Singh
2024-09-12fuse: add "expire only" mode to FUSE_NOTIFY_INVAL_ENTRYMiklos Szeredi
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-03fuse: don't unhash rootMiklos Szeredi
2024-04-03fuse: fix root lookup with nonzero generationMiklos Szeredi
2024-01-01fuse: share lookup state between submount and its parentKrister Johansen
2023-12-20fuse: dax: set fc->dax to NULL in fuse_dax_conn_free()Hangyu Hua
2023-09-19fuse: nlookup missing decrement in fuse_direntplus_linkruanmeisi
2023-07-27fuse: ioctl: translate ENOSYS in outargMiklos Szeredi
2023-07-27fuse: Apply flags2 only when userspace set the FUSE_INIT_EXTBernd Schubert
2023-07-27fuse: revalidate: don't invalidate if interruptedMiklos Szeredi
2023-04-26fuse: always revalidate rename target dentryJiachen Zhang
2023-03-10fuse: add inode/permission checks to fileattr_get/fileattr_setAlexander Mikhalitsyn
2023-03-03attr: use consistent sgid stripping checksChristian Brauner
2023-02-09use less confusing names for iov_iter direction initializersAl Viro
2022-11-23fuse: lock inode unconditionally in fuse_fallocate()Miklos Szeredi
2022-10-28fuse: add file_modified() to fallocateMiklos Szeredi
2022-10-20fuse: fix readdir cache raceMiklos Szeredi
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2022-09-26mm: multi-gen LRU: groundworkYu Zhao
2022-09-24fuse: implement ->tmpfile()Miklos Szeredi
2022-08-08Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro
2022-08-08new iov_iter flavour - ITER_UBUFAl Viro
2022-08-08Merge tag 'fuse-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-07-27fuse: retire block-device-based superblock on force unmountDaniil Lunev
2022-07-26virtio_fs: Modify format for virtio_fs_direct_accessDeming Wang
2022-07-21virtiofs: delete unused parameter for virtio_fs_cleanup_vqsDeming Wang
2022-07-21fuse: Add module param for CAP_SYS_ADMIN access bypassing allow_otherDave Marchevsky
2022-07-21fuse: Remove the control interface for virtio-fsXie Yongji
2022-07-21fuse: ioctl: translate ENOSYSMiklos Szeredi
2022-07-21fuse: limit nsecMiklos Szeredi
2022-07-21fuse: avoid unnecessary spinlock bumpJeffle Xu
2022-07-21fuse: fix deadlock between atomic O_TRUNC and page invalidationMiklos Szeredi
2022-07-21fuse: write inode in fuse_release()Miklos Szeredi
2022-06-10iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNCAl Viro
2022-05-27Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-05-16dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu