From: Jan-Benedict Glaw <jbglaw@lug-owl.de>
To: Goldwyn Rodrigues <goldwyn_r@myrealbox.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Breaking ext2 file size limit of 2TB
Date: Fri, 25 Jun 2004 15:34:12 +0200 [thread overview]
Message-ID: <20040625133412.GD20632@lug-owl.de> (raw)
In-Reply-To: <1088168646.d642871cgoldwyn_r@myrealbox.com>
[-- Attachment #1: Type: text/plain, Size: 1570 bytes --]
On Fri, 2004-06-25 18:34:06 +0530, Goldwyn Rodrigues <goldwyn_r@myrealbox.com>
wrote in message <1088168646.d642871cgoldwyn_r@myrealbox.com>:
> Hi,
>
> I have made a patch to enable file creation greater than 2TB. I
> tested it using sparse files and it works good.
Generally, a good idea, but...
> Advantages:
> 1. Patch is compatible with the existing filesystem and does not
> need re-formatting of the device.
You're using a reserved field; how do you mean "compatible" in this
situation? Think of a filesystem with real files > 2TB. How will an
unpatched ext3fs driver handle those files? You'll only see the <2TB
content, right?
May an unpatched version under any circumstances clear the high-order
bits of the newly introduced 64bit integer, just because it doesn't know
to preserve this reserved field's value?
> Disadvantages:
>
> 1. The patch uses l_i_reserved1 field to keep higher order 32-bits of
> i_blocks. This means the patch cannot be used with HURD filesystems,
> because it is occupied with a translator field.
Being unfamiliar eith ext3's internals, are there other
reserved/free-for-future-use fields that don't clash with the HURD?
Are you proposing a patch like this for ext2, too?
MfG, JBG
--
Jan-Benedict Glaw jbglaw@lug-owl.de . +49-172-7608481
"Eine Freie Meinung in einem Freien Kopf | Gegen Zensur | Gegen Krieg
fuer einen Freien Staat voll Freier Bürger" | im Internet! | im Irak!
ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA));
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2004-06-25 13:34 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-25 13:04 [PATCH] Breaking ext2 file size limit of 2TB Goldwyn Rodrigues
2004-06-25 13:34 ` Jan-Benedict Glaw [this message]
2004-06-25 19:12 ` Andreas Dilger
-- strict thread matches above, loose matches on Subject: below --
2004-06-26 6:09 Goldwyn Rodrigues
2004-06-28 17:53 ` Andreas Dilger
2004-06-26 6:11 Goldwyn Rodrigues
2004-06-26 14:13 ` Jan-Benedict Glaw
2004-06-28 7:12 Goldwyn Rodrigues
2004-06-28 9:30 ` Jan-Benedict Glaw
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=20040625133412.GD20632@lug-owl.de \
--to=jbglaw@lug-owl.de \
--cc=goldwyn_r@myrealbox.com \
--cc=linux-kernel@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).