NetBSD/lib/libperfuse
manu 8abab6b782 Add PUFFS_KFLAG_NOFLUSH_META to prevent sending metadata flush to FUSE
FUSE filesystems do not expect to get metadata updates for [amc]time
and size, they updates the value on their own after operations.

The PUFFS PUFFS_KFLAG_NOFLUSH_META option prevents regular metadata cache
flushes to the filesystem , and libperfuse uses it to match Linux FUSE
behavior.

While there, fix a bug in SETATTR: do not update kernel metadata cache
from SETATTR reply when the request is asynchronous, as we do not have
the reply yet.
2015-02-15 20:21:29 +00:00
..
Makefile Disable default build of debugging info. 2012-09-06 16:39:07 +00:00
debug.c - Fix same vnodes associated with multiple cookies 2012-07-21 05:49:42 +00:00
fuse.h FUSE fallocate support 2014-10-31 15:12:15 +00:00
libperfuse.3
ops.c Add PUFFS_KFLAG_NOFLUSH_META to prevent sending metadata flush to FUSE 2015-02-15 20:21:29 +00:00
perfuse.c Add PUFFS_KFLAG_NOFLUSH_META to prevent sending metadata flush to FUSE 2015-02-15 20:21:29 +00:00
perfuse.h
perfuse_if.h - Fix same vnodes associated with multiple cookies 2012-07-21 05:49:42 +00:00
perfuse_priv.h FUSE fallocate support 2014-10-31 15:12:15 +00:00
shlib_version
subr.c - Make sure non root users cannot access system namespace attributes 2014-08-10 03:22:33 +00:00