linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] overlayfs fixes for 4.9-rc3
@ 2016-11-04  9:30 Miklos Szeredi
  2016-11-05  3:06 ` Linus Torvalds
  0 siblings, 1 reply; 7+ messages in thread
From: Miklos Szeredi @ 2016-11-04  9:30 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel, linux-unionfs

Hi Linus,

Please pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git overlayfs-linus

Fix two more POSIX ACL bugs introduced in 4.8 and add a missing fsync during
copy up to prevent possible data loss.

Also introduce the concept of feature flags to allow backward incompatible
changes to the overlay format.  This should have been there from day one; the
best we can do now is backport to stable kernels.  Add the check for features
without adding any actual features yet.

Thanks,
Miklos

---
Miklos Szeredi (4):
      ovl: update S_ISGID when setting posix ACLs
      ovl: fix get_acl() on tmpfs
      ovl: fsync after copy-up
      ovl: check fs features

---
 Documentation/filesystems/overlayfs.txt | 12 +++++++
 fs/overlayfs/copy_up.c                  |  2 ++
 fs/overlayfs/inode.c                    |  3 --
 fs/overlayfs/overlayfs.h                |  1 +
 fs/overlayfs/super.c                    | 56 +++++++++++++++++++++++++++++++++
 5 files changed, 71 insertions(+), 3 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-11-05 21:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-04  9:30 [GIT PULL] overlayfs fixes for 4.9-rc3 Miklos Szeredi
2016-11-05  3:06 ` Linus Torvalds
2016-11-05  6:44   ` Amir Goldstein
2016-11-05 17:41     ` Linus Torvalds
2016-11-05 19:45       ` Miklos Szeredi
2016-11-05 21:30         ` Linus Torvalds
2016-11-05 21:41         ` Peter Rosin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).