summaryrefslogtreecommitdiff
path: root/fs/fuse/dir.c
AgeCommit message (Expand)Author
2025-06-10fuse: no need for special dentry_operations for root dentryAl Viro
2025-06-02Merge tag 'fuse-update-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-05-30Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2025-05-29fuse: support large folios for symlinksJoanne Koong
2025-05-15fs: Pass a folio to page_put_link()Matthew Wilcox (Oracle)
2025-05-12fuse: fix race between concurrent setattrs from multiple nodesGuang Yuan Wu
2025-05-05saner calling conventions for ->d_automount()Al Viro
2025-04-15fuse: add more control over cache invalidation behaviourLuis Henriques
2025-04-02Merge tag 'fuse-update-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-31fuse: Increase FUSE_NAME_MAX to PATH_MAXBernd Schubert
2025-03-31fuse: optmize missing FUSE_LINK supportMiklos Szeredi
2025-03-31fuse: Return EPERM rather than ENOSYS from link()Matt Johnston
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-17fuse: fix dax truncate/punch_hole fault pathAlistair Popple
2025-03-05fuse: return correct dentry for ->mkdirNeilBrown
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown
2025-02-20fuse: don't truncate cached, mutated symlinkMiklos Szeredi
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-01-29Merge tag 'fuse-update-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-01-27fuse_dentry_revalidate(): use stable parent inode and name passed by callerAl Viro
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro
2025-01-24fuse: make args->in_args[0] to be always the headerBernd Schubert
2025-01-21Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-01-04fuse: respect FOPEN_KEEP_CACHE on opendirAmir Goldstein
2024-12-04lsm: lsm_context in security_dentry_init_securityCasey Schaufler
2024-11-18fuse: check attributes staleness on fuse_iget()Zhang Tianci
2024-11-05fuse: remove pages for requests and exclusively use foliosJoanne Koong
2024-11-05fuse: convert readlink to use foliosJoanne Koong
2024-09-23fs/fuse: convert to use invalid_mnt_idmapAlexander Mikhalitsyn
2024-09-23fs/fuse: introduce and use fuse_simple_idmap_request() helperAlexander Mikhalitsyn
2024-09-04fuse: warn if fuse_access is called when idmapped mounts are allowedAlexander Mikhalitsyn
2024-09-04fuse: support idmapped ->rename opAlexander Mikhalitsyn
2024-09-04fuse: support idmapped ->setattr opAlexander Mikhalitsyn
2024-09-04fuse: support idmapped ->permission inode opAlexander Mikhalitsyn
2024-09-04fuse: support idmapped getattr inode opAlexander Mikhalitsyn
2024-09-04fuse: support idmap for mkdir/mknod/symlink/create/tmpfileAlexander Mikhalitsyn
2024-09-04fuse: support idmapped FUSE_EXT_GROUPSAlexander Mikhalitsyn
2024-09-04fuse: add an idmap argument to fuse_simple_requestAlexander Mikhalitsyn
2024-08-28fuse: fix memory leak in fuse_create_openyangyun
2024-04-15fuse: fix leaked ENOSYS error on first statx callDanny Lin
2024-03-06fuse: fix typo for fuse_permission commentAlexander Mikhalitsyn
2024-03-05fuse: fix root lookup with nonzero generationMiklos Szeredi
2024-03-05fuse: replace remaining make_bad_inode() with fuse_make_bad()Miklos Szeredi
2024-03-05fuse: prepare for opening file in passthrough modeAmir Goldstein
2024-02-23fuse: prepare for failing open responseAmir Goldstein
2024-02-23fuse: break up fuse_open_common()Amir Goldstein
2024-02-23fuse: allocate ff->release_args only if release is neededAmir Goldstein
2023-10-18fuse: convert to new timestamp accessorsJeff Layton
2023-09-05Merge tag 'fuse-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds