Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-06 | tests/cluster: add TestPoCHeaderCreation | Jakob Unterwurzacher | |
2023-06-06 | tests/cluster: move PoC tests to poc_test.go | Jakob Unterwurzacher | |
2023-06-06 | tests/cluster: add TestConcurrentCreate | Jakob Unterwurzacher | |
This exercises the byte-range locks we just added. | |||
2023-06-05 | fusefrontend: sharedstorage: use byte-range lock on file header creation | Jakob Unterwurzacher | |
Multiple hosts creating the same file at the same time could have overwritten each other's file header, leading to data corruption. Fix the race by placing a byte-range lock on the file when creating the file header. | |||
2023-05-30 | tests: add cluster test | Jakob Unterwurzacher | |
finds out what happens if multiple gocryptfs mounts write to one file concurrently (usually, nothing good). This use case is relevant for HPC clusters. |