Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-25 | reverse: derive file ID and block IVs from file paths | Jakob Unterwurzacher | |
2016-09-25 | reverse: add longnameParentCache | Jakob Unterwurzacher | |
findLongnameParent has to read the whole directory to find the right file; add a simple cache to avoid most directory scans. | |||
2016-09-25 | reverse: resolve long names in Open and GetAttr | Jakob Unterwurzacher | |
The last patch added functionality for generating gocryptfs.longname.* files, this patch adds support for mapping them back to the full filenames. Note that resolving a long name needs a full readdir. A cache will be implemented later on to improve performance. |