opnsense-src/sys/fs/fuse
Alan Somers 398c88c758 fusefs: implement VOP_ALLOCATE
Now posix_fallocate will be correctly forwarded to fuse file system
servers, for those that support it.

MFC after:	2 weeks
Reviewed by:	pfg
Differential Revision: https://reviews.freebsd.org/D33389
2021-12-31 21:05:28 -07:00
..
fuse.h [skip ci] update copyright headers in fusefs files 2019-06-28 04:18:10 +00:00
fuse_device.c modules: increase MAXMODNAME and provide backward compat 2021-12-09 18:09:53 +00:00
fuse_file.c fusefs: implement FUSE_NO_OPEN_SUPPORT and FUSE_NO_OPENDIR_SUPPORT 2021-09-26 21:57:29 -06:00
fuse_file.h fusefs: implement FUSE_NO_OPEN_SUPPORT and FUSE_NO_OPENDIR_SUPPORT 2021-09-26 21:57:29 -06:00
fuse_internal.c fusefs: implement VOP_ALLOCATE 2021-12-31 21:05:28 -07:00
fuse_internal.h Change VOP_READDIR's cookies argument to a **uint64_t 2021-12-15 20:54:57 -07:00
fuse_io.c Fix a race in fusefs that can corrupt a file's size. 2021-12-31 17:38:42 -07:00
fuse_io.h fusefs: inline fuse_io_dispatch 2021-12-06 21:41:50 -07:00
fuse_ipc.c fusefs: implement VOP_ALLOCATE 2021-12-31 21:05:28 -07:00
fuse_ipc.h fusefs: implement FUSE_NO_OPEN_SUPPORT and FUSE_NO_OPENDIR_SUPPORT 2021-09-26 21:57:29 -06:00
fuse_kernel.h fusefs: implement FUSE_NO_OPEN_SUPPORT and FUSE_NO_OPENDIR_SUPPORT 2021-09-26 21:57:29 -06:00
fuse_main.c modules: increase MAXMODNAME and provide backward compat 2021-12-09 18:09:53 +00:00
fuse_node.c Fix a race in fusefs that can corrupt a file's size. 2021-12-31 17:38:42 -07:00
fuse_node.h Fix a race in fusefs that can corrupt a file's size. 2021-12-31 17:38:42 -07:00
fuse_vfsops.c Fix a race in fusefs that can corrupt a file's size. 2021-12-31 17:38:42 -07:00
fuse_vnops.c fusefs: implement VOP_ALLOCATE 2021-12-31 21:05:28 -07:00