linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] overlayfs update for 4.14
@ 2017-09-13 14:05 Miklos Szeredi
  2017-09-13 16:25 ` Linus Torvalds
  0 siblings, 1 reply; 11+ messages in thread
From: Miklos Szeredi @ 2017-09-13 14:05 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

This fixes d_ino correctness in readdir, which brings overlayfs on par with
normal filesystems regarding inode number semantics, as long as all layers are
on the same filesystem.

There are also some bug fixes, one in particular (random ioctl's shouldn't be
able to modify lower layers) that touches some vfs code, but of course no-op for
non-overlay fs.

Thanks,
Miklos

---
Amir Goldstein (2):
      ovl: constant d_ino across copy up
      ovl: fix false positive ESTALE on lookup

Miklos Szeredi (7):
      ovl: check snprintf return
      ovl: fix readdir error value
      ovl: constant d_ino for non-merge dirs
      ovl: cleanup d_real for negative
      vfs: add flags to d_real()
      ovl: fix relatime for directories
      ovl: don't allow writing ioctl on lower layer

---
 Documentation/filesystems/Locking |   2 +-
 Documentation/filesystems/vfs.txt |   2 +-
 fs/inode.c                        |  21 ++-
 fs/internal.h                     |   2 +
 fs/namespace.c                    |  64 ++++++-
 fs/open.c                         |   8 +-
 fs/overlayfs/dir.c                |  11 +-
 fs/overlayfs/inode.c              |  14 +-
 fs/overlayfs/overlayfs.h          |   8 +-
 fs/overlayfs/readdir.c            | 383 ++++++++++++++++++++++++++++++++++----
 fs/overlayfs/super.c              |  11 +-
 fs/overlayfs/util.c               |  24 ++-
 fs/xattr.c                        |   9 +-
 include/linux/dcache.h            |  14 +-
 include/linux/fs.h                |   2 +-
 15 files changed, 496 insertions(+), 79 deletions(-)

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

end of thread, other threads:[~2017-09-17 21:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-13 14:05 [GIT PULL] overlayfs update for 4.14 Miklos Szeredi
2017-09-13 16:25 ` Linus Torvalds
2017-09-14  6:46   ` Miklos Szeredi
2017-09-14 20:00     ` Linus Torvalds
2017-09-14 20:12       ` Miklos Szeredi
2017-09-14 20:24         ` Linus Torvalds
2017-09-15  7:32           ` Miklos Szeredi
2017-09-15  8:06             ` Miklos Szeredi
2017-09-17 21:27               ` Dave Chinner
2017-09-15 18:35             ` Linus Torvalds
2017-09-17 14:38       ` J. R. Okajima

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