summaryrefslogtreecommitdiff
path: root/fs/fuse/inode.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-04fuse: share lookup state between submount and its parentKrister Johansen1-3/+72
2023-12-04fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAPTyler Fanelli1-3/+3
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-3/+4
2023-10-28exportfs: define FILEID_INO64_GEN* file handle typesAmir Goldstein1-3/+4
2023-10-18fuse: convert to new timestamp accessorsJeff Layton1-15/+14
2023-09-05Merge tag 'fuse-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+29
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-8/+8
2023-08-21fuse: cache btimeMiklos Szeredi1-2/+23
2023-08-21fuse: implement statxMiklos Szeredi1-2/+3
2023-08-16fuse: add a new fuse init flag to relax restrictions in no cache modeHao Xu1-1/+3
2023-07-24fuse: convert to ctime accessor functionsJeff Layton1-8/+8
2023-06-07fuse: Apply flags2 only when userspace set the FUSE_INIT_EXTBernd Schubert1-1/+4
2023-06-07fuse: add feature flag for expire-onlyMiklos Szeredi1-1/+2
2023-02-27Merge tag 'fuse-update-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+3
2023-01-26fuse: optional supplementary group in create requestsMiklos Szeredi1-1/+3
2023-01-24fuse: fixes after adapting to new posix acl apiChristian Brauner1-11/+10
2022-07-27fuse: retire block-device-based superblock on force unmountDaniil Lunev1-2/+8
2022-07-21fuse: limit nsecMiklos Szeredi1-0/+6
2022-03-23fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-02-21fuse: move FUSE_SUPER_MAGIC definition to magic.hJeff Layton1-2/+1
2021-12-14fuse: mark inode DONT_CACHE when per inode DAX hint changesJeffle Xu1-0/+3
2021-12-14fuse: negotiate per inode DAX in FUSE_INITJeffle Xu1-4/+9
2021-12-14fuse: enable per inode DAXJeffle Xu1-1/+1
2021-12-14fuse: make DAX mount option a tri-stateJeffle Xu1-3/+7
2021-11-25fuse: send security context of inode on fileVivek Goyal1-1/+4
2021-11-25fuse: extend init flagsMiklos Szeredi1-27/+33
2021-10-28fuse: add cache_maskMiklos Szeredi1-7/+24
2021-10-28fuse: move reverting attributes to fuse_change_attributes()Miklos Szeredi1-0/+13
2021-10-28fuse: simplify local variables holding writeback cache stateMiklos Szeredi1-2/+2
2021-10-22fuse: make sure reclaim doesn't write the inodeMiklos Szeredi1-0/+3
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 Szeredi1-12/+5
2021-10-21fuse: get rid of fuse_put_super()Miklos Szeredi1-9/+11
2021-10-21fuse: check s_root when destroying sbMiklos Szeredi1-1/+1
2021-09-07Merge tag 'fuse-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-55/+148
2021-09-06fuse: wait for writepages in syncfsMiklos Szeredi1-0/+60
2021-08-05fuse: allow sharing existing sbMiklos Szeredi1-1/+37
2021-08-05fuse: move fget() to fuse_get_tree()Miklos Szeredi1-23/+21
2021-08-04fuse: move option checking into fuse_fill_super()Miklos Szeredi1-7/+6
2021-08-04fuse: name fs_context consistentlyMiklos Szeredi1-30/+30
2021-07-13fuse: Convert to using invalidate_lockJan Kara1-1/+0
2021-06-22fuse: fix illegal access to inode with reused nodeidAmir Goldstein1-2/+2
2021-06-22fuse: Make fuse_fill_super_submount() staticGreg Kurz1-2/+2
2021-06-22fuse: Call vfs_get_tree() for submountsGreg Kurz1-0/+36
2021-06-22fuse: add dedicated filesystem context ops for submountsGreg Kurz1-0/+16
2021-06-22virtiofs: propagate sync() to file serverGreg Kurz1-0/+40
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2021-05-01Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+5
2021-04-16useful constants: struct qstr for ".."Al Viro1-2/+1