* 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.
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=33
- 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.
OBS-URL: https://build.opensuse.org/request/show/921984
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=32
- 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.
OBS-URL: https://build.opensuse.org/request/show/874265
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=30
- Update to v0.4.1:
- create_directory: do not redeclare variable buf
- fuse-overlayfs: accept option "dev"
- fuse-overlayfs: add check to readdir for the node parent
- fuse-overlayfs: add cleanup for layers
- fuse-overlayfs: drop usage of static arrays for paths
- fuse-overlayfs: refactor some xattrs common code
- fuse-overlayfs: start using GCC autocleanup
- fuse-overlayfs: use cleanup function for initializing node
- fuse-overlays: fix interaction of unlink(2) with readdir(2)
- main: add missing debug messages
- main: do the unlink only after we created the temporary file
- main: fix a fd leak
- main: ignore EINVAL when copying xattrs
- setattr: use fd from fi->fh for ftruncate() whenever possible
OBS-URL: https://build.opensuse.org/request/show/710285
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=3