Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753603AbbGBMrF (ORCPT ); Thu, 2 Jul 2015 08:47:05 -0400 Received: from mail-wi0-f182.google.com ([209.85.212.182]:34813 "EHLO mail-wi0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753584AbbGBMq5 (ORCPT ); Thu, 2 Jul 2015 08:46:57 -0400 Date: Thu, 2 Jul 2015 14:47:06 +0200 From: Miklos Szeredi To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-unionfs@vger.kernel.org Subject: [GIT PULL] overlayfs update for 4.2 Message-ID: <20150702124706.GA4729@tucsk.suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 995 Lines: 29 Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git overlayfs-next This relaxes the requirements on the lower layer filesystem: now ones that implement .d_revalidate, such as NFS, can be used. Upper layer filesystems still has the "no .d_revalidate" requirement. Also a bad interaction with jffs2 locking has been fixed. Thanks, Miklos --- Miklos Szeredi (3): ovl: don't traverse automount points ovl: allow distributed fs as lower layer ovl: lookup whiteouts outside iterate_dir() --- fs/overlayfs/readdir.c | 77 +++++++++++++++++++++------------ fs/overlayfs/super.c | 113 +++++++++++++++++++++++++++++++++++++++---------- 2 files changed, 139 insertions(+), 51 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/