SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for fuse-overlayfs-1.13-1.3.x86_64.rpm :

* Tue Nov 21 2023 Dirk Müller - update to 1.13:
* fix a performance issue when dealing with big directories.
* Sun Jun 11 2023 Dirk Müller - update to 1.12:
* change license to GPL-2.0-or-later.
* main: if a lower layer doesn\'t support ACLs do not enable them.
* Sun Dec 04 2022 Dirk Müller - update to 1.10:
* main: use /proc/self/fd to read xattrs.
* main: inherit ACLs for new files/dirs.
* main: fix passing noatime.
* main: add checks for valid /proc mount.
* main: fix copy_file_range for deleted files.
* main: fix creating links of just deleted files.
* main: fix setting attributes on file without permissions.
* main: ignore EOVERFLOW when copying xattrs.
* main: set the correct value for RENAME_NOREPLACE when it is not already defined in the system headers.
* main: create source whiteout only when needed
* main: fix missing source whiteout when destination is whiteout
* main: fix lookup if underlying path is a symlink, but a directory on a upper directory.
* main: fix race when looking up an inode that was renamed.
* main: fix type used for ioctl.
* main: honor user.overlay. xattrs. Native overlay uses user.overlay to store the overlay metadata instead of trusted.overlay.
* main: add a mount flag to disable ACLs.
* Tue Sep 28 2021 Klaus Kämpf - Update to version 1.7.1
* set FUSE_CAP_POSIX_ACL only when it is supported by FUSE.
* treat statx failure with EINVAL as ENOSYS, so that the fallback is attempted.- Update to version 1.7.0
* 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.- Update to version 1.6.0
* fix an invalid access when filtering internal xattrs that could deal to a segfault.- Update to version 1.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.
* Mon Feb 22 2021 Ismail Dönmez - Update to version 1.4.0
* add squash_to_uid and squash_to_gid
* 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.
* 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.
* Sun Aug 16 2020 Dirk Mueller - udpate to 1.1.2 (bsc#1175821) - fix build issues with libmusl. - fix memory leak when creating whiteout files. - fix lookup for overflow uid when it is different than the overflow gid.
* Wed Jun 24 2020 Ralf Haferkamp - Update to 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.
* Mon Apr 20 2020 Sascha Grunert - Update to v1.0.0 - Fix portability issue to 32 bits architectures
* Tue Mar 17 2020 Sascha Grunert - Update to v0.7.8 - 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
* Wed Mar 04 2020 Sascha Grunert - Update to v0.7.7 - 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.
 
ICM