summaryrefslogtreecommitdiff
path: root/fs/fuse/inode.c
AgeCommit message (Expand)Author
2024-04-15fuse: fix wrong ff->iomode state changes from parallel dio writeAmir Goldstein
2024-03-15Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-06fuse: Use the high bit of request ID for indicating resend requestsZhao Chen
2024-03-06fuse: add support for explicit export disablingJingbo Xu
2024-03-06fuse: __kuid_val/__kgid_val helpers in fuse_fill_attr_from_inode()Alexander Mikhalitsyn
2024-03-05fuse: use FUSE_ROOT_ID in fuse_get_root_inode()Miklos Szeredi
2024-03-05fuse: don't unhash rootMiklos Szeredi
2024-03-05fuse: implement ioctls to manage backing filesAmir Goldstein
2024-02-25fuse: fix UAF in rcu pathwalksAl Viro
2024-02-23fuse: introduce FUSE_PASSTHROUGH capabilityAmir Goldstein
2023-12-04fuse: share lookup state between submount and its parentKrister Johansen
2023-12-04fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAPTyler Fanelli
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-28exportfs: define FILEID_INO64_GEN* file handle typesAmir Goldstein
2023-10-18fuse: convert to new timestamp accessorsJeff Layton
2023-09-05Merge tag 'fuse-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-21fuse: cache btimeMiklos Szeredi
2023-08-21fuse: implement statxMiklos Szeredi
2023-08-16fuse: add a new fuse init flag to relax restrictions in no cache modeHao Xu
2023-07-24fuse: convert to ctime accessor functionsJeff Layton
2023-06-07fuse: Apply flags2 only when userspace set the FUSE_INIT_EXTBernd Schubert
2023-06-07fuse: add feature flag for expire-onlyMiklos Szeredi
2023-02-27Merge tag 'fuse-update-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-01-26fuse: optional supplementary group in create requestsMiklos Szeredi
2023-01-24fuse: fixes after adapting to new posix acl apiChristian Brauner
2022-07-27fuse: retire block-device-based superblock on force unmountDaniil Lunev
2022-07-21fuse: limit nsecMiklos Szeredi
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-02-21fuse: move FUSE_SUPER_MAGIC definition to magic.hJeff Layton
2021-12-14fuse: mark inode DONT_CACHE when per inode DAX hint changesJeffle Xu
2021-12-14fuse: negotiate per inode DAX in FUSE_INITJeffle Xu
2021-12-14fuse: enable per inode DAXJeffle Xu
2021-12-14fuse: make DAX mount option a tri-stateJeffle Xu
2021-11-25fuse: send security context of inode on fileVivek Goyal
2021-11-25fuse: extend init flagsMiklos Szeredi
2021-10-28fuse: add cache_maskMiklos Szeredi
2021-10-28fuse: move reverting attributes to fuse_change_attributes()Miklos Szeredi
2021-10-28fuse: simplify local variables holding writeback cache stateMiklos Szeredi
2021-10-22fuse: make sure reclaim doesn't write the inodeMiklos Szeredi
2021-10-21fuse: clean up error exits in fuse_fill_super()Miklos Szeredi
2021-10-21fuse: always initialize sb->s_fs_infoMiklos Szeredi
2021-10-21fuse: clean up fuse_mount destructionMiklos Szeredi
2021-10-21fuse: get rid of fuse_put_super()Miklos Szeredi
2021-10-21fuse: check s_root when destroying sbMiklos Szeredi
2021-09-07Merge tag 'fuse-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-09-06fuse: wait for writepages in syncfsMiklos Szeredi
2021-08-05fuse: allow sharing existing sbMiklos Szeredi
2021-08-05fuse: move fget() to fuse_get_tree()Miklos Szeredi
2021-08-04fuse: move option checking into fuse_fill_super()Miklos Szeredi