mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-08-04 02:15:58 -04:00
commit
865b3b9dfb
5
NEWS
5
NEWS
@ -1,3 +1,7 @@
|
|||||||
|
* fuse-overlayfs-1.4
|
||||||
|
|
||||||
|
- add squash_to_uid and squash_to_gid
|
||||||
|
|
||||||
* fuse-overlayfs-1.3
|
* fuse-overlayfs-1.3
|
||||||
|
|
||||||
- add squash_to_root mount option.
|
- add squash_to_root mount option.
|
||||||
@ -7,7 +11,6 @@
|
|||||||
- allow opening not accessible but still referenced files.
|
- allow opening not accessible but still referenced files.
|
||||||
- invalidate directory cache on create/rename.
|
- invalidate directory cache on create/rename.
|
||||||
|
|
||||||
|
|
||||||
* fuse-overlayfs-1.2
|
* fuse-overlayfs-1.2
|
||||||
|
|
||||||
- fix segfault if no mountpoint specified
|
- fix segfault if no mountpoint specified
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ([2.69])
|
AC_PREREQ([2.69])
|
||||||
AC_INIT([fuse-overlayfs], [1.3], [giuseppe@scrivano.org])
|
AC_INIT([fuse-overlayfs], [1.4], [giuseppe@scrivano.org])
|
||||||
AC_CONFIG_SRCDIR([main.c])
|
AC_CONFIG_SRCDIR([main.c])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
|
|
||||||
|
2
main.c
2
main.c
@ -5046,7 +5046,7 @@ direct_ioctl (struct ovl_layer *l, int fd, int cmd, unsigned long *r)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
ovl_ioctl (fuse_req_t req, fuse_ino_t ino, unsigned int cmd, void *arg,
|
ovl_ioctl (fuse_req_t req, fuse_ino_t ino, int cmd, void *arg,
|
||||||
struct fuse_file_info *fi, unsigned int flags,
|
struct fuse_file_info *fi, unsigned int flags,
|
||||||
const void *in_buf, size_t in_bufsz, size_t out_bufsz)
|
const void *in_buf, size_t in_bufsz, size_t out_bufsz)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user