Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-07 | v2api: -sharestorage: disable hard link tracking & add tests | Jakob Unterwurzacher | |
Hard link tracking was not correctly disabled since the migration to the go-fuse v2 api. Add a test to ensure it stays off. Fixes https://github.com/rfjakob/gocryptfs/issues/525 | |||
2020-08-01 | v2api: move helpers from node.go to node_helpers.go | Jakob Unterwurzacher | |
2020-07-26 | v2api: fix missing size translation in Lookup | Jakob Unterwurzacher | |
2020-07-11 | v2api: fix RootNode cast | Jakob Unterwurzacher | |
2020-07-11 | v2api: remove OpenatUserCtx, MknodatUserCtx helpers | Jakob Unterwurzacher | |
Instead, use the new toFuseCtx() function introduced in an earlier commit. |