linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC][PATCH 0/4] BIG_BG: support of large block groups
@ 2006-11-24 16:47 Valerie Clement
  2006-11-29 17:23 ` Theodore Tso
  0 siblings, 1 reply; 5+ messages in thread
From: Valerie Clement @ 2006-11-24 16:47 UTC (permalink / raw)
  To: linux-ext4


Currently, the maximum number of blocks in a block group is the number
of bits in a block, since the block bitmap must be stored inside a
single block.
So on a 4 KB blocksize filesystem, the maximum number of blocks in a
group is 32768.
This constraint can limit the maximum size of the filesystem.

Increasing the block group size allows also to reduce the number of
groups in the filesystem.

This patchset allows using several consecutive blocks to store the
bitmaps, thus having larger block groups and so increasing the
filesystem size.

It applies against a linux-2.6.19-rc6 kernel and follows up the work on
the 64-bit support done by Laurent Vivier and Alexandre Ratchov.

These patches have been tested on a x86_64 machine with a 20TB device
and with updated e2fsprogs available here:
  http://www.bullopensource.org/ext4/20061124

If we already see that the execution time of fsck and mkfs commands is
reduced when increasing the size of groups on a large filesystem, I'll
will do performance testing in the next days to see the other impacts of
this modification.

Any comments are welcome.

Thanks,

  Valerie.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-12-01 12:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-24 16:47 [RFC][PATCH 0/4] BIG_BG: support of large block groups Valerie Clement
2006-11-29 17:23 ` Theodore Tso
2006-11-30 15:17   ` Valerie Clement
2006-11-30 19:41     ` Theodore Tso
2006-12-01 12:06       ` Andreas Dilger

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).