Searched hist:"7 dc4e97a4f9a55bae6ed6ab3f96c92921259d59f" (Results 1 – 2 of 2) sorted by relevance
/linux/fs/fuse/ |
H A D | Kconfig | diff 7dc4e97a4f9a55bae6ed6ab3f96c92921259d59f Fri Feb 09 15:57:17 CET 2024 Amir Goldstein <amir73il@gmail.com> fuse: introduce FUSE_PASSTHROUGH capability
FUSE_PASSTHROUGH capability to passthrough FUSE operations to backing files will be made available with kernel config CONFIG_FUSE_PASSTHROUGH.
When requesting FUSE_PASSTHROUGH, userspace needs to specify the max_stack_depth that is allowed for FUSE on top of backing files.
Introduce the flag FOPEN_PASSTHROUGH and backing_id to fuse_open_out argument that can be used when replying to OPEN request, to setup passthrough of io operations on the fuse inode to a backing file.
Introduce a refcounted fuse_backing object that will be used to associate an open backing file with a fuse inode.
Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
|
/linux/include/uapi/linux/ |
H A D | fuse.h | diff 7dc4e97a4f9a55bae6ed6ab3f96c92921259d59f Fri Feb 09 15:57:17 CET 2024 Amir Goldstein <amir73il@gmail.com> fuse: introduce FUSE_PASSTHROUGH capability
FUSE_PASSTHROUGH capability to passthrough FUSE operations to backing files will be made available with kernel config CONFIG_FUSE_PASSTHROUGH.
When requesting FUSE_PASSTHROUGH, userspace needs to specify the max_stack_depth that is allowed for FUSE on top of backing files.
Introduce the flag FOPEN_PASSTHROUGH and backing_id to fuse_open_out argument that can be used when replying to OPEN request, to setup passthrough of io operations on the fuse inode to a backing file.
Introduce a refcounted fuse_backing object that will be used to associate an open backing file with a fuse inode.
Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
|