Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751516AbdIEHqn (ORCPT ); Tue, 5 Sep 2017 03:46:43 -0400 Received: from mail-wm0-f47.google.com ([74.125.82.47]:36294 "EHLO mail-wm0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750731AbdIEHqj (ORCPT ); Tue, 5 Sep 2017 03:46:39 -0400 X-Google-Smtp-Source: ADKCNb5QTW7GVsSPu4CNWgqP6pv7aNWo5N6DIgiwHws5WhfAoIZTTd4s7q/BFRfw7/ATs1KYByBS2A== From: Miklos Szeredi To: linux-fsdevel@vger.kernel.org Cc: Al Viro , linux-kernel@vger.kernel.org, linux-unionfs@vger.kernel.org Subject: [PATCH 0/3] overlayfs: vfs fixes Date: Tue, 5 Sep 2017 09:46:33 +0200 Message-Id: <1504597596-17994-1-git-send-email-mszeredi@redhat.com> X-Mailer: git-send-email 2.5.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 990 Lines: 32 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