On Jan 22, 2006, at 16:02, Theodore Ts'o wrote:
Online resizing is ever safe? I mean, with on-disk filesystem
layout support I could somewhat believe it for growing; for
shrinking you'd need a way to move files around without damaging
them (possible). I guess it would be.
So how does this work? Move files -> alter file system superblocks?
The online resizing support in ext3 only grows the filesystems; it
doesn't shrink it. What is currently supported in 2.6 requires you
to reserve space in advance. There is also a slight modification
to the ext2/3 filesystem format which is only supported by Linux
2.6 which allows you to grow the filesystem without needing to move
filesystem data structures around; the kernel patches for
actualling doing this new style of online resizing aren't yet in
mainline yet, although they have been posted to ext2-devel for
evaluation.
From my understanding of HFS+/HFSX, this is actually one of the
nicer bits of that filesystem architecture. It stores the data-
structures on-disk using extents in such a way that you probably
could hot-resize the disk without significant RAM overhead (both grow
and shrink) as long as there's enough free space. Essentially, every
block on the disk is represented by an allocation block, and all data
structures refer to allocation block offsets. The allocation file
bitmap itself is comprised of allocation blocks and mapped by a set
of extent descriptors. The result is that it is possible to fragment
the allocation file, catalog file, and any other on-disk structures
(with the sole exception of the 1K boot block and the 512-byte volume
headers at the very start and end of the volume).
At the moment I'm educating myself on the operation of MFS/HFS/HFS+/
HFSX and the linux kernel VFS by writing a completely new combined
hfsx driver, which I eventually plan to add online-resizing support
and a variety of other features to.
One question though: Does anyone have any good recent references to
"How to write a blockdev-based Linux Filesystem" docs? I've searched
the various crufty corners of the web, Documentation/, etc, and found
enough to get started, but (for example), I had a hard time
determining from the various sources what a struct file_system_type
was supposed to have in it, and what the available default
address_space/superblock ops are.
Cheers,
Kyle Moffett
--
They _will_ find opposing experts to say it isn't, if you push hard
enough the wrong way. Idiots with a PhD aren't hard to buy.
-- Rob Landley
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]