forked from pool/fuse-overlayfs
Accepting request 757561 from home:sgrunert
- Update to v0.7.2 - introduce inodes cache - correctly read inode for unix sockets - 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 - ioctl: do not reuse fi->fh for directories - fix skip whiteout deletion optimization - store the new mode after chmod OBS-URL: https://build.opensuse.org/request/show/757561 OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=7
This commit is contained in:
parent
e1d26f9897
commit
4ff0ad524e
4
_service
4
_service
@ -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.5.1</param>
|
||||
<param name="revision">v0.5.1</param>
|
||||
<param name="versionformat">0.7.2</param>
|
||||
<param name="revision">v0.7.2</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled">
|
||||
<param name="basename">fuse-overlayfs</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4b1772ba77a10e59f666ec617745c2c37addec381d0c45ae1567ea97c805098
|
||||
size 73040
|
3
fuse-overlayfs-0.7.2.tar.xz
Normal file
3
fuse-overlayfs-0.7.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d6d91cd24f7c3ccd1ab1c11251ba08094645e2be818d803ee3c9e1eb9481a4e
|
||||
size 79148
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
- use st_dev for the ino key
|
||||
- check whether writeback is supported
|
||||
- set_attrs: don't require write to S_IFREG
|
||||
- ioctl: do not reuse fi->fh for directories
|
||||
- fix skip whiteout deletion optimization
|
||||
- store the new mode after chmod
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 19 08:04:35 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package fuse-overlayfs
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,12 +17,12 @@
|
||||
|
||||
|
||||
Name: fuse-overlayfs
|
||||
Version: 0.5.1
|
||||
Version: 0.7.2
|
||||
Release: 0
|
||||
Summary: FUSE implementation for overlayfs
|
||||
License: GPL-3.0-only
|
||||
Group: System/Management
|
||||
Url: https://github.com/containers/fuse-overlayfs
|
||||
URL: https://github.com/containers/fuse-overlayfs
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
|
Loading…
Reference in New Issue
Block a user