From: Alex Elsayed <eternaleye@gmail.com>
To: linux-fsdevel@vger.kernel.org
Subject: Re: [Lsf-pc] [LSF/MM TOPIC] atomic block device
Date: Tue, 18 Feb 2014 00:59:49 -0800 [thread overview]
Message-ID: <ldv7dq$4r2$1@ger.gmane.org> (raw)
In-Reply-To: 20140218001017.GB13647@dastard
Dave Chinner wrote:
(My apologies for snipping, but I only wanted to address a very small part
of what you said)
> Similarly, things like ordered writes are great until you consider
> how they interact with journalling and cause priority inversion
> issues. The only way to make use of ordered writes is to design the
> filesystem around ordered writes from the ground up. i.e. the
> soft updates complexity problem. Unlike atomic writes, this can't
> easily be retrofitted to an exising filesystem, and once you have
> soft updates in place you are effectively fixing the format and
> features of the filesystem in stone because if you need to change a
> single operation or on disk structure you have to work out the
> dependency graph for the entire filesystem from the ground up again.
One thing that keeps coming to mind whenever ordering guarantees in
filesystems come up is Featherstitch[1], which is (to quote the article) "a
generalization of the soft updates system of write dependencies and rollback
data" (since "not enough file systems geniuses exist in the world to write
and maintain more than one instance of soft updates").
Aside from its relevance to your observations on soft updates, it had a
userspace API that provided similar guarantees to Howard Chu's suggestion.
[1] article by Valerie Aurora: https://lwn.net/Articles/354861/
next prev parent reply other threads:[~2014-02-18 9:00 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-15 15:04 [LSF/MM TOPIC] atomic block device Dan Williams
2014-02-15 17:55 ` Andy Rudoff
2014-02-15 18:29 ` Howard Chu
2014-02-15 18:31 ` Howard Chu
2014-02-15 18:02 ` James Bottomley
2014-02-15 18:15 ` Andy Rudoff
2014-02-15 20:25 ` James Bottomley
2014-03-20 20:10 ` Jeff Moyer
[not found] ` <CABBL8E+r+Uao9aJsezy16K_JXQgVuoD7ArepB46WTS=zruHL4g@mail.gmail.com>
2014-02-15 21:35 ` Dan Williams
2014-02-17 8:56 ` Dave Chinner
2014-02-17 9:51 ` [Lsf-pc] " Jan Kara
2014-02-17 10:20 ` Howard Chu
2014-02-18 0:10 ` Dave Chinner
2014-02-18 8:59 ` Alex Elsayed [this message]
2014-02-18 13:17 ` Dave Chinner
2014-02-18 14:09 ` Theodore Ts'o
2014-02-17 13:05 ` Chris Mason
2014-02-18 19:07 ` Dan Williams
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='ldv7dq$4r2$1@ger.gmane.org' \
--to=eternaleye@gmail.com \
--cc=linux-fsdevel@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;
as well as URLs for NNTP newsgroup(s).