From: "Theodore Y. Ts'o" <tytso@mit.edu>
To: Edward Shishkin <edward.shishkin@gmail.com>
Cc: David Niklas <Hgntkwis@vfemail.net>,
reiserfs-devel@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: PROBLEM: Reiser4 hard lockup
Date: Tue, 27 Oct 2020 15:36:33 -0400 [thread overview]
Message-ID: <20201027193633.GE5691@mit.edu> (raw)
In-Reply-To: <2e2f8dc4-a48e-f09c-3f41-5dfa7f9a6387@gmail.com>
On Tue, Oct 27, 2020 at 01:53:31AM +0100, Edward Shishkin wrote:
> > > reiser4progs 1.1.x Software Framework Release Number (SFRN) 4.0.1 file
> > > system utilities should not be used to check/fix media formatted 'a
> > > priori' in SFRN 4.0.2 and vice-versa.
> >
> > Honestly, this is the first time I've heard about a Linux FS having
> > versioning other than a major one
>
> This is because, unlike other Linux file systems, reiser4 is a
> framework.
>
> In vanilla kernel having a filesystem-as-framework is discouraged for
> ideological reasons. As they explained: "nobody's interested in
> plugins". A huge monolithic mess without any internal structure -
> welcome :)
I wouldn't call it an ideological problem, but more about wanting to
assure interoperability issues and wanting to reduce confusion on the
part of users, especially if images get moved between systems. There
is also plenty of way of introducing internal structure and code
cleanliness without going completely undisciplined with respect to
on-disk format extensions. :-)
Finally, I'll note that ext 2/3/4 does have a rather fine-grained set
of feature flags, with specific rules about what the kernel --- and
e2fsck --- should do if it finds a feature bit it doesn't understand
in the incompat, ro_compat, and compat feature flags set. This is
especially helpful since we have multiple implementations of ext 2/3/4
out there (in FreeBSD, the GRUB bootloader, GNU HURD, Fuchsia, etc.)
and so using feature bits allow for safe and reliable interoperability
with the user being warned if they can safely only mount the file
system read-only, or not at all, if the file system has some new
feature that their current OS version does not support. We can also
give appropriate warnings if they are using an insufficiently recent
version of the userspace tools.
Cheers,
- Ted
next prev parent reply other threads:[~2020-10-27 19:36 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-25 9:04 PROBLEM: Reiser4 hard lockup Metztli Information Technology
2020-10-26 1:07 ` David Niklas
2020-10-27 0:53 ` Edward Shishkin
2020-10-27 19:36 ` Theodore Y. Ts'o [this message]
2020-10-28 1:04 ` Edward Shishkin
-- strict thread matches above, loose matches on Subject: below --
2020-10-26 10:42 Metztli Information Technology
2020-10-24 20:36 David Niklas
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=20201027193633.GE5691@mit.edu \
--to=tytso@mit.edu \
--cc=Hgntkwis@vfemail.net \
--cc=edward.shishkin@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox