mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: tytso@mit.edu
Cc: Philip Wernersbach <philip.wernersbach@gmail.com>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ext2/3 as ext4
Date: Sat, 26 Dec 2009 23:56:47 -0800	[thread overview]
Message-ID: <20091227075647.GA3223@core.coreip.homeip.net> (raw)
In-Reply-To: <20091207190947.GF27692@thunk.org>

Hi Ted,

On Mon, Dec 07, 2009 at 02:09:47PM -0500, tytso@mit.edu wrote:
> On Tue, Dec 01, 2009 at 08:30:36PM -0500, Philip Wernersbach wrote:
> > Hello Everyone,
> >      Below is a small patch I wrote for kernel version 2.6.31.6. It
> > causes ext2/3 filesystems to be mounted using the ext4 driver, in a
> > way that is transparent to the userspace (and kernelspace for that
> > matter, as long as the code uses the kernel's mounting API) and
> > requires no change to the userspace (/kernelspace). This patch is
> > useful because: 1) It allows minimalist kernel fanatics, like myself,
> > to drop 2 drivers from their builds without any loss in functionality.
> > 2) It allows the ext2/3 filesystems to take advantage of the
> > performance/general improvements in the ext4 driver. 3) In the future,
> > with this patch, the ext2/3 driver code could be dropped from the
> > kernel without any loss in functionality.
> 
> Here's a much cleaner patch which achieves the same goal...
> 

I experience regular crashes with 2.6.32-rc2 that seem to be related to
this patch as thet seem to go away if I enable proper ext3 support.

Kernel BUG()s out in ext4_da_update_reserve_space(); unofrtunately
traces don't make it ot the disk but I managed to snatch a picture with
my didgital camera:

	http://userweb.kernel.org/~dtor/ext4-oops.jpg

I also tried pulling your latest pull request for Linus but the behavior
is the same.

Thanks.

-- 
Dmitry

      parent reply	other threads:[~2009-12-27  7:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-02  1:30 Philip Wernersbach
2009-12-02  1:58 ` Richard Holden
2009-12-06  9:51 ` Pavel Machek
2009-12-07 19:09 ` tytso
2009-12-17  0:42   ` Philip Wernersbach
2009-12-22  1:14     ` Robert Hancock
2009-12-27  7:56   ` Dmitry Torokhov [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=20091227075647.GA3223@core.coreip.homeip.net \
    --to=dmitry.torokhov@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=philip.wernersbach@gmail.com \
    --cc=tytso@mit.edu \
    /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

Powered by JetHome