linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] vfs prep for overlayfs update
@ 2016-12-10 20:24 Miklos Szeredi
  0 siblings, 0 replies; only message in thread
From: Miklos Szeredi @ 2016-12-10 20:24 UTC (permalink / raw)
  To: Al Viro; +Cc: linux-kernel, linux-fsdevel, linux-unionfs

Hi Al,

Please pull from:

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

These are the bits of the upcoming overlayfs update that touch vfs/mm/af_unix.

 - Revert d_real_inode() comparisons that became obsolete;
 - add support for clone on copy-up;
 - add support for consistency of read/mmap after copy-up.

Thanks,
Miklos

---
Amir Goldstein (3):
      vfs: allow vfs_clone_file_range() across mount points
      vfs: call vfs_clone_file_range() under freeze protection
      vfs: fix vfs_clone_file_range() for overlayfs files

Miklos Szeredi (6):
      Revert "af_unix: fix hard linked sockets on overlay"
      Revert "vfs: rename: check backing inode being equal"
      vfs: no mnt_want_write_file() in vfs_{copy,clone}_file_range()
      vfs: allow overlayfs to intercept file ops
      vfs: export filp_clone_open()
      mm: ovl: copy-up on MAP_SHARED

---
 fs/internal.h        |  1 -
 fs/ioctl.c           |  6 +++++-
 fs/namei.c           |  6 +-----
 fs/nfsd/vfs.c        |  3 +--
 fs/open.c            |  2 +-
 fs/overlayfs/inode.c | 18 ++++++++++++++++++
 fs/read_write.c      | 23 ++++++++++-------------
 include/linux/fs.h   | 14 ++++++++++++++
 mm/util.c            | 22 ++++++++++++++++++++++
 net/unix/af_unix.c   |  6 +++---
 10 files changed, 75 insertions(+), 26 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-12-10 20:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-10 20:24 [GIT PULL] vfs prep for overlayfs update Miklos Szeredi

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).