]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - lib/ext2fs/ext2fs.h
Add support for on-line resizing ala the resize inode. This patch
authorTheodore Ts'o <tytso@mit.edu>
Wed, 15 Dec 2004 19:39:16 +0000 (14:39 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 15 Dec 2004 19:39:16 +0000 (14:39 -0500)
commitd323f8fb369089b97d6f3bf0f8d64ceeab0b10f5
tree3467ae14a562a89d7cc09e27441ecf3d250da853
parentacb79d9d19737cdd3c64bfd83c101fdeed47766e
Add support for on-line resizing ala the resize inode.  This patch
is taken from Fedora Core 3's e2fsprogs 1.35-11.2.src.rpm's
e2fsprogs-resize.patch.
e2fsck/pass1.c
lib/ext2fs/Makefile.in
lib/ext2fs/alloc_sb.c
lib/ext2fs/closefs.c
lib/ext2fs/ext2_err.et.in
lib/ext2fs/ext2fs.h
lib/ext2fs/initialize.c
lib/ext2fs/res_gdt.c [new file with mode: 0644]
lib/ext2fs/sparse.c [new file with mode: 0644]
misc/mke2fs.c