Skip to content

Releases: containers/fuse-overlayfs

v1.13

29 Aug 15:35
v1.13
6931a9c
Compare
Choose a tag to compare
  • fix a performance issue when dealing with big directories.

v1.12

11 May 10:35
v1.12
560ab7d
Compare
Choose a tag to compare
  • change license to GPL-2.0-or-later.

v1.11

24 Mar 19:00
v1.11
68c31d1
Compare
Choose a tag to compare
  • main: if a lower layer doesn't support ACLs do not enable them.

v1.10

30 Nov 19:54
v1.10
a1e8466
Compare
Choose a tag to compare
  • 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.

v1.9

10 Jun 09:45
v1.9
51592ea
Compare
Choose a tag to compare
  • 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

v1.8.2

01 Feb 10:38
v1.8.2
d01bdd7
Compare
Choose a tag to compare
  • main: fix lookup if underlying path is a symlink, but a directory on a upper directory.

v1.8.1

18 Jan 14:05
v1.8.1
87fca95
Compare
Choose a tag to compare
  • main: fix race when looking up an inode that was renamed.
  • main: fix type used for ioctl.

v1.8

22 Dec 10:56
v1.8
65d3f31
Compare
Choose a tag to compare
  • 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.

v1.7.1

10 Aug 07:59
v1.7.1
0d53568
Compare
Choose a tag to compare
  • 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.

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.