Skip to content

Releases: containers/fuse-overlayfs

v1.7

29 Jul 09:41
v1.7
f38c0b8
Compare
Choose a tag to compare
  • fix read xattrs for device files
  • don't create whiteout files in opaque dirs
  • fix reading files when running with euid != 0
  • enable POSIX ACLs.

v1.6

22 Jun 13:54
v1.6
c0e6cca
Compare
Choose a tag to compare
  • fix an invalid access when filtering internal xattrs that could deal to a segfault.

v1.5.0

25 Mar 15:46
v1.5.0
e90bcb7
Compare
Choose a tag to compare
  • honor FUSE_OVERLAYFS_DISABLE_OVL_WHITEOUT also for renames
  • use strncpy instead of strcpy
  • fix renameat2(RENAME_NOREPLACE) on older kernels that lack
    device whiteouts for unprivileged users.
  • fix creating a symlink on top of a removed file.
  • fix copyup of xattrs longer than 256 bytes.

v1.4.0

22 Jan 14:03
v1.4.0
27bf038
Compare
Choose a tag to compare
  • add squash_to_uid and squash_to_gid

v1.3.0

25 Nov 14:49
v1.3.0
18f574f
Compare
Choose a tag to compare
  • add squash_to_root mount option.
  • honor option "volatile".
  • when writing mode to xattr, create files with mode 0755.
  • support ID mapping when using xattr permissions.
  • allow opening not accessible but still referenced files.
  • invalidate directory cache on create/rename.

v1.2.0

09 Oct 08:12
v1.2.0
2f54ffc
Compare
Choose a tag to compare
  • fix segfault if no mountpoint specified
  • fix file_exists_at musl compatibility
  • introduce extended attribute to override gid/uid/mode.
  • support writing uid/gid/mode to an extended attribute.
  • fix a memory leak, where inodes are maintained in memory even if not needed.

v1.1.2

29 Jun 15:09
v1.1.2
323b01f
Compare
Choose a tag to compare
v1.1.2

v1.1.1

20 Jun 19:50
v1.1.1
a7dd943
Compare
Choose a tag to compare
  • fix lookup for overflow uid when it is different than the overflow gid.

v1.1.0

18 Jun 07:17
v1.1.0
116d326
Compare
Choose a tag to compare
  • use openat2(2) when available.
  • accept "ro" as mount option.
  • fix set mtime for a symlink.
  • fix some issues reported by static analysis.
  • fix potential infinite loop on a short read.
  • fix creating a directory if the destination already exists in the upper layer.

v1.0.0

18 Apr 11:17
v1.0.0
561d028
Compare
Choose a tag to compare
  • fix portability issue to 32 bits archs.