public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: peterc@gelato.unsw.edu.au
To: linux-ia64@vger.kernel.org
Subject: [Linux-ia64] A start at large file and filesystem support
Date: Wed, 24 Apr 2002 05:25:21 +0000	[thread overview]
Message-ID: <marc-linux-ia64-105590701905504@msgid-missing> (raw)


I've been looking at getting large file system support to work
properly (there's currently a 1TB or 2TB limit on the size of a block device
in 2.5.9, depending on how you use it).

This patch enables large filesystems, and discs bigger than 2TB.
Only the EFI GUID partitioning scheme can be used with enormous discs,
as all the others are constrained by 32-bit number of cylinders.

Next step is to audit the filesystems that claim to be able to support
large filesystems (ext2 may support up to 32TB; reiserfs version 4,
jfs and xfs much more) and make sure that they can.

The patch is a bit big for inclusion in this email.
You can get it from
 http://www.gelato.unsw.edu.au/patches/2.5.9-largefile-patch.txt.bz2
(which also includes the changes David Mosberger put up as the diffs
from 2.5.8)

If you're bitkeeper-enabled, you can pull the patch from
bk://gelato.unsw.edu.au:2022

The change set log is as follows:

ChangeSet@1.602, 2002-04-24 12:35:11+10:00,
peterc@redback.cse.unsw.edu.au
  Merged up to v2.5.9 from local parent.

ChangeSet@1.489.5.9, 2002-04-24 12:22:42+10:00,
peterc@redback.cse.unsw.edu.au
  Many files:
    Use sector_t to count sectors
  blkpg.c:
    Use sector_t to measure sectors; avoid useless checks on a 64-bit
    machine
  
  The aim is to begin a transition to 64-bit sector numbers, even on 
  32-bit architectures, and to allow 64-bit architectures to use huge
  partitions
  and filesystems (where the filesystems support it).

ChangeSet@1.489.5.8, 2002-04-24 12:20:15+10:00,
peterc@redback.cse.unsw.edu.au
  Minor changes to fix compilation warnings on IA64



Peter C


             reply	other threads:[~2002-04-24  5:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-24  5:25 peterc [this message]
2002-04-24  6:12 ` [Linux-ia64] A start at large file and filesystem support David Mosberger
2002-04-24 10:26 ` Peter Chubb
2002-04-25 18:40 ` David Mosberger
2002-04-25 22:39 ` Peter Chubb

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=marc-linux-ia64-105590701905504@msgid-missing \
    --to=peterc@gelato.unsw.edu.au \
    --cc=linux-ia64@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