linux-unionfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Vivek Goyal <vgoyal@redhat.com>
To: Amir Goldstein <amir73il@gmail.com>
Cc: Miklos Szeredi <miklos@szeredi.hu>,
	overlayfs <linux-unionfs@vger.kernel.org>
Subject: Re: [PATCH 1/4] ovl: introduce incompatible index feature
Date: Wed, 15 Nov 2017 09:34:42 -0500	[thread overview]
Message-ID: <20171115143442.GB13895@redhat.com> (raw)
In-Reply-To: <CAOQ4uxgw-xOG8m=qLk0gZwq8PF=BSp51nMO2y38FpEAYWznG6g@mail.gmail.com>

On Fri, Nov 10, 2017 at 04:46:53PM +0200, Amir Goldstein wrote:
> On Fri, Nov 10, 2017 at 3:57 PM, Vivek Goyal <vgoyal@redhat.com> wrote:
> > On Tue, Oct 24, 2017 at 01:02:58PM +0300, Amir Goldstein wrote:
> >> Introduce a new config option OVERLAY_FS_INDEX_INCOMPAT.
> >>
> >> If this config option is enabled then inodes index is declared
> >> an incompatible feature and kernel will refuse to mount an overlay
> >> with inodes index off when a non-empty index directory exists.
> >>
> >> Signed-off-by: Amir Goldstein <amir73il@gmail.com>
> >> ---
> >>  fs/overlayfs/Kconfig     |  8 ++++++++
> >>  fs/overlayfs/dir.c       | 30 ++++++++++++++++++++++++++++++
> >>  fs/overlayfs/overlayfs.h |  3 ++-
> >>  fs/overlayfs/super.c     | 24 +++++++++++++++++++++++-
> >>  4 files changed, 63 insertions(+), 2 deletions(-)
> >>
> >> diff --git a/fs/overlayfs/Kconfig b/fs/overlayfs/Kconfig
> >> index cbfc196e5dc5..e5e6dec7d177 100644
> >> --- a/fs/overlayfs/Kconfig
> >> +++ b/fs/overlayfs/Kconfig
> >> @@ -43,3 +43,11 @@ config OVERLAY_FS_INDEX
> >>         outcomes.  However, mounting the same overlay with an old kernel
> >>         read-write and then mounting it again with a new kernel, will have
> >>         unexpected results.
> >> +
> >> +config OVERLAY_FS_INDEX_INCOMPAT
> >> +     bool "Overlayfs: support incompatible index feature"
> >> +     depends on OVERLAY_FS_INDEX
> >> +     help
> >> +       If this config option is enabled then inodes index is declared an
> >> +       incompatible feature and kernel will refuse to mount an overlay with
> >> +       inodes index off when a non-empty index directory exists.
> >
> > Hi Amir,
> >
> > I don't know much about the issues you have faced. So I have few very
> > basic questions.
> >
> > So the problem you are trying to fix is that if somebody mounted overlay
> > with index=on and later they try to mount it with index=off.
> >
> > What problems happen if we allow that? If its a problem, why not always
> > disallow that instead of making it an option. IOW, is there a use case
> > where we will still let user mount later with index=off.
> >
> 
> So I have no current issue with going back from index=on, but I would like
> to start adding incompatible features (like index=all), but in order to add
> the concept of incompatible feature, first user will need to opt-in in compile
> time to "overlayfs v2 format" which supports the feature checks.
> opting-in to format v2 means that user knows he cannot (*) go backwards
> to kernel that doesn't support v2 format and mount v2 format overlayfs.
> 
> Actually, the user can go backwards, but he will need to manually remove
> workdir and indexdir in order to "degrade" overlayfs to v1 before mount.
> 
> I guess config option could have been
> OVERLAY_FS_INCOMAT_V2

So this does not protect against user downgrading to older kernel and
then mount with index=off.

Vivek

  reply	other threads:[~2017-11-15 14:34 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-24 10:02 [PATCH 0/4] Overlayfs index features Amir Goldstein
2017-10-24 10:02 ` [PATCH 1/4] ovl: introduce incompatible index feature Amir Goldstein
2017-11-10 13:57   ` Vivek Goyal
2017-11-10 14:46     ` Amir Goldstein
2017-11-15 14:34       ` Vivek Goyal [this message]
2017-11-15 15:14         ` Amir Goldstein
2017-10-24 10:02 ` [PATCH 2/4] ovl: declare index feature backward compatible Amir Goldstein
2017-11-10 14:21   ` Vivek Goyal
2017-11-10 14:29     ` Amir Goldstein
2017-10-24 10:03 ` [PATCH 3/4] ovl: cast a shadow of incomapt index into the past Amir Goldstein
2017-11-10 14:53   ` Vivek Goyal
2017-11-10 16:30     ` Amir Goldstein
2017-10-24 10:03 ` [PATCH 4/4] ovl: check incompat/rocompat index features Amir Goldstein
2017-10-24 15:30 ` [PATCH 0/4] Overlayfs " Amir Goldstein

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171115143442.GB13895@redhat.com \
    --to=vgoyal@redhat.com \
    --cc=amir73il@gmail.com \
    --cc=linux-unionfs@vger.kernel.org \
    --cc=miklos@szeredi.hu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).