Home
last modified time | relevance | path

Searched hist:eae1ae132ced5b1a45c02ee7c4e8fd8cc585fb82 (Results 1 – 6 of 6) sorted by relevance

/freebsd/tests/sys/fs/fusefs/
H A Dnotify.ccdiff 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 Dmockfs.hhdiff 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 Dmockfs.ccdiff 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 Dfuse_device.cdiff 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 Dfuse_internal.hdiff 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 Dfuse_internal.cdiff 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