aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/inode.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initGravatar Christoph Hellwig 1-1/+0
2020-09-18fuse: Allow fuse_fill_super_common() for submountsGravatar Max Reitz 1-21/+88
2020-09-18fuse: split fuse_mount off of fuse_connGravatar Max Reitz 1-49/+121
2020-09-10virtiofs: serialize truncate/punch_hole and dax fault pathGravatar Vivek Goyal 1-0/+1
2020-09-10virtiofs: implement dax read/write operationsGravatar Vivek Goyal 1-4/+17
2020-09-10virtiofs: implement FUSE_INIT map_alignment fieldGravatar Stefan Hajnoczi 1-1/+16
2020-09-10virtiofs: add a mount option to enable daxGravatar Vivek Goyal 1-1/+17
2020-09-10virtiofs: get rid of no_mount_optionsGravatar Vivek Goyal 1-14/+16
2020-07-14fuse: reject options on reconfigure via fsconfig(2)Gravatar Miklos Szeredi 1-6/+10
2020-07-14fuse: ignore 'data' argument of mount(..., MS_REMOUNT)Gravatar Miklos Szeredi 1-0/+7
2020-07-14fuse: use ->reconfigure() instead of ->remount_fs()Gravatar Miklos Szeredi 1-3/+5
2020-05-19fuse: update attr_version counter on fuse_notify_inval_inode()Gravatar Miklos Szeredi 1-0/+7
2020-05-19virtiofs: do not use fuse_fill_super_common() for device installationGravatar Vivek Goyal 1-7/+12
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-15/+10
2020-02-07fuse: switch to use errorfc() et.al.Gravatar Al Viro 1-6/+6
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specGravatar Al Viro 1-8/+4
2020-02-07fs_parser: remove fs_parameter_description name fieldGravatar Eric Sandeen 1-1/+0
2020-02-06fuse: use true,false for bool variableGravatar zhengbin 1-7/+7
2019-10-15virtio-fs: don't show mount optionsGravatar Miklos Szeredi 1-0/+4
2019-09-27Merge tag 'virtio-fs-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ms...Gravatar Linus Torvalds 1-0/+4
2019-09-24fuse: kmemcg account fs dataGravatar Khazhismel Kumykov 1-1/+1
2019-09-18virtio-fs: add virtiofs filesystemGravatar Stefan Hajnoczi 1-0/+4
2019-09-12fuse: allow skipping control interface and forced unmountGravatar Vivek Goyal 1-1/+6
2019-09-12fuse: dissociate DESTROY from fuseblkGravatar Miklos Szeredi 1-4/+8
2019-09-12fuse: separate fuse device allocation and installation in fuse_connGravatar Vivek Goyal 1-4/+21
2019-09-12fuse: add fuse_iqueue_ops callbacksGravatar Stefan Hajnoczi 1-4/+9
2019-09-12fuse: extract fuse_fill_super_common()Gravatar Stefan Hajnoczi 1-59/+53
2019-09-12fuse: export fuse_send_init_request()Gravatar Vivek Goyal 1-1/+2
2019-09-12fuse: fix request limitGravatar Miklos Szeredi 1-2/+5