summaryrefslogtreecommitdiffstats
path: root/fs/fuse/inode.c
Commit message (Expand)AuthorAgeFilesLines
* fuse: share lookup state between submount and its parentKrister Johansen2023-12-041-3/+72
* fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAPTyler Fanelli2023-12-041-3/+3
* Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-11-071-3/+4
|\
| * exportfs: define FILEID_INO64_GEN* file handle typesAmir Goldstein2023-10-281-3/+4
* | fuse: convert to new timestamp accessorsJeff Layton2023-10-181-15/+14
|/
* 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
|\ \