freebsd-dev/sys/fs/fuse
Rick Macklem dda11d4ab9 File systems that do not use the buffer cache (such as ZFS) must
use VOP_FSYNC() to perform the NFS server's Commit operation.
This patch adds a mnt_kern_flag called MNTK_USES_BCACHE which
is set by file systems that use the buffer cache. If this flag
is not set, the NFS server always does a VOP_FSYNC().
This should be ok for old file system modules that do not set
MNTK_USES_BCACHE, since calling VOP_FSYNC() is correct, although
it might not be optimal for file systems that use the buffer cache.

Reviewed by:	kib
MFC after:	2 weeks
2015-04-15 20:16:31 +00:00
..
fuse_debug.h
fuse_device.c Remove unneeded D_NEEDMINOR. 2012-10-18 19:28:31 +00:00
fuse_file.c - Current caching mode is completely broken because it simply relies 2012-11-08 00:32:49 +00:00
fuse_file.h
fuse_internal.c - Current caching mode is completely broken because it simply relies 2012-11-08 00:32:49 +00:00
fuse_internal.h fuse: revert birthtime support. 2013-07-20 14:50:35 +00:00
fuse_io.c Switch the vm_object mutex to be a rwlock. This will enable in the 2013-03-09 02:32:23 +00:00
fuse_io.h
fuse_ipc.c
fuse_ipc.h
fuse_kernel.h fuse: revert kernel_header update. 2013-07-24 20:21:29 +00:00
fuse_main.c Fix multiple incorrect SYSCTL arguments in the kernel: 2014-10-21 07:31:21 +00:00
fuse_node.c Fix white spaces. 2015-03-02 19:14:58 +00:00
fuse_node.h Make fuse(4) respect FOPEN_DIRECT_IO. This is required for correct 2015-03-02 19:04:27 +00:00
fuse_param.h
fuse_vfsops.c File systems that do not use the buffer cache (such as ZFS) must 2015-04-15 20:16:31 +00:00
fuse_vnops.c Make fuse(4) respect FOPEN_DIRECT_IO. This is required for correct 2015-03-02 19:04:27 +00:00
fuse.h