Commit Graph

39 Commits

Author SHA256 Message Date
Ana Guerrero
4c7675ac42 Accepting request 1127953 from filesystems
- update to 1.13:
  * fix a performance issue when dealing with big directories.

OBS-URL: https://build.opensuse.org/request/show/1127953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-overlayfs?expand=0&rev=19
2023-11-22 17:54:19 +00:00
927e6b4060 - update to 1.13:
* fix a performance issue when dealing with big directories.

OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=37
2023-11-21 16:09:17 +00:00
Dominique Leuenberger
f1eefef496 Accepting request 1092405 from filesystems
- update to 1.12:
  * change license to GPL-2.0-or-later.
  * main: if a lower layer doesn't support ACLs do not enable
    them.

OBS-URL: https://build.opensuse.org/request/show/1092405
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-overlayfs?expand=0&rev=18
2023-06-14 14:29:08 +00:00
21aa851879 - update to 1.12:
* change license to GPL-2.0-or-later.
  * main: if a lower layer doesn't support ACLs do not enable
    them.

OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=35
2023-06-11 20:36:00 +00:00
Dominique Leuenberger
c00596d59d Accepting request 1040074 from filesystems
- update to 1.10:
  * 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.
  * 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
  * main: fix lookup if underlying path is a symlink, but a directory on a
    upper directory.
  * main: fix race when looking up an inode that was renamed.
  * main: fix type used for ioctl.
  * 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.

OBS-URL: https://build.opensuse.org/request/show/1040074
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-overlayfs?expand=0&rev=17
2022-12-07 16:33:10 +00:00
9ecacca01e - update to 1.10:
* 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.
  * 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
  * main: fix lookup if underlying path is a symlink, but a directory on a
    upper directory.
  * main: fix race when looking up an inode that was renamed.
  * main: fix type used for ioctl.
  * 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.

OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=33
2022-12-04 21:48:28 +00:00
Dominique Leuenberger
5d185b1f55 Accepting request 922140 from filesystems
OBS-URL: https://build.opensuse.org/request/show/922140
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-overlayfs?expand=0&rev=16
2021-10-05 20:33:31 +00:00
884d576a0b Accepting request 921984 from home:kwk:branches:filesystems
- Update to version 1.7.1
  * 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.
- Update to version 1.7.0
  * 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.
- Update to version 1.6.0
  * fix an invalid access when filtering internal xattrs that could
    deal to a segfault.
- Update to version 1.5.0
  * honor FUSE_OVERLAYFS_DISABLE_OVL_WHITEOUT also for renames
  * use strncpy instead of strcpy
  * fix renameat2(RENAME_NOREPLACE) on older kernels that lack
    device whiteouts for unprivileged users.
  * fix creating a symlink on top of a removed file.
  * fix copyup of xattrs longer than 256 bytes.

OBS-URL: https://build.opensuse.org/request/show/921984
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=32
2021-09-29 09:40:45 +00:00
Richard Brown
47b2165c14 Accepting request 874540 from filesystems
OBS-URL: https://build.opensuse.org/request/show/874540
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-overlayfs?expand=0&rev=15
2021-03-02 13:42:24 +00:00
2b85a5a17d Accepting request 874265 from home:namtrac:branches:filesystems
- Update to version 1.4.0
  * add squash_to_uid and squash_to_gid
  * add squash_to_root mount option.
  * honor option "volatile".
  * when writing mode to xattr, create files with mode 0755.
  * support ID mapping when using xattr permissions.
  * allow opening not accessible but still referenced files.
  * invalidate directory cache on create/rename.
  * fix segfault if no mountpoint specified
  * fix file_exists_at musl compatibility
  * introduce extended attribute to override gid/uid/mode.
  * support writing uid/gid/mode to an extended attribute.
  * fix a memory leak, where inodes are maintained in memory
    even if not needed.

OBS-URL: https://build.opensuse.org/request/show/874265
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=30
2021-02-23 10:20:58 +00:00
Dominique Leuenberger
28d14bf690 Accepting request 830234 from filesystems
OBS-URL: https://build.opensuse.org/request/show/830234
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-overlayfs?expand=0&rev=14
2020-08-28 21:44:49 +00:00
Sascha Grunert
9b50e8acef Accepting request 830212 from home:rhafer:branches:filesystems
add bsc reference for upcoming SLE maintenance update

OBS-URL: https://build.opensuse.org/request/show/830212
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=28
2020-08-28 09:19:48 +00:00
Dominique Leuenberger
ecd1c6b8ae Accepting request 827054 from filesystems
- udpate to 1.1.2
  - fix build issues with libmusl.
  - fix memory leak when creating whiteout files.
  - fix lookup for overflow uid when it is different than the overflow gid.

OBS-URL: https://build.opensuse.org/request/show/827054
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-overlayfs?expand=0&rev=13
2020-08-19 16:46:57 +00:00
62aac7076a - udpate to 1.1.2
- fix build issues with libmusl.
  - fix memory leak when creating whiteout files.
  - fix lookup for overflow uid when it is different than the overflow gid.

OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=26
2020-08-16 15:06:50 +00:00
Dominique Leuenberger
11a8ba70f1 Accepting request 819290 from filesystems
OBS-URL: https://build.opensuse.org/request/show/819290
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-overlayfs?expand=0&rev=12
2020-07-15 09:30:01 +00:00
David Sterba
58069c2d0b Accepting request 816840 from home:rhafer:branches:filesystems
- Update to v1.1.0
  - use openat2(2) when available.
  - accept "ro" as mount option.
  - fix set mtime for a symlink.
  - fix some issues reported by static analysis.
  - fix potential infinite loop on a short read.
  - fix creating a directory if the destination already exists
    in the upper layer.

