1
0

Accepting request 710285 from home:sgrunert:branches:filesystems

- 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
This commit is contained in:
David Sterba
2019-07-03 10:59:18 +00:00
committed by Git OBS Bridge
parent 2ddd1cfffc
commit 45b6422728
4 changed files with 26 additions and 4 deletions

View File

@@ -3,8 +3,8 @@
<param name="url">https://github.com/containers/fuse-overlayfs.git</param>
<param name="scm">git</param>
<param name="filename">fuse-overlayfs</param>
<param name="versionformat">0.3</param>
<param name="revision">v0.3</param>
<param name="versionformat">0.4.1</param>
<param name="revision">v0.4.1</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">fuse-overlayfs</param>