summaryrefslogtreecommitdiffstats
path: root/fs/fuse/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fuse-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-09-051-5/+29
|\
| * fuse: cache btimeMiklos Szeredi2023-08-211-2/+23
| * fuse: implement statxMiklos Szeredi2023-08-211-2/+3
| * fuse: add a new fuse init flag to relax restrictions in no cache modeHao Xu2023-08-161-1/+3
* | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-8/+8
|\ \ | |/ |/|
| * fuse: convert to ctime accessor functionsJeff Layton2023-07-241-8/+8
* | fuse: Apply flags2 only when userspace set the FUSE_INIT_EXTBernd Schubert2023-06-071-1/+4
* | fuse: add feature flag for expire-onlyMiklos Szeredi2023-06-071-1/+2
|/
* Merge tag 'fuse-update-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-271-1/+3
|\
| * fuse: optional supplementary group in create requestsMiklos Szeredi2023-01-261-1/+3
* | fuse: fixes after adapting to new posix acl apiChristian Brauner2023-01-241-11/+10
|/
* fuse: retire block-device-based superblock on force unmountDaniil Lunev2022-07-271-2/+8
* fuse: limit nsecMiklos Szeredi2022-07-211-0/+6
* fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* fuse: move FUSE_SUPER_MAGIC definition to magic.hJeff Layton2022-02-211-2/+1
* 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