All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joel Becker <Joel.Becker@oracle.com>
To: ocfs2-devel@oss.oracle.com
Subject: [Ocfs2-devel] [PATCH 3/3] ocfs2: Switch over to JBD2.
Date: Thu, 4 Sep 2008 18:40:10 -0700	[thread overview]
Message-ID: <20080905014010.GB28061@mail.oracle.com> (raw)
In-Reply-To: <20080905003202.GC29097@lst.de>

On Fri, Sep 05, 2008 at 02:32:02AM +0200, Christoph Hellwig wrote:
> On Wed, Sep 03, 2008 at 08:03:41PM -0700, Joel Becker wrote:
> > ocfs2 wants JBD2 for many reasons, not the least of which is that JBD is
> > limiting our maximum filesystem size.
> > 
> > It's a pretty trivial change.  Most functions are just renamed.  The
> > only functional change is moving to Jan's inode-based ordered data mode.
> > It's better, too.
> > 
> > Because JBD2 reads and writes JBD journals, this is compatible with any
> > existing filesystem.  It can even interact with JBD-based ocfs2 as long
> > as the journal is formated for JBD.
> > 
> > We provide a compatibility option so that paranoid people can still use
> > JBD for the time being.  This will go away shortly.
> 
> Having to parallel codepathes switched by a little option is a really
> bad idea.  Those paranoid people (if they exist at all) should just
> stick to an old kernel.

	This will live exactly as long as it takes us to stress test
JBD2.  Something like .28 will have this option and .29 will drop it.

Joel

-- 

"There is no more evil thing on earth than race prejudice, none at 
 all.  I write deliberately -- it is the worst single thing in life 
 now.  It justifies and holds together more baseness, cruelty and
 abomination than any other sort of error in the world." 
        - H. G. Wells

Joel Becker
Principal Software Developer
Oracle
E-mail: joel.becker at oracle.com
Phone: (650) 506-8127

  reply	other threads:[~2008-09-05  1:40 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-04  3:03 [Ocfs2-devel] [PATCH 0/3] ocfs2: Switch over to JBD2 Joel Becker
2008-09-04  3:03 ` [Ocfs2-devel] [PATCH 1/3] ocfs2: Limit inode allocation to 32bits Joel Becker
2008-09-05  0:27   ` Christoph Hellwig
2008-09-05  1:38     ` Joel Becker
2008-09-04  3:03 ` [Ocfs2-devel] [PATCH 2/3] ocfs2: Add the 'inode64' mount option Joel Becker
2008-09-05  0:29   ` Christoph Hellwig
2008-09-04  3:03 ` [Ocfs2-devel] [PATCH 3/3] ocfs2: Switch over to JBD2 Joel Becker
2008-09-05  0:32   ` Christoph Hellwig
2008-09-05  1:40     ` Joel Becker [this message]
2008-09-04  3:03 ` Joel Becker
2008-09-05 10:05 ` [Ocfs2-devel] [PATCH 0/3] " Mark Fasheh

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=20080905014010.GB28061@mail.oracle.com \
    --to=joel.becker@oracle.com \
    --cc=ocfs2-devel@oss.oracle.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 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.