Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-01 | fusefronted: expire dir IV cache after one second | Jakob 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-01 | fusefrontend: refactor dirIVCache | Jakob Unterwurzacher | |
Simplify the code a bit. | |||
2016-02-06 | Move dirIVCache to its own file | Jakob Unterwurzacher | |