Accepting request 765199 from home:sgrunert

- Update to v0.7.4
  - fix fallocate for deleted files.
  - ignore O_DIRECT.  It causes issues with libfuse not using an
    aligned buffer, causing write(2) to fail with EINVAL.
  - on copyup, do not copy the opaque xattr.
  - fix a wrong lookup for whiteout files, that could happen on a
    double unlink.

OBS-URL: https://build.opensuse.org/request/show/765199
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=11
This commit is contained in:
Sascha Grunert 2020-01-17 13:06:22 +00:00 committed by Git OBS Bridge
parent 1009c33d5c
commit baf052b12f
5 changed files with 18 additions and 7 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.7.3</param>
<param name="revision">v0.7.3</param>
<param name="versionformat">0.7.4</param>
<param name="revision">v0.7.4</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">fuse-overlayfs</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:804229b9938f6ada60821985dd38afb4f592d890d875a410e70572eef57751a6
size 79292

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:606927cf8cb0cc253fc59199d0fe6afbe051e3e0dbace3b7fc8860b7c6d98d8f
size 79420

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Jan 17 10:38:18 UTC 2020 - Sascha Grunert <sgrunert@suse.com>
- Update to v0.7.4
- fix fallocate for deleted files.
- ignore O_DIRECT. It causes issues with libfuse not using an
aligned buffer, causing write(2) to fail with EINVAL.
- on copyup, do not copy the opaque xattr.
- fix a wrong lookup for whiteout files, that could happen on a
double unlink.
-------------------------------------------------------------------
Thu Jan 9 11:18:57 UTC 2020 - Sascha Grunert <sgrunert@suse.com>
@ -13,7 +24,7 @@ Tue Dec 17 14:06:08 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
- Update to v0.7.2
- introduce inodes cache
- correctly read inode for unix sockets
- avoid hash map lookup when possible
- avoid hash map lookup when possible
- use st_dev for the ino key
- check whether writeback is supported
- set_attrs: don't require write to S_IFREG

View File

@ -17,7 +17,7 @@
Name: fuse-overlayfs
Version: 0.7.3
Version: 0.7.4
Release: 0
Summary: FUSE implementation for overlayfs
License: GPL-3.0-only