Commit Graph

8 Commits

Author SHA256 Message Date
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
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
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
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
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