linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Martin Jambor <jamborm@gmail.com>
To: Al Boldi <a1426z@gawab.com>
Cc: linux-fsdevel@vger.kernel.org
Subject: Re: Simulated Ordered Mode
Date: Sun, 31 Jul 2005 21:27:19 +0200	[thread overview]
Message-ID: <8e70aacf050731122777773017@mail.gmail.com> (raw)
In-Reply-To: <200507311907.WAA07896@raad.intranet>

On 7/31/05, Al Boldi <a1426z@gawab.com> wrote:
> Martin Jambor wrote: {
> On 7/31/05, Al Boldi <a1426z@gawab.com> wrote:
> > Is it possible to instruct the FS to delay metadata update until after
> > a filedata sync?
> 
> If you delayed any update until after a sync it wouldn't be a sync anymore,
> would it?
> }
> 
> True, but what about an implied MetaData sync _after_ a FileData sync?

What do you mean by "sync?" If you mean an operation that brings an on
disk image of a filesystem into a consistent state then you cannot
delay any writeout until after it.

If you mean an ordinary update of the file (and directory) contents
then such capability must be coded at the filesystem level because
only the specific filesystem knows what are metadata and what are data
and what files different metadata belong to.

HTH

Martin

      reply	other threads:[~2005-07-31 19:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-31  5:39 Simulated Ordered Mode Al Boldi
2005-07-31 14:02 ` Martin Jambor
2005-07-31 16:06   ` Al Boldi
2005-07-31 19:27     ` Martin Jambor [this message]

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=8e70aacf050731122777773017@mail.gmail.com \
    --to=jamborm@gmail.com \
    --cc=a1426z@gawab.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).