OBS-URL: https://build.opensuse.org/request/show/816840
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=24
2020-07-07 21:03:57 +00:00
Dominique Leuenberger
1dd90f490d Accepting request 795664 from filesystems
OBS-URL: https://build.opensuse.org/request/show/795664
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-overlayfs?expand=0&rev=11
2020-04-25 18:08:42 +00:00
Sascha Grunert
4efa2eeafd Accepting request 795663 from home:sgrunert
- Update to v1.0.0
  - Fix portability issue to 32 bits architectures

OBS-URL: https://build.opensuse.org/request/show/795663
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=22
2020-04-20 06:46:08 +00:00
Dominique Leuenberger
a0e65ed184 Accepting request 785987 from filesystems
OBS-URL: https://build.opensuse.org/request/show/785987
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-overlayfs?expand=0&rev=10
2020-03-19 18:45:45 +00:00
Sascha Grunert
34c18bd4d1 Accepting request 785986 from home:sgrunert
- Update to v0.7.8
  - report correctly the number of links for a directory also for
    subsequent stat calls
  - stop looking up the ino in the lower layers if the file could
    not be opened

OBS-URL: https://build.opensuse.org/request/show/785986
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=20
2020-03-17 16:06:58 +00:00
Dominique Leuenberger
26cf616e1d Accepting request 781457 from filesystems
OBS-URL: https://build.opensuse.org/request/show/781457
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-overlayfs?expand=0&rev=9
2020-03-06 20:25:53 +00:00
Sascha Grunert
66a5758cb1 Accepting request 781456 from home:sgrunert
- Update to v0.7.7
  - make sure the destination is deleted before doing a rename(2).
    It prevents a left over directory to cause delete to fail with
    EEXIST.
  - honor --debug.

OBS-URL: https://build.opensuse.org/request/show/781456
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=18
2020-03-04 11:02:38 +00:00
Dominique Leuenberger
0bf80d39af Accepting request 777929 from filesystems
OBS-URL: https://build.opensuse.org/request/show/777929
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-overlayfs?expand=0&rev=8
2020-02-21 15:39:55 +00:00
Sascha Grunert
b00fb313d8 Accepting request 777926 from home:rhafer:branches:filesystems
Add missing bug ids to bring in sync with SLE packages

OBS-URL: https://build.opensuse.org/request/show/777926
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=16
2020-02-21 11:36:52 +00:00
Dominique Leuenberger
abb42b096a Accepting request 769897 from filesystems
OBS-URL: https://build.opensuse.org/request/show/769897
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-overlayfs?expand=0&rev=7
2020-02-06 12:19:14 +00:00
Sascha Grunert
8748ebadeb Accepting request 769896 from home:sgrunert
- Update to v0.7.6
  - do not look in lower layers for the ino if there is no origin
    xattr set
  - attempt to use the file path if the operation on the fd fails
    with ENXIO

OBS-URL: https://build.opensuse.org/request/show/769896
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=14
2020-02-04 09:15:09 +00:00
Dominique Leuenberger
95098e4748 Accepting request 765715 from filesystems
OBS-URL: https://build.opensuse.org/request/show/765715
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-overlayfs?expand=0&rev=6
2020-01-23 15:08:48 +00:00
Sascha Grunert
9ca635bd40 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
2020-01-20 08:49:24 +00:00
Sascha Grunert
baf052b12f 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
2020-01-17 13:06:22 +00:00
Dominique Leuenberger
933faecd0c Accepting request 762137 from filesystems
OBS-URL: https://build.opensuse.org/request/show/762137
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-overlayfs?expand=0&rev=5
2020-01-12 22:17:02 +00:00
Sascha Grunert
1009c33d5c Accepting request 762136 from home:sgrunert
- Update to v0.7.3
  - fix build with -fno-common
  - fix possible segmentation fault in direct_fsync()
  - use the data store to create missing whiteouts
  - after a rename, force a directory reload

OBS-URL: https://build.opensuse.org/request/show/762136
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=9
2020-01-09 11:20:58 +00:00
Dominique Leuenberger
e96fd3d18a Accepting request 758130 from filesystems
OBS-URL: https://build.opensuse.org/request/show/758130
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-overlayfs?expand=0&rev=4
2020-01-01 13:56:17 +00:00
Sascha Grunert
cc0b2e7fe0 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
2019-12-19 10:34:10 +00:00
Dominique Leuenberger
d11c82c419 Accepting request 724813 from filesystems
OBS-URL: https://build.opensuse.org/request/show/724813
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-overlayfs?expand=0&rev=3
2019-08-24 16:40:21 +00:00
David Sterba
1843b6bf18 Accepting request 724680 from home:sgrunert
Update to latest version

OBS-URL: https://build.opensuse.org/request/show/724680
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=5
2019-08-20 12:32:56 +00:00
Dominique Leuenberger
1b41a48171 Accepting request 713215 from filesystems
OBS-URL: https://build.opensuse.org/request/show/713215
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-overlayfs?expand=0&rev=2
2019-07-08 13:02:33 +00:00
David Sterba
45b6422728 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
2019-07-03 10:59:18 +00:00
Dominique Leuenberger
2ddd1cfffc Accepting request 708124 from filesystems
This is needed for podman.

OBS-URL: https://build.opensuse.org/request/show/708124
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-overlayfs?expand=0&rev=1
2019-06-06 16:19:21 +00:00
David Sterba
1634743830 Accepting request 689478 from home:flavio_castelli:filesystems
This package is required to use advanced features of podman (a container engine)

OBS-URL: https://build.opensuse.org/request/show/689478
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=1
2019-04-01 13:54:57 +00:00