summaryrefslogtreecommitdiff
path: root/fs/fuse/dir.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-06Merge tag 'fuse-update-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-27/+221
2025-12-02Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-11/+8
2025-12-02Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...Linus Torvalds1-0/+1
2025-11-26fuse: Uninitialized variable in fuse_epoch_work()Dan Carpenter1-3/+2
2025-11-14VFS: introduce start_creating_noperm() and start_removing_noperm()NeilBrown1-11/+8
2025-11-13fuse: rename 'namelen' to 'namesize'Miquel Sabaté Solà1-6/+6
2025-11-13fuse: use strscpy instead of strcpyMiquel Sabaté Solà1-1/+1
2025-11-12fuse: new work queue to invalidate dentries from old epochsLuis Henriques1-0/+21
2025-11-12fuse: new work queue to periodically invalidate expired dentriesLuis Henriques1-21/+195
2025-11-12filelock: push the S_ISREG check down to ->setlease handlersJeff Layton1-0/+1
2025-11-05fuse: remove fc->blkbits workaround for partial writesJoanne Koong1-1/+1
2025-10-03Merge tag 'pull-finish_no_open' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-14/+7
2025-09-17simplify fuse_atomic_open()Al Viro1-14/+7
2025-08-26fuse: fix fuseblk i_blkbits for iomap partial writesJoanne Koong1-1/+1
2025-08-26fuse: reflect cached blocksize if blocksize was changedJoanne Koong1-0/+1
2025-06-11fuse: no need for special dentry_operations for root dentryAl Viro1-7/+0
2025-06-03Merge tag 'fuse-update-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-9/+37
2025-05-31Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-3/+0
2025-05-29fuse: support large folios for symlinksJoanne Koong1-4/+4
2025-05-15fs: Pass a folio to page_put_link()Matthew Wilcox (Oracle)1-1/+1
2025-05-12fuse: fix race between concurrent setattrs from multiple nodesGuang Yuan Wu1-0/+11
2025-05-05saner calling conventions for ->d_automount()Al Viro1-3/+0
2025-04-15fuse: add more control over cache invalidation behaviourLuis Henriques1-5/+22
2025-04-03Merge tag 'fuse-update-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+10
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-03-31fuse: Increase FUSE_NAME_MAX to PATH_MAXBernd Schubert1-1/+1
2025-03-31fuse: optmize missing FUSE_LINK supportMiklos Szeredi1-1/+8
2025-03-31fuse: Return EPERM rather than ENOSYS from link()Matt Johnston1-0/+2
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-18/+32
2025-03-18fuse: fix dax truncate/punch_hole fault pathAlistair Popple1-1/+1
2025-03-05fuse: return correct dentry for ->mkdirNeilBrown1-17/+31
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-3/+3
2025-02-20fuse: don't truncate cached, mutated symlinkMiklos Szeredi1-1/+1
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-11/+9
2025-01-29Merge tag 'fuse-update-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-14/+18
2025-01-28fuse_dentry_revalidate(): use stable parent inode and name passed by callerAl Viro1-10/+7
2025-01-28Pass parent directory inode and expected name to ->d_revalidate()Al Viro1-1/+2
2025-01-24fuse: make args->in_args[0] to be always the headerBernd Schubert1-14/+18
2025-01-22Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-17/+18
2025-01-04fuse: respect FOPEN_KEEP_CACHE on opendirAmir Goldstein1-0/+2
2024-12-04lsm: lsm_context in security_dentry_init_securityCasey Schaufler1-17/+18
2024-11-18fuse: check attributes staleness on fuse_iget()Zhang Tianci1-5/+6
2024-11-05fuse: remove pages for requests and exclusively use foliosJoanne Koong1-2/+1
2024-11-05fuse: convert readlink to use foliosJoanne Koong1-14/+15
2024-09-23fs/fuse: convert to use invalid_mnt_idmapAlexander Mikhalitsyn1-3/+3
2024-09-23fs/fuse: introduce and use fuse_simple_idmap_request() helperAlexander Mikhalitsyn1-13/+13
2024-09-04fuse: warn if fuse_access is called when idmapped mounts are allowedAlexander Mikhalitsyn1-0/+8
2024-09-04fuse: support idmapped ->rename opAlexander Mikhalitsyn1-4/+5
2024-09-04fuse: support idmapped ->setattr opAlexander Mikhalitsyn1-11/+23
2024-09-04fuse: support idmapped ->permission inode opAlexander Mikhalitsyn1-2/+2