gocryptfs: xfstests generic/273 failure
Needs further analysis:
_porter 28 not complete
cp: cannot create regular file '/var/tmp/check-gocryptfs/scratchdir/sub_28/origin/file_548': No such file or directory
https://github.com/rfjakob/gocryptfs/blob/master/Documentation/XFSTESTS.md#generic273
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 36 (36 by maintainers)
Commits related to this issue
- tests: add parallel_cp stress test Modeled after xfstests generic/273 https://github.com/rfjakob/gocryptfs/issues/322 — committed to rfjakob/gocryptfs by rfjakob 5 years ago
- [DO NOT MERGE] print openBackingDir, OpenAt, OpenAtUser errors https://github.com/rfjakob/gocryptfs/issues/322 — committed to rfjakob/gocryptfs by rfjakob 5 years ago
- [DEBUG] fuse: Add some debugging code. https://github.com/rfjakob/gocryptfs/issues/322 — committed to rfjakob/go-fuse by slackner 5 years ago
- [DEBUG] don't recycle node numbers https://github.com/rfjakob/gocryptfs/issues/322 — committed to rfjakob/go-fuse by rfjakob 5 years ago
- nodefs: fsconnector: add lookupLock: prevent concurrent LOOKUP and FORGET Add a lock that prevents LOOKUP and FORGET from running concurrently. Locking at this level is a big hammer, but makes sure ... — committed to rfjakob/go-fuse by rfjakob 5 years ago
- nodefs: fsconnector: add lookupLock: prevent concurrent LOOKUP and FORGET Add a lock that prevents LOOKUP and FORGET from running concurrently. Locking at this level is a big hammer, but makes sure ... — committed to rfjakob/go-fuse by rfjakob 5 years ago
- nodefs: fsconnector: add lookupLock: prevent concurrent LOOKUP and FORGET Add a lock that prevents LOOKUP and FORGET from running concurrently. Locking at this level is a big hammer, but makes sure ... — committed to hanwen/go-fuse by rfjakob 5 years ago
@rfjakob Thanks for the USENIX paper. Also, thanks to you and @slackner for your continuous improvements. Never before have I used encrypted home folders with so little effort, and so few problems. Great work!