From baf052b12f15fef3cc13ae2f912bc66087dce47976863fb4af64a3eb9915c5db Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Fri, 17 Jan 2020 13:06:22 +0000 Subject: [PATCH 1/2] 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 --- _service | 4 ++-- fuse-overlayfs-0.7.3.tar.xz | 3 --- fuse-overlayfs-0.7.4.tar.xz | 3 +++ fuse-overlayfs.changes | 13 ++++++++++++- fuse-overlayfs.spec | 2 +- 5 files changed, 18 insertions(+), 7 deletions(-) delete mode 100644 fuse-overlayfs-0.7.3.tar.xz create mode 100644 fuse-overlayfs-0.7.4.tar.xz diff --git a/_service b/_service index 4a38d59..12beb28 100644 --- a/_service +++ b/_service @@ -3,8 +3,8 @@ https://github.com/containers/fuse-overlayfs.git git fuse-overlayfs - 0.7.3 - v0.7.3 + 0.7.4 + v0.7.4 fuse-overlayfs diff --git a/fuse-overlayfs-0.7.3.tar.xz b/fuse-overlayfs-0.7.3.tar.xz deleted file mode 100644 index d4e75f4..0000000 --- a/fuse-overlayfs-0.7.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:804229b9938f6ada60821985dd38afb4f592d890d875a410e70572eef57751a6 -size 79292 diff --git a/fuse-overlayfs-0.7.4.tar.xz b/fuse-overlayfs-0.7.4.tar.xz new file mode 100644 index 0000000..24097e2 --- /dev/null +++ b/fuse-overlayfs-0.7.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:606927cf8cb0cc253fc59199d0fe6afbe051e3e0dbace3b7fc8860b7c6d98d8f +size 79420 diff --git a/fuse-overlayfs.changes b/fuse-overlayfs.changes index eb36b7c..04b80ad 100644 --- a/fuse-overlayfs.changes +++ b/fuse-overlayfs.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Jan 17 10:38:18 UTC 2020 - Sascha Grunert + +- 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 @@ -13,7 +24,7 @@ Tue Dec 17 14:06:08 UTC 2019 - Sascha Grunert - 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 diff --git a/fuse-overlayfs.spec b/fuse-overlayfs.spec index b71e760..5862d9a 100644 --- a/fuse-overlayfs.spec +++ b/fuse-overlayfs.spec @@ -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 From 9ca635bd405744027c6e9205419baedf8199ba88f20ee6de223d21b9b79335bf Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Mon, 20 Jan 2020 08:49:24 +0000 Subject: [PATCH 2/2] Accepting request 765712 from home:sgrunert - Update to v0.7.5 - do not expose internal xattrs through listxattr and getxattr OBS-URL: https://build.opensuse.org/request/show/765712 OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=12 --- _service | 4 ++-- fuse-overlayfs-0.7.4.tar.xz | 3 --- fuse-overlayfs-0.7.5.tar.xz | 3 +++ fuse-overlayfs.changes | 6 ++++++ fuse-overlayfs.spec | 2 +- 5 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 fuse-overlayfs-0.7.4.tar.xz create mode 100644 fuse-overlayfs-0.7.5.tar.xz diff --git a/_service b/_service index 12beb28..c38fb3c 100644 --- a/_service +++ b/_service @@ -3,8 +3,8 @@ https://github.com/containers/fuse-overlayfs.git git fuse-overlayfs - 0.7.4 - v0.7.4 + 0.7.5 + v0.7.5 fuse-overlayfs diff --git a/fuse-overlayfs-0.7.4.tar.xz b/fuse-overlayfs-0.7.4.tar.xz deleted file mode 100644 index 24097e2..0000000 --- a/fuse-overlayfs-0.7.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:606927cf8cb0cc253fc59199d0fe6afbe051e3e0dbace3b7fc8860b7c6d98d8f -size 79420 diff --git a/fuse-overlayfs-0.7.5.tar.xz b/fuse-overlayfs-0.7.5.tar.xz new file mode 100644 index 0000000..17ccb66 --- /dev/null +++ b/fuse-overlayfs-0.7.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa1457b9eef7b9935235ad26a2cda78ef8b1bb517e56c44c2a049ff675e2b162 +size 79556 diff --git a/fuse-overlayfs.changes b/fuse-overlayfs.changes index 04b80ad..f712957 100644 --- a/fuse-overlayfs.changes +++ b/fuse-overlayfs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 20 08:46:43 UTC 2020 - Sascha Grunert + +- Update to v0.7.5 + - do not expose internal xattrs through listxattr and getxattr + ------------------------------------------------------------------- Fri Jan 17 10:38:18 UTC 2020 - Sascha Grunert diff --git a/fuse-overlayfs.spec b/fuse-overlayfs.spec index 5862d9a..c86c2b6 100644 --- a/fuse-overlayfs.spec +++ b/fuse-overlayfs.spec @@ -17,7 +17,7 @@ Name: fuse-overlayfs -Version: 0.7.4 +Version: 0.7.5 Release: 0 Summary: FUSE implementation for overlayfs License: GPL-3.0-only