Following patches fix overlayfs bugs. The patches impact vfs code, so posting for review to a wider audience. They can also be found on the overlayfs-next branch: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git overlayfs-next Hoping to get these bugfixes into 4.14. Thanks, Miklos --- Miklos Szeredi (3): 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 | 3 +- fs/internal.h | 2 ++ fs/namespace.c | 64 +++++++++++++++++++++++++++++++++++++-- fs/open.c | 8 ++--- fs/overlayfs/super.c | 10 ++++-- fs/xattr.c | 9 +++--- include/linux/dcache.h | 15 ++++++--- include/linux/fs.h | 2 +- 10 files changed, 95 insertions(+), 22 deletions(-) -- 2.5.5