public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
From: Martin Steigerwald <Martin@lichtvoll.de>
To: linux-xfs@oss.sgi.com
Subject: How does XFS handle file data with regards to journaling?
Date: Thu, 20 Jul 2006 11:43:40 +0200	[thread overview]
Message-ID: <200607201143.40984.Martin@lichtvoll.de> (raw)


Hello,

AFAIK XFS does not support real data journaling. But when does it write 
changes to file data? Does ist write it before or after it updates the 
journal? IOW does it support ordered writes as ext3 does?

data=ordered    (*)     All data are forced directly out to the main file
system prior to its metadata being committed to the journal.

Or does it work in writeback mode?

data=writeback      Data ordering is not preserved, data may be written
into the main file system after its metadata has been                      
committed to the journal.

Regards,
-- 
Martin 'Helios' Steigerwald - http://www.Lichtvoll.de
GPG: 03B0 0D6C 0040 0710 4AFA  B82F 991B EAAC A599 84C7

                 reply	other threads:[~2006-07-20  9:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=200607201143.40984.Martin@lichtvoll.de \
    --to=martin@lichtvoll.de \
    --cc=linux-xfs@oss.sgi.com \
    /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