summaryrefslogtreecommitdiff
path: root/fs/fuse/inode.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-26fuse: fix fuseblk i_blkbits for iomap partial writesJoanne Koong1-1/+12
2025-08-26fuse: reflect cached blocksize if blocksize was changedJoanne Koong1-0/+5
2025-08-11fuse: keep inode->i_blkbits constantJoanne Koong1-5/+0
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-4/+2
2025-06-26fuse: fix runtime warning on truncate_folio_batch_exceptionals()Haiyue Wang1-0/+4
2025-06-11new helper: set_default_d_op()Al Viro1-2/+2
2025-06-11fuse: no need for special dentry_operations for root dentryAl Viro1-3/+1
2025-04-15fuse: add more control over cache invalidation behaviourLuis Henriques1-0/+1
2025-04-14fuse: change 'unsigned' to 'unsigned int'Jiale Yang1-5/+5
2025-03-31fuse: Increase FUSE_NAME_MAX to PATH_MAXBernd Schubert1-0/+8
2025-03-31fuse: add default_request_timeout and max_request_timeout sysctlsJoanne Koong1-2/+28
2025-03-31fuse: add kernel-enforced timeout option for requestsJoanne Koong1-1/+16
2025-01-27fuse: block request allocation until io-uring init is completeBernd Schubert1-0/+2
2025-01-24fuse: {io-uring} Make hash-list req unique finding functions non-staticBernd Schubert1-1/+1
2025-01-24fuse: {io-uring} Handle SQEs - register commandsBernd Schubert1-0/+10
2024-11-18fuse: check attributes staleness on fuse_iget()Zhang Tianci1-12/+44
2024-10-25fuse: enable dynamic configuration of fuse max pages limit (FUSE_MAX_MAX_PAGES)Joanne Koong1-1/+10
2024-09-23fs/fuse: introduce and use fuse_simple_idmap_request() helperAlexander Mikhalitsyn1-3/+3
2024-09-04fuse: allow idmapped mountsAlexander Mikhalitsyn1-3/+9
2024-09-04fuse: add an idmap argument to fuse_simple_requestAlexander Mikhalitsyn1-3/+3
2024-09-04fuse: add basic infrastructure to support idmappingsAlexander Mikhalitsyn1-0/+1
2024-08-29fuse: disable the combination of passthrough and writeback cacheBernd Schubert1-1/+6
2024-07-03fuse: Convert to new uid/gid option parsing helpersEric Sandeen1-8/+4
2024-07-03fuse: verify {g,u}id mount options correctlyEric Sandeen1-4/+20
2024-04-15fuse: fix wrong ff->iomode state changes from parallel dio writeAmir Goldstein1-0/+1
2024-03-15Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+49
2024-03-06fuse: Use the high bit of request ID for indicating resend requestsZhao Chen1-1/+1
2024-03-06fuse: add support for explicit export disablingJingbo Xu1-1/+10
2024-03-06fuse: __kuid_val/__kgid_val helpers in fuse_fill_attr_from_inode()Alexander Mikhalitsyn1-2/+2
2024-03-05fuse: use FUSE_ROOT_ID in fuse_get_root_inode()Miklos Szeredi1-1/+1
2024-03-05fuse: don't unhash rootMiklos Szeredi1-2/+5
2024-03-05fuse: implement ioctls to manage backing filesAmir Goldstein1-0/+5
2024-02-25fuse: fix UAF in rcu pathwalksAl Viro1-4/+11
2024-02-23fuse: introduce FUSE_PASSTHROUGH capabilityAmir Goldstein1-0/+26
2023-12-04fuse: share lookup state between submount and its parentKrister Johansen1-3/+72
2023-12-04fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAPTyler Fanelli1-3/+3
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-3/+4
2023-10-28exportfs: define FILEID_INO64_GEN* file handle typesAmir Goldstein1-3/+4
2023-10-18fuse: convert to new timestamp accessorsJeff Layton1-15/+14
2023-09-05Merge tag 'fuse-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+29
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-8/+8
2023-08-21fuse: cache btimeMiklos Szeredi1-2/+23
2023-08-21fuse: implement statxMiklos Szeredi1-2/+3
2023-08-16fuse: add a new fuse init flag to relax restrictions in no cache modeHao Xu1-1/+3
2023-07-24fuse: convert to ctime accessor functionsJeff Layton1-8/+8
2023-06-07fuse: Apply flags2 only when userspace set the FUSE_INIT_EXTBernd Schubert1-1/+4
2023-06-07fuse: add feature flag for expire-onlyMiklos Szeredi1-1/+2
2023-02-27Merge tag 'fuse-update-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+3
2023-01-26fuse: optional supplementary group in create requestsMiklos Szeredi1-1/+3
2023-01-24fuse: fixes after adapting to new posix acl apiChristian Brauner1-11/+10