forked from pool/fuse-overlayfs
- 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. OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=33
This commit is contained in:
parent
831a5bad6a
commit
a665d32415
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 4 21:47:14 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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 12:30:08 UTC 2021 - Klaus Kämpf <kkaempf@suse.com>
|
Tue Sep 28 12:30:08 UTC 2021 - Klaus Kämpf <kkaempf@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fuse-overlayfs
|
# spec file for package fuse-overlayfs
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: fuse-overlayfs
|
Name: fuse-overlayfs
|
||||||
Version: 1.7.1
|
Version: 1.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: FUSE implementation for overlayfs
|
Summary: FUSE implementation for overlayfs
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
|
3
v1.10.tar.gz
Normal file
3
v1.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4351eaed7cf26a5012c14c6e0fc883ef65a7b5dcc95ba129ce485904106c25a9
|
||||||
|
size 104797
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fe2c076aed7b8669e7970301a99c0b197759b611035d8199de4c0add7d2fb2b4
|
|
||||||
size 103575
|
|
Loading…
Reference in New Issue
Block a user