summaryrefslogtreecommitdiffstats
path: root/fs/fuse/inode.c
Commit message (Expand)AuthorAgeFilesLines
* fuse: mark inode DONT_CACHE when per inode DAX hint changesJeffle Xu2021-12-141-0/+3
* fuse: negotiate per inode DAX in FUSE_INITJeffle Xu2021-12-141-4/+9
* fuse: enable per inode DAXJeffle Xu2021-12-141-1/+1
* fuse: make DAX mount option a tri-stateJeffle Xu2021-12-141-3/+7
* fuse: send security context of inode on fileVivek Goyal2021-11-251-1/+4
* fuse: extend init flagsMiklos Szeredi2021-11-251-27/+33
* fuse: add cache_maskMiklos Szeredi2021-10-281-7/+24
* fuse: move reverting attributes to fuse_change_attributes()Miklos Szeredi2021-10-281-0/+13
* fuse: simplify local variables holding writeback cache stateMiklos Szeredi2021-10-281-2/+2
* fuse: make sure reclaim doesn't write the inodeMiklos Szeredi2021-10-221-0/+3
* fuse: clean up error exits in fuse_fill_super()Miklos Szeredi2021-10-211-6/+2
* fuse: always initialize sb->s_fs_infoMiklos Szeredi2021-10-211-25/+25
* fuse: clean up fuse_mount destructionMiklos Szeredi2021-10-211-12/+5
* fuse: get rid of fuse_put_super()Miklos Szeredi2021-10-211-9/+11
* fuse: check s_root when destroying sbMiklos Szeredi2021-10-211-1/+1
* Merge tag 'fuse-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-071-55/+148
|\
| * fuse: wait for writepages in syncfsMiklos Szeredi2021-09-061-0/+60
| * fuse: allow sharing existing sbMiklos Szeredi2021-08-051-1/+37
| * fuse: move fget() to fuse_get_tree()Miklos Szeredi2021-08-051-23/+21
| * fuse: move option checking into fuse_fill_super()Miklos Szeredi2021-08-041-7/+6
| * fuse: name fs_context consistentlyMiklos Szeredi2021-08-041-30/+30
* | fuse: Convert to using invalidate_lockJan Kara2021-07-131-1/+0
|/
* fuse: fix illegal access to inode with reused nodeidAmir Goldstein2021-06-221-2/+2
* fuse: Make fuse_fill_super_submount() staticGreg Kurz2021-06-221-2/+2
* fuse: Call vfs_get_tree() for submountsGreg Kurz2021-06-221-0/+36
* fuse: add dedicated filesystem context ops for submountsGreg Kurz2021-06-221-0/+16
* virtiofs: propagate sync() to file serverGreg Kurz2021-06-221-0/+40
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-05-021-2/+1
|\
| * useful constants: struct qstr for ".."Al Viro2021-04-151-2/+1
* | Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-04-301-2/+5
|\ \
| * | virtiofs: split requests that exceed virtqueue sizeConnor Kuehl2021-04-141-1/+2
| * | fuse: extend FUSE_SETXATTR requestVivek Goyal2021-04-141-1/+3
| |/
* / new helper: inode_wrong_type()Al Viro2021-03-081-1/+1
|/
* 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