Skip to content

0.7.4

Compare
Choose a tag to compare
@giuseppe giuseppe released this 17 Jan 10:53
v0.7.4
1a1c42a
  • fix fallocate for deleted files.
  • ignore O_DIRECT. It causes issues with libfuse not using an aligned buffer, causing write(2) to fail with EINVAL.
  • on copyup, do not copy the opaque xattr.
  • fix a wrong lookup for whiteout files, that could happen on a double unlink.