aboutsummaryrefslogtreecommitdiff
path: root/internal/fusefrontend/file_lock.go
AgeCommit message (Collapse)Author
2023-06-05fusefrontend: sharedstorage: use byte-range lock on file header creationJakob 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.