Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757987AbaKUKvS (ORCPT ); Fri, 21 Nov 2014 05:51:18 -0500 Received: from mail-wg0-f44.google.com ([74.125.82.44]:46526 "EHLO mail-wg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750839AbaKUKvQ (ORCPT ); Fri, 21 Nov 2014 05:51:16 -0500 MIME-Version: 1.0 Reply-To: sedat.dilek@gmail.com In-Reply-To: <20141120164531.GB3596@tucsk> References: <20141120164531.GB3596@tucsk> Date: Fri, 21 Nov 2014 11:43:56 +0100 Message-ID: Subject: Re: [GIT PULL] overlay filesystem fixes for 3.18 From: Sedat Dilek To: Miklos Szeredi Cc: Al Viro , Linus Torvalds , linux-fsdevel , LKML , linux-unionfs@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 20, 2014 at 5:45 PM, Miklos Szeredi wrote: > Hi Al, > > Please pull from > > git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git overlayfs-current > This seems to be the place where overlayfs-fixes are collected for a git-pull request. Can you add a "T:" line with the Git tree into MAINTAINERS file if this is the case? If not please let the people know about current situation. Thanks. - Sedat - > The biggest change is to rename the filesystem from "overlayfs" to "overlay". > This will allow legacy overlayfs to be easily carried by distros alongside the > new mainline one. Also fix a couple of copy-up races and allow escaping comma > character in filenames. > > Thanks, > Miklos > > --- > Miklos Szeredi (8): > ovl: rename filesystem type to "overlay" > ovl: fix remove/copy-up race > ovl: fix race in private xattr checks > ovl: allow filenames with comma > ovl: use lockless_dereference() for upperdentry > ovl: pass dentry into ovl_dir_read_merged() > ovl: update MAINTAINERS > ovl: ovl_dir_fsync() cleanup > > --- > Documentation/filesystems/overlayfs.txt | 2 +- > MAINTAINERS | 7 ++-- > fs/Makefile | 2 +- > fs/overlayfs/Kconfig | 2 +- > fs/overlayfs/Makefile | 4 +-- > fs/overlayfs/dir.c | 31 ++++++++++------- > fs/overlayfs/inode.c | 27 ++++++++++----- > fs/overlayfs/readdir.c | 39 +++++++++------------ > fs/overlayfs/super.c | 61 ++++++++++++++++++++++++++------- > 9 files changed, 111 insertions(+), 64 deletions(-) > -- > To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- 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/