All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Sandeen <sandeen@redhat.com>
To: Andrew Clayton <andrew@digital-domain.net>
Cc: linux-ext4@vger.kernel.org
Subject: Re: [PATCH] Documentation/filesystems/ext3.txt
Date: Tue, 19 May 2009 09:35:16 -0500	[thread overview]
Message-ID: <4A12C3A4.90202@redhat.com> (raw)
In-Reply-To: <20090518212209.17c46cee@digital-domain.net>

Andrew Clayton wrote:
> Update the ext3 document with the fact that data=writeback is now the
> default journaling mode.
> 
> 
> Signed-off-by: Andrew Clayton <andrew@digital-domain.net>
> 
> --- linux-2.6/Documentation/filesystems/ext3.txt.orig	2009-05-18 20:48:27.084220753 +0100
> +++ linux-2.6/Documentation/filesystems/ext3.txt	2009-05-18 20:49:01.023225288 +0100
> @@ -39,11 +39,11 @@
>  data=journal		All data are committed into the journal prior to being
>  			written into the main file system.
>  
> -data=ordered	(*)	All data are forced directly out to the main file
> +data=ordered		All data are forced directly out to the main file
>  			system prior to its metadata being committed to the
>  			journal.
>  
> -data=writeback		Data ordering is not preserved, data may be written
> +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.

If we're updating this documentation, while we're at it we should add
that the default is actually controlled by a new kernel config option,
and also something along the lines of "this mode will produce file
corruption on a power loss or unclean shutdown, and may lead to
unintentional information disclosure."

-Eric

  reply	other threads:[~2009-05-19 14:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-18 20:22 [PATCH] Documentation/filesystems/ext3.txt Andrew Clayton
2009-05-19 14:35 ` Eric Sandeen [this message]
2009-05-19 16:03   ` Andrew Clayton
2009-05-19 16:16     ` Eric Sandeen
2009-05-19 17:49       ` Andrew Clayton

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=4A12C3A4.90202@redhat.com \
    --to=sandeen@redhat.com \
    --cc=andrew@digital-domain.net \
    --cc=linux-ext4@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.