Searched hist:eae1ae132ced5b1a45c02ee7c4e8fd8cc585fb82 (Results 1 – 6 of 6) sorted by relevance
/freebsd/tests/sys/fs/fusefs/ |
H A D | notify.cc | diff eae1ae132ced5b1a45c02ee7c4e8fd8cc585fb82 Mon Jun 03 19:34:01 CEST 2019 Alan Somers <asomers@FreeBSD.org> fusefs: support asynchronous cache invalidation
Protocol 7.12 adds a way for the server to notify the client that it should invalidate an inode's data cache and/or attributes. This commit implements that mechanism. Unlike Linux's implementation, ours requires that the file system also supports FUSE_EXPORT_SUPPORT (NFS-style lookups). Otherwise the invalidation operation will return EINVAL.
Sponsored by: The FreeBSD Foundation
|
H A D | mockfs.hh | diff eae1ae132ced5b1a45c02ee7c4e8fd8cc585fb82 Mon Jun 03 19:34:01 CEST 2019 Alan Somers <asomers@FreeBSD.org> fusefs: support asynchronous cache invalidation
Protocol 7.12 adds a way for the server to notify the client that it should invalidate an inode's data cache and/or attributes. This commit implements that mechanism. Unlike Linux's implementation, ours requires that the file system also supports FUSE_EXPORT_SUPPORT (NFS-style lookups). Otherwise the invalidation operation will return EINVAL.
Sponsored by: The FreeBSD Foundation
|
H A D | mockfs.cc | diff eae1ae132ced5b1a45c02ee7c4e8fd8cc585fb82 Mon Jun 03 19:34:01 CEST 2019 Alan Somers <asomers@FreeBSD.org> fusefs: support asynchronous cache invalidation
Protocol 7.12 adds a way for the server to notify the client that it should invalidate an inode's data cache and/or attributes. This commit implements that mechanism. Unlike Linux's implementation, ours requires that the file system also supports FUSE_EXPORT_SUPPORT (NFS-style lookups). Otherwise the invalidation operation will return EINVAL.
Sponsored by: The FreeBSD Foundation
|
/freebsd/sys/fs/fuse/ |
H A D | fuse_device.c | diff eae1ae132ced5b1a45c02ee7c4e8fd8cc585fb82 Mon Jun 03 19:34:01 CEST 2019 Alan Somers <asomers@FreeBSD.org> fusefs: support asynchronous cache invalidation
Protocol 7.12 adds a way for the server to notify the client that it should invalidate an inode's data cache and/or attributes. This commit implements that mechanism. Unlike Linux's implementation, ours requires that the file system also supports FUSE_EXPORT_SUPPORT (NFS-style lookups). Otherwise the invalidation operation will return EINVAL.
Sponsored by: The FreeBSD Foundation
|
H A D | fuse_internal.h | diff eae1ae132ced5b1a45c02ee7c4e8fd8cc585fb82 Mon Jun 03 19:34:01 CEST 2019 Alan Somers <asomers@FreeBSD.org> fusefs: support asynchronous cache invalidation
Protocol 7.12 adds a way for the server to notify the client that it should invalidate an inode's data cache and/or attributes. This commit implements that mechanism. Unlike Linux's implementation, ours requires that the file system also supports FUSE_EXPORT_SUPPORT (NFS-style lookups). Otherwise the invalidation operation will return EINVAL.
Sponsored by: The FreeBSD Foundation
|
H A D | fuse_internal.c | diff eae1ae132ced5b1a45c02ee7c4e8fd8cc585fb82 Mon Jun 03 19:34:01 CEST 2019 Alan Somers <asomers@FreeBSD.org> fusefs: support asynchronous cache invalidation
Protocol 7.12 adds a way for the server to notify the client that it should invalidate an inode's data cache and/or attributes. This commit implements that mechanism. Unlike Linux's implementation, ours requires that the file system also supports FUSE_EXPORT_SUPPORT (NFS-style lookups). Otherwise the invalidation operation will return EINVAL.
Sponsored by: The FreeBSD Foundation
|