aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-15/+10
2020-02-07fuse: switch to use errorfc() et.al.Al Viro1-6/+6
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro1-8/+4
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen1-1/+0
2020-02-06fuse: use true,false for bool variablezhengbin1-7/+7
2019-10-15virtio-fs: don't show mount optionsMiklos Szeredi1-0/+4
2019-09-27Merge tag 'virtio-fs-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-0/+4
2019-09-24fuse: kmemcg account fs dataKhazhismel Kumykov1-1/+1
2019-09-18virtio-fs: add virtiofs filesystemStefan Hajnoczi1-0/+4
2019-09-12fuse: allow skipping control interface and forced unmountVivek Goyal1-1/+6
2019-09-12fuse: dissociate DESTROY from fuseblkMiklos Szeredi1-4/+8
2019-09-12fuse: separate fuse device allocation and installation in fuse_connVivek Goyal1-4/+21
2019-09-12fuse: add fuse_iqueue_ops callbacksStefan Hajnoczi1-4/+9
2019-09-12fuse: extract fuse_fill_super_common()Stefan Hajnoczi1-59/+53
2019-09-12fuse: export fuse_send_init_request()Vivek Goyal1-1/+2
2019-09-12fuse: fix request limitMiklos Szeredi1-2/+5
2019-09-10fuse: convert init to simple apiMiklos Szeredi1-28/+37
2019-09-10fuse: convert destroy to simple apiMiklos Szeredi1-18/+10
2019-09-10fuse: simplify 'nofail' requestMiklos Szeredi1-1/+0
2019-09-10fuse: flatten 'struct fuse_args'Miklos Szeredi1-6/+6
2019-09-10fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lockEric Biggers1-0/+1
2019-09-06vfs: subtype handling moved to fuseDavid Howells1-2/+1
2019-09-06fuse: convert to use the new mount APIDavid Howells1-125/+167
2019-05-14Merge tag 'fuse-update-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-11/+12
2019-05-08fuse: clean up fuse_alloc_inodezhangliguang1-6/+4
2019-05-01fuse: switch to ->free_inode()Al Viro1-14/+10
2019-04-24fuse: allow filesystems to have precise control over data cacheKirill Smelkov1-2/+5
2019-04-24fuse: convert printk -> pr_*Kirill Smelkov1-3/+3
2019-03-12Merge tag 'fuse-update-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-11/+15
2019-03-12mm: refactor readahead defines in mm.hNikolay Borisov1-1/+1
2019-02-13fuse: support clients that don't implement 'opendir'Chad Austin1-1/+2
2019-02-13fuse: use atomic64_t for khctrMiklos Szeredi1-1/+1
2019-02-13fuse: clean up abortedMiklos Szeredi1-2/+2