[Bug 218101] [fuse] Support entry_timeout / attr_timeout
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Mar 24 21:20:37 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218101
Bug ID: 218101
Summary: [fuse] Support entry_timeout / attr_timeout
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: freebsd-bugs at FreeBSD.org
Reporter: ben.rubson at gmail.com
Hello,
Would be nice if fuse could support following options :
- entry_timeout (entry_valid fuse field)
- attr_timeout (attr_valid fuse field)
>From Linux mount.fuse man :
entry_timeout=T
The timeout in seconds for which name lookups will be cached.
attr_timeout=T
The timeout in seconds for which file/directory attributes are cached.
This would help some fuse FS to work correctly, for example the encfs reverse
mode, which relies on both of them set to 0.
Related bug : https://github.com/vgough/encfs/issues/315
Many thanks !
Ben
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list