summaryrefslogtreecommitdiffstats
path: root/fs/fuse/inode.c
Commit message (Expand)AuthorAgeFilesLines
* fuse: fix bad inodeMiklos Szeredi2020-12-101-2/+2
* fuse: support SB_NOSEC flag to improve write performanceVivek Goyal2020-11-111-1/+13
* fuse: introduce the notion of FUSE_HANDLE_KILLPRIV_V2Vivek Goyal2020-11-111-1/+4
* fuse: add fuse_sb_destroy() helperMiklos Szeredi2020-11-111-9/+7
* fuse: get rid of fuse_mount refcountMiklos Szeredi2020-11-111-13/+4
* virtiofs: simplify sb setupMiklos Szeredi2020-11-111-7/+0
* Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-191-88/+303
|\
| * fuse: connection remove fixMiklos Szeredi2020-10-121-0/+7
| * fuse: implement crossmountsMax Reitz2020-10-091-2/+24
| * fuse: Allow fuse_fill_super_common() for submountsMax Reitz2020-09-181-21/+88
| * fuse: split fuse_mount off of fuse_connMax Reitz2020-09-181-49/+121
| * virtiofs: serialize truncate/punch_hole and dax fault pathVivek Goyal2020-09-101-0/+1
| * virtiofs: implement dax read/write operationsVivek Goyal2020-09-101-4/+17
| * virtiofs: implement FUSE_INIT map_alignment fieldStefan Hajnoczi2020-09-101-1/+16
| * virtiofs: add a mount option to enable daxVivek Goyal2020-09-101-1/+17
| * virtiofs: get rid of no_mount_optionsVivek Goyal2020-09-101-14/+16
* | bdi: invert BDI_CAP_NO_ACCT_WBChristoph Hellwig2020-09-241-1/+2
* | bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig2020-09-241-1/+0
|/
* fuse: reject options on reconfigure via fsconfig(2)Miklos Szeredi2020-07-141-6/+10
* fuse: ignore 'data' argument of mount(..., MS_REMOUNT)Miklos Szeredi2020-07-141-0/+7
* fuse: use ->reconfigure() instead of ->remount_fs()Miklos Szeredi2020-07-141-3/+5
* fuse: update attr_version counter on fuse_notify_inval_inode()Miklos Szeredi2020-05-191-0/+7
* virtiofs: do not use fuse_fill_super_common() for device installationVivek Goyal2020-05-191-7/+12
* Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-081-15/+10
|\
| * fuse: switch to use errorfc() et.al.Al Viro2020-02-071-6/+6
| * fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-8/+4
| * fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-1/+0
* | fuse: use true,false for bool variablezhengbin2020-02-061-7/+7
|/
* virtio-fs: don't show mount optionsMiklos Szeredi2019-10-151-0/+4
* Merge tag 'virtio-fs-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ms...Linus Torvalds2019-09-271-0/+4
|\
| * virtio-fs: add virtiofs filesystemStefan Hajnoczi2019-09-181-0/+4
* | fuse: kmemcg account fs dataKhazhismel Kumykov2019-09-241-1/+1
|/
* fuse: allow skipping control interface and forced unmountVivek Goyal2019-09-121-1/+6
* fuse: dissociate DESTROY from fuseblkMiklos Szeredi2019-09-121-4/+8
* fuse: separate fuse device allocation and installation in fuse_connVivek Goyal2019-09-121-4/+21
* fuse: add fuse_iqueue_ops callbacksStefan Hajnoczi2019-09-121-4/+9
* fuse: extract fuse_fill_super_common()Stefan Hajnoczi2019-09-121-59/+53
* fuse: export fuse_send_init_request()Vivek Goyal2019-09-121-1/+2
* fuse: fix request limitMiklos Szeredi2019-09-121-2/+5
* fuse: convert init to simple apiMiklos Szeredi2019-09-101-28/+37
* fuse: convert destroy to simple apiMiklos Szeredi2019-09-101-18/+10
* fuse: simplify 'nofail' requestMiklos Szeredi2019-09-101-1/+0
* fuse: flatten 'struct fuse_args'Miklos Szeredi2019-09-101-6/+6
* fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lockEric Biggers2019-09-101-0/+1
* vfs: subtype handling moved to fuseDavid Howells2019-09-061-2/+1
* fuse: convert to use the new mount APIDavid Howells2019-09-061-125/+167
* Merge tag 'fuse-update-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-141-11/+12
|\
| * fuse: clean up fuse_alloc_inodezhangliguang2019-05-081-6/+4
| * fuse: allow filesystems to have precise control over data cacheKirill Smelkov2019-04-241-2/+5
| * fuse: convert printk -> pr_*Kirill Smelkov2019-04-241-3/+3