aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/inode.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-27Merge tag 'fuse-update-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+3
2023-01-26fuse: optional supplementary group in create requestsGravatar Miklos Szeredi 1-1/+3
2023-01-24fuse: fixes after adapting to new posix acl apiGravatar Christian Brauner 1-11/+10
2022-07-27fuse: retire block-device-based superblock on force unmountGravatar Daniil Lunev 1-2/+8
2022-07-21fuse: limit nsecGravatar Miklos Szeredi 1-0/+6
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2022-02-21fuse: move FUSE_SUPER_MAGIC definition to magic.hGravatar Jeff Layton 1-2/+1
2021-12-14fuse: mark inode DONT_CACHE when per inode DAX hint changesGravatar Jeffle Xu 1-0/+3
2021-12-14fuse: negotiate per inode DAX in FUSE_INITGravatar Jeffle Xu 1-4/+9
2021-12-14fuse: enable per inode DAXGravatar Jeffle Xu 1-1/+1
2021-12-14fuse: make DAX mount option a tri-stateGravatar Jeffle Xu 1-3/+7
2021-11-25fuse: send security context of inode on fileGravatar Vivek Goyal 1-1/+4
2021-11-25fuse: extend init flagsGravatar Miklos Szeredi 1-27/+33
2021-10-28fuse: add cache_maskGravatar Miklos Szeredi 1-7/+24
2021-10-28fuse: move reverting attributes to fuse_change_attributes()Gravatar Miklos Szeredi 1-0/+13
2021-10-28fuse: simplify local variables holding writeback cache stateGravatar Miklos Szeredi 1-2/+2
2021-10-22fuse: make sure reclaim doesn't write the inodeGravatar Miklos Szeredi 1-0/+3
2021-10-21fuse: clean up error exits in fuse_fill_super()Gravatar Miklos Szeredi 1-6/+2
2021-10-21fuse: always initialize sb->s_fs_infoGravatar Miklos Szeredi 1-25/+25
2021-10-21fuse: clean up fuse_mount destructionGravatar Miklos Szeredi 1-12/+5
2021-10-21fuse: get rid of fuse_put_super()Gravatar Miklos Szeredi 1-9/+11
2021-10-21fuse: check s_root when destroying sbGravatar Miklos Szeredi 1-1/+1
2021-09-07Merge tag 'fuse-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-55/+148
2021-09-06fuse: wait for writepages in syncfsGravatar Miklos Szeredi 1-0/+60
2021-08-05fuse: allow sharing existing sbGravatar Miklos Szeredi 1-1/+37
2021-08-05fuse: move fget() to fuse_get_tree()Gravatar Miklos Szeredi 1-23/+21
2021-08-04fuse: move option checking into fuse_fill_super()Gravatar Miklos Szeredi 1-7/+6
2021-08-04fuse: name fs_context consistentlyGravatar Miklos Szeredi 1-30/+30
2021-07-13fuse: Convert to using invalidate_lockGravatar Jan Kara 1-1/+0
2021-06-22fuse: fix illegal access to inode with reused nodeidGravatar Amir Goldstein 1-2/+2
2021-06-22fuse: Make fuse_fill_super_submount() staticGravatar Greg Kurz 1-2/+2
2021-06-22fuse: Call vfs_get_tree() for submountsGravatar Greg Kurz 1-0/+36
2021-06-22fuse: add dedicated filesystem context ops for submountsGravatar Greg Kurz 1-0/+16
2021-06-22virtiofs: propagate sync() to file serverGravatar Greg Kurz 1-0/+40
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+1
2021-04-30Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+5
2021-04-15useful constants: struct qstr for ".."Gravatar Al Viro 1-2/+1
2021-04-14virtiofs: split requests that exceed virtqueue sizeGravatar Connor Kuehl 1-1/+2
2021-04-14fuse: extend FUSE_SETXATTR requestGravatar Vivek Goyal 1-1/+3
2021-03-08new helper: inode_wrong_type()Gravatar Al Viro 1-1/+1
2020-12-10fuse: fix bad inodeGravatar Miklos Szeredi 1-2/+2
2020-11-11fuse: support SB_NOSEC flag to improve write performanceGravatar Vivek Goyal 1-1/+13
2020-11-11fuse: introduce the notion of FUSE_HANDLE_KILLPRIV_V2Gravatar Vivek Goyal 1-1/+4
2020-11-11fuse: add fuse_sb_destroy() helperGravatar Miklos Szeredi 1-9/+7
2020-11-11fuse: get rid of fuse_mount refcountGravatar Miklos Szeredi 1-13/+4
2020-11-11virtiofs: simplify sb setupGravatar Miklos Szeredi 1-7/+0
2020-10-19Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-88/+303
2020-10-12fuse: connection remove fixGravatar Miklos Szeredi 1-0/+7
2020-10-09fuse: implement crossmountsGravatar Max Reitz 1-2/+24
2020-09-24bdi: invert BDI_CAP_NO_ACCT_WBGravatar Christoph Hellwig 1-1/+2