Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-24 | Add per-inode write mutex | Jakob Unterwurzacher | |
At the moment, FUSE writes to a single file are serialized by the kernel. However, it is unclear if this is guaranteed behaviour or may change in the future. This patch adds our own per-inode write lock to rule out races regardless of kernel behavoir. |