All of lore.kernel.org
 help / color / mirror / Atom feed
From: Edward Shishkin <edward.shishkin@gmail.com>
To: ReiserFS development mailing list <reiserfs-devel@vger.kernel.org>
Subject: Semantic (mountable) subvolumes in Reiser4
Date: Sat, 30 Jul 2016 11:20:10 +0200	[thread overview]
Message-ID: <579C714A.7040304@gmail.com> (raw)

Semantic (mountable) subvolume is simply a named subtree of the semanic 
tree.
Such subtree has unusual root, which is not refered by the parent directory.
That is, parent directory doesn't contain a record about that root. So 
normally,
you can not access this subtree. In order to access a semantic 
subvolume, you
first have to "mount" it. "Mounting" a semantic subvoume creates a 
reference to
its root (specifically, the mount point refers to that root), which makes it
accessible. In other bits semantic subvolumes look like usual subtrees 
of the
semantic tree, which are always "visible".

Semantic subvolumes is not something new, they are present in some other 
file
systems (though with different names) and have many applications in
virtualization (mostly due to their "isolation").

Semantic subvolumes can be easily implemented in Reiser4. if someone cares,
then I'll provide details.

Thanks,
Edward.

             reply	other threads:[~2016-07-30  9:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-30  9:20 Edward Shishkin [this message]
     [not found] ` <CAMDqdwyCMJHyHXhoriWbFhHNrkEOphC5CuyhiS0haa9=Fvyziw@mail.gmail.com>
2016-08-01 11:24   ` Containers in Reiser4 (Was: Semantic (mountable) subvolumes in Reiser4) Edward Shishkin
2016-08-25 21:58     ` Christian Kujau

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=579C714A.7040304@gmail.com \
    --to=edward.shishkin@gmail.com \
    --cc=reiserfs-devel@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.