aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/mszeredi/fuseLinus 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/viro/vfsLinus Torvalds1-2/+1
2021-04-30Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-2/+5
2021-04-15useful constants: struct qstr for ".."Al Viro1-2/+1
2021-04-14virtiofs: split requests that exceed virtqueue sizeConnor Kuehl1-1/+2
2021-04-14fuse: extend FUSE_SETXATTR requestVivek Goyal1-1/+3
2021-03-08new helper: inode_wrong_type()Al Viro1-1/+1
2020-12-10fuse: fix bad inodeMiklos Szeredi1-2/+2
2020-11-11fuse: support SB_NOSEC flag to improve write performanceVivek Goyal1-1/+13
2020-11-11fuse: introduce the notion of FUSE_HANDLE_KILLPRIV_V2Vivek Goyal1-1/+4
2020-11-11fuse: add fuse_sb_destroy() helperMiklos Szeredi1-9/+7
2020-11-11fuse: get rid of fuse_mount refcountMiklos Szeredi1-13/+4
2020-11-11virtiofs: simplify sb setupMiklos Szeredi1-7/+0
2020-10-19Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-88/+303
2020-10-12fuse: connection remove fixMiklos Szeredi1-0/+7
2020-10-09fuse: implement crossmountsMax Reitz1-2/+24
2020-09-24bdi: invert BDI_CAP_NO_ACCT_WBChristoph Hellwig1-1/+2
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig1-1/+0
2020-09-18fuse: Allow fuse_fill_super_common() for submountsMax Reitz1-21/+88
2020-09-18fuse: split fuse_mount off of fuse_connMax Reitz1-49/+121
2020-09-10virtiofs: serialize truncate/punch_hole and dax fault pathVivek Goyal1-0/+1
2020-09-10virtiofs: implement dax read/write operationsVivek Goyal1-4/+17
2020-09-10virtiofs: implement FUSE_INIT map_alignment fieldStefan Hajnoczi1-1/+16
2020-09-10virtiofs: add a mount option to enable daxVivek Goyal1-1/+17
2020-09-10virtiofs: get rid of no_mount_optionsVivek Goyal1-14/+16
2020-07-14fuse: reject options on reconfigure via fsconfig(2)Miklos Szeredi1-6/+10
2020-07-14fuse: ignore 'data' argument of mount(..., MS_REMOUNT)Miklos Szeredi1-0/+7
2020-07-14fuse: use ->reconfigure() instead of ->remount_fs()Miklos Szeredi1-3/+5
2020-05-19fuse: update attr_version counter on fuse_notify_inval_inode()Miklos Szeredi1-0/+7
2020-05-19virtiofs: do not use fuse_fill_super_common() for device installationVivek Goyal1-7/+12