summaryrefslogtreecommitdiffstats
path: root/fs/fuse/inode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fs/fuse: introduce and use fuse_simple_idmap_request() helperAlexander Mikhalitsyn2024-09-231-3/+3
* fuse: allow idmapped mountsAlexander Mikhalitsyn2024-09-041-3/+9
* fuse: add an idmap argument to fuse_simple_requestAlexander Mikhalitsyn2024-09-041-3/+3
* fuse: add basic infrastructure to support idmappingsAlexander Mikhalitsyn2024-09-041-0/+1
* fuse: disable the combination of passthrough and writeback cacheBernd Schubert2024-08-291-1/+6
* fuse: Convert to new uid/gid option parsing helpersEric Sandeen2024-07-031-8/+4
* fuse: verify {g,u}id mount options correctlyEric Sandeen2024-07-031-4/+20
* fuse: fix wrong ff->iomode state changes from parallel dio writeAmir Goldstein2024-04-151-0/+1
* Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-151-6/+49
|\
| * fuse: Use the high bit of request ID for indicating resend requestsZhao Chen2024-03-061-1/+1
| * fuse: add support for explicit export disablingJingbo Xu2024-03-061-1/+10
| * fuse: __kuid_val/__kgid_val helpers in fuse_fill_attr_from_inode()Alexander Mikhalitsyn2024-03-061-2/+2
| * fuse: use FUSE_ROOT_ID in fuse_get_root_inode()Miklos Szeredi2024-03-051-1/+1
| * fuse: don't unhash rootMiklos Szeredi2024-03-051-2/+5
| * fuse: implement ioctls to manage backing filesAmir Goldstein2024-03-051-0/+5
| * fuse: introduce FUSE_PASSTHROUGH capabilityAmir Goldstein2024-02-231-0/+26
* | fuse: fix UAF in rcu pathwalksAl Viro2024-02-251-4/+11
|/
* 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