summaryrefslogtreecommitdiffstats
path: root/fs/fuse/inode.c
AgeCommit message (Expand)Author
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
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig
2020-09-18fuse: Allow fuse_fill_super_common() for submountsMax Reitz
2020-09-18fuse: split fuse_mount off of fuse_connMax Reitz
2020-09-10virtiofs: serialize truncate/punch_hole and dax fault pathVivek Goyal
2020-09-10virtiofs: implement dax read/write operationsVivek Goyal
2020-09-10virtiofs: implement FUSE_INIT map_alignment fieldStefan Hajnoczi
2020-09-10virtiofs: add a mount option to enable daxVivek Goyal
2020-09-10virtiofs: get rid of no_mount_optionsVivek Goyal
2020-07-14fuse: reject options on reconfigure via fsconfig(2)Miklos Szeredi
2020-07-14fuse: ignore 'data' argument of mount(..., MS_REMOUNT)Miklos Szeredi
2020-07-14fuse: use ->reconfigure() instead of ->remount_fs()Miklos Szeredi
2020-05-19fuse: update attr_version counter on fuse_notify_inval_inode()Miklos Szeredi
2020-05-19virtiofs: do not use fuse_fill_super_common() for device installationVivek Goyal
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-02-07fuse: switch to use errorfc() et.al.Al Viro
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen
2020-02-06fuse: use true,false for bool variablezhengbin
2019-10-15virtio-fs: don't show mount optionsMiklos Szeredi
2019-09-27Merge tag 'virtio-fs-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ms...Linus Torvalds
2019-09-24fuse: kmemcg account fs dataKhazhismel Kumykov
2019-09-18virtio-fs: add virtiofs filesystemStefan Hajnoczi
2019-09-12fuse: allow skipping control interface and forced unmountVivek Goyal
2019-09-12fuse: dissociate DESTROY from fuseblkMiklos Szeredi
2019-09-12fuse: separate fuse device allocation and installation in fuse_connVivek Goyal
2019-09-12fuse: add fuse_iqueue_ops callbacksStefan Hajnoczi
2019-09-12fuse: extract fuse_fill_super_common()Stefan Hajnoczi
2019-09-12fuse: export fuse_send_init_request()Vivek Goyal
2019-09-12fuse: fix request limitMiklos Szeredi
2019-09-10fuse: convert init to simple apiMiklos Szeredi
2019-09-10fuse: convert destroy to simple apiMiklos Szeredi
2019-09-10fuse: simplify 'nofail' requestMiklos Szeredi
2019-09-10fuse: flatten 'struct fuse_args'Miklos Szeredi
2019-09-10fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lockEric Biggers
2019-09-06vfs: subtype handling moved to fuseDavid Howells
2019-09-06fuse: convert to use the new mount APIDavid Howells
2019-05-14Merge tag 'fuse-update-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-05-08fuse: clean up fuse_alloc_inodezhangliguang
2019-05-01fuse: switch to ->free_inode()Al Viro
2019-04-24fuse: allow filesystems to have precise control over data cacheKirill Smelkov