From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zeniv.linux.org.uk ([195.92.253.2]:50246 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751291AbdCAAFT (ORCPT ); Tue, 28 Feb 2017 19:05:19 -0500 Date: Tue, 28 Feb 2017 19:44:57 +0000 From: Al Viro To: Josh England Cc: Amir Goldstein , linux-fsdevel , linux-unionfs@vger.kernel.org, Miklos Szeredi Subject: Re: overlayfs: allowing for changes to lowerdir Message-ID: <20170228194457.GU29622@ZenIV.linux.org.uk> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tue, Feb 28, 2017 at 11:08:31AM -0800, Josh England wrote: > The behavior I've noted so far from this patch seems to be very well > defined and follows the rule of least surprise (at least for me). I > can change files/directories in the shared root and the changes are > instantly visible to all clients. If a file/directory has been copied > up on the client that change takes precedence over changes in the > lower. Deletes work as expected. I haven't found a downside yet. Try to do something that invalidates a directory in underlying layer with stuff in overlay on its subdirectories.