* The context is extended with a 'umask' field. The umask is sent
authorMiklos Szeredi <miklos@szeredi.hu>
Thu, 2 Jul 2009 12:26:36 +0000 (12:26 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Thu, 2 Jul 2009 12:26:36 +0000 (12:26 +0000)
commit24b35c3d97ffdbf0a1f8e8b4e94ed892343603a6
tree0ebcdf18f18a07ab444c4707f8091b615fd23171
parent5bd3ba41e55e8c52e04d730d1e8a924b23b21591
* The context is extended with a 'umask' field.  The umask is sent
for mknod, mkdir and create requests by linux kernel version
2.6.31 or later, otherwise the umask is set to zero.  Also
introduce a new feature flag: FUSE_CAP_DONT_MASK.  If the kernel
supports this feature, then this flag will be set in conn->capable
in the ->init() method.  If the filesystem sets this flag in in
conn->want, then the create modes will not be masked.

* Add low level interfaces for lookup cache and attribute
invalidation.  This feature is available in linux kernels 2.6.31
or later.  Patch by John Muir

* Kernel interface version is now 7.12
ChangeLog
include/fuse.h
include/fuse_common.h
include/fuse_kernel.h
include/fuse_lowlevel.h
lib/fuse.c
lib/fuse_lowlevel.c
lib/fuse_session.c
lib/fuse_versionscript