Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-17 | fusefrontend_reverse: use OpenNofollow in findLongnameParent | Jakob Unterwurzacher | |
Protects findLongnameParent against symlink races. Also add comments to several functions along the way. Reported at https://github.com/rfjakob/gocryptfs/issues/165 | |||
2017-04-01 | fusefrontend_reverse: convert fmt.Printf calls to tlog | Jakob Unterwurzacher | |
The fmt.Printfs output would end up in the paniclog. | |||
2017-01-03 | reverse: add single-entry path cache | Jakob Unterwurzacher | |
Speeds up the "ls -lR" benchmark from 2.6 seconds to 2.0. |