Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756806AbdLOPZd (ORCPT ); Fri, 15 Dec 2017 10:25:33 -0500 Received: from mail-wm0-f51.google.com ([74.125.82.51]:40996 "EHLO mail-wm0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756767AbdLOPZ3 (ORCPT ); Fri, 15 Dec 2017 10:25:29 -0500 X-Google-Smtp-Source: ACJfBovjtFeKpjT3o3+AaJVLm14fje4Thr7NEIHurBhC8BMfaOWmuOP+Khmfar4W0nxMtnnm9Svr/w== Date: Fri, 15 Dec 2017 16:25:22 +0100 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 fixes for 4.15-rc4 Message-ID: <20171215152522.GA31123@veci.piliscsaba.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1176 Lines: 41 Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git overlayfs-linus - fix incomplete syncing of filesystem - fix regression in readdir on ovl over 9p - only following redirects when needed - misc fixes and cleanups Thanks, Miklos --- Amir Goldstein (2): ovl: update ctx->pos on impure dir iteration ovl: fix overlay: warning prefix Chengguang Xu (1): ovl: Sync upper dirty data when syncing overlayfs Miklos Szeredi (1): ovl: don't follow redirects if redirect_dir=off Vasyl Gomonovych (1): ovl: Use PTR_ERR_OR_ZERO() Vivek Goyal (1): ovl: Pass ovl_get_nlink() parameters in right order --- Documentation/filesystems/overlayfs.txt | 34 +++++++++++++ fs/overlayfs/Kconfig | 10 ++++ fs/overlayfs/dir.c | 3 +- fs/overlayfs/namei.c | 18 ++++++- fs/overlayfs/overlayfs.h | 2 +- fs/overlayfs/ovl_entry.h | 2 + fs/overlayfs/readdir.c | 7 ++- fs/overlayfs/super.c | 87 +++++++++++++++++++++++++-------- 8 files changed, 137 insertions(+), 26 deletions(-)