]> Gentwo Git Trees - linux/.git/commit
fuse: signal that a fuse inode should exhibit local fs behaviors
authorDarrick J. Wong <djwong@kernel.org>
Fri, 5 Sep 2025 16:30:48 +0000 (09:30 -0700)
committerMiklos Szeredi <mszeredi@redhat.com>
Tue, 18 Nov 2025 15:29:42 +0000 (16:29 +0100)
commit28fec8b95e67704df7b841dc4cbbba0957078213
tree264c24891ca062decac25b08c9993715bfd0c07c
parent1ce120dcefc056ce8af2486cebbb77a458aad4c3
fuse: signal that a fuse inode should exhibit local fs behaviors

Create a new fuse inode flag that indicates that the kernel should
implement various local filesystem behaviors instead of passing vfs
commands straight through to the fuse server and expecting the server to
do all the work.  For example, this means that we'll use the kernel to
transform some ACL updates into mode changes, and later to do
enforcement of the immutable and append iflags.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Joanne Koong <joannelkoong@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/fuse_i.h