aboutsummaryrefslogtreecommitdiff
path: root/internal/nametransform/diriv_cache.go
AgeCommit message (Collapse)Author
2016-11-01fusefronted: expire dir IV cache after one secondJakob Unterwurzacher
The Back In Time backup tool (https://github.com/bit-team/backintime) wants to write directly into the ciphertext dir. This may cause the cached directory IV to become out-of-date. Having an expiry time limits the inconstency to one second, like attr_timeout does for the kernel getattr cache.
2016-11-01fusefrontend: refactor dirIVCacheJakob Unterwurzacher
Simplify the code a bit.
2016-02-06Move dirIVCache to its own fileJakob Unterwurzacher