2019-12-19 11:34:10 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2019-07-03 12:59:18 +02:00
|
|
|
-------------------------------------------------------------------
|
2019-08-20 14:32:56 +02:00
|
|
|
Mon Aug 19 08:04:35 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
|
|
|
|
|
|
|
- Update to v0.5.1
|
|
|
|
- support fuse writeback cache and enable it by default
|
|
|
|
- update to latest gnulib
|
|
|
|
- add option to disable fsync
|
|
|
|
- add option to disable xattrs
|
|
|
|
- add option to skip ino number check in lower layers
|
|
|
|
- fix fd validity check
|
|
|
|
- fix memory leak
|
|
|
|
- fix read after free
|
|
|
|
- fix type for flistxattr return
|
|
|
|
- fix warnings reported by lgtm.com
|
|
|
|
- enable parallel dirops
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2019-07-03 12:59:18 +02:00
|
|
|
Mon Jun 17 06:43:31 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2019-04-01 15:54:57 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 28 20:38:29 UTC 2019 - Flavio Castelli <fcastelli@suse.com>
|
|
|
|
|
|
|
|
- Create initial package for version 0.3
|