Releases: containers/fuse-overlayfs
Releases · containers/fuse-overlayfs
v1.7
- 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
- fix an invalid access when filtering internal xattrs that could deal to a segfault.
v1.5.0
- 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
- add squash_to_uid and squash_to_gid
v1.3.0
- 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
- 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
v1.1.2
v1.1.1
- fix lookup for overflow uid when it is different than the overflow gid.
v1.1.0
- 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.