summaryrefslogtreecommitdiff
path: root/fs/fuse/inode.c
AgeCommit message (Expand)Author
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
2021-08-04fuse: name fs_context consistentlyMiklos Szeredi
2021-07-13fuse: Convert to using invalidate_lockJan Kara
2021-06-22fuse: fix illegal access to inode with reused nodeidAmir Goldstein
2021-06-22fuse: Make fuse_fill_super_submount() staticGreg Kurz
2021-06-22fuse: Call vfs_get_tree() for submountsGreg Kurz
2021-06-22fuse: add dedicated filesystem context ops for submountsGreg Kurz
2021-06-22virtiofs: propagate sync() to file serverGreg Kurz
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2021-04-30Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-04-15useful constants: struct qstr for ".."Al Viro
2021-04-14virtiofs: split requests that exceed virtqueue sizeConnor Kuehl
2021-04-14fuse: extend FUSE_SETXATTR requestVivek Goyal
2021-03-08new helper: inode_wrong_type()Al Viro
2020-12-10fuse: fix bad inodeMiklos Szeredi
2020-11-11fuse: support SB_NOSEC flag to improve write performanceVivek Goyal
2020-11-11fuse: introduce the notion of FUSE_HANDLE_KILLPRIV_V2Vivek Goyal
2020-11-11fuse: add fuse_sb_destroy() helperMiklos Szeredi
2020-11-11fuse: get rid of fuse_mount refcountMiklos Szeredi
2020-11-11virtiofs: simplify sb setupMiklos Szeredi
2020-10-19Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-12fuse: connection remove fixMiklos Szeredi
2020-10-09fuse: implement crossmountsMax Reitz
2020-09-24bdi: invert BDI_CAP_NO_ACCT_WBChristoph Hellwig