[Bug 235773] [FUSEFS]: Missing real support for attr/dentry cache timeouts

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Apr 9 00:48:33 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235773

--- Comment #3 from commit-hook at freebsd.org ---
A commit references this bug:

Author: asomers
Date: Tue Apr  9 00:47:40 UTC 2019
New revision: 346046
URL: https://svnweb.freebsd.org/changeset/base/346046

Log:
  fusefs: implement attribute cache timeouts

  The FUSE protocol allows the server to specify the timeout period for the
  client's attribute and entry caches.  This commit implements the timeout
  period for the attribute cache.  The entry cache's timeout period is
  currently disabled because it panics, and is guarded by the
  vfs.fusefs.lookup_cache_expire sysctl.

  PR:           235773
  Reported by:  cem
  Sponsored by: The FreeBSD Foundation

Changes:
  projects/fuse2/sys/fs/fuse/fuse_internal.c
  projects/fuse2/sys/fs/fuse/fuse_internal.h
  projects/fuse2/sys/fs/fuse/fuse_node.c
  projects/fuse2/sys/fs/fuse/fuse_node.h
  projects/fuse2/sys/fs/fuse/fuse_vnops.c
  projects/fuse2/tests/sys/fs/fusefs/getattr.cc
  projects/fuse2/tests/sys/fs/fusefs/lookup.cc

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-fs mailing list