freebsd-dev/sys/fs/fuse
Conrad Meyer ef3c43b4e3 fuse: Implement FOPEN_KEEP_CACHE flag
Implement FUSE open flag FOPEN_KEEP_CACHE.  Without this flag, cached file
contents should be invalidated on open.  Apparently, fusefs-encfs relies
upon this behavior.

PR:		218636
Submitted by:	Ben RUBSON <ben.rubson at gmail.com>
2017-04-21 22:00:22 +00:00
..
fuse_debug.h
fuse_device.c
fuse_file.c Fix fuse for "cp" of a mode 0444 file to the file system. 2016-05-15 23:15:10 +00:00
fuse_file.h Fix fuse for "cp" of a mode 0444 file to the file system. 2016-05-15 23:15:10 +00:00
fuse_internal.c
fuse_internal.h
fuse_io.c sys/fs: spelling fixes in comments. 2016-04-29 20:51:24 +00:00
fuse_io.h
fuse_ipc.c
fuse_ipc.h
fuse_kernel.h
fuse_main.c
fuse_node.c fuse: Implement FOPEN_KEEP_CACHE flag 2017-04-21 22:00:22 +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 - Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeter 2017-04-17 17:34:47 +00:00
fuse.h