Skip to content

Releases: containers/fuse-overlayfs

v0.7.8

17 Mar 16:00
v0.7.8
f55aa8e
Compare
Choose a tag to compare
  • report correctly the number of links for a directory also for subsequent stat calls.
  • stop looking up the ino in the lower layers if the file could not be opened.

v0.7.7

04 Mar 08:43
v0.7.7
8f15388
Compare
Choose a tag to compare
  • make sure the destination is deleted before doing a rename(2). It prevents a left
    over directory to cause delete to fail with EEXIST.
  • honor --debug.

0.7.6

03 Feb 20:24
ce61c7e
Compare
Choose a tag to compare
  • do not look in lower layers for the ino if there is no origin xattr set.
  • attempt to use the file path if the operation on the fd fails with ENXIO.

0.7.5

18 Jan 19:05
v0.7.5
99d49d5
Compare
Choose a tag to compare
  • do not expose internal xattrs through listxattr and getxattr.

0.7.4

17 Jan 10:53
v0.7.4
1a1c42a
Compare
Choose a tag to compare
  • 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.

0.7.3

09 Jan 11:07
v0.7.3
e01ba30
Compare
Choose a tag to compare
  • fix build with -fno-common
  • fix possible segmentation fault in direct_fsync()
  • use the data store to create missing whiteouts.
  • after a rename, force a directory reload.

0.7.2

08 Jan 17:22
v0.7.2
8c59873
Compare
Choose a tag to compare
  • Starting to create actual github.com releases. This is the initial one.

  • drop special handling for security.capability.