From: Theodore Ts'o Date: Wed, 15 Dec 2004 22:26:32 +0000 (-0500) Subject: Supplied changelog for resize inode patch. X-Git-Tag: E2FSPROGS-1_36~105 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=22c6821a2495b0bf340dd3c277713bb1bee01144;p=tools%2Fe2fsprogs.git Supplied changelog for resize inode patch. --- diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog index d70ff89..ba88f6a 100644 --- a/e2fsck/ChangeLog +++ b/e2fsck/ChangeLog @@ -1,3 +1,8 @@ +2004-12-15 Theodore Ts'o + + * pass1.c (process_block): Applied resize inode patch. Mark the + DIND block of the resize inode as being in use. + 2004-12-14 Theodore Ts'o * Makefile.in: Move strip command to install-strip target. diff --git a/lib/ext2fs/ChangeLog b/lib/ext2fs/ChangeLog index 7104086..14664fd 100644 --- a/lib/ext2fs/ChangeLog +++ b/lib/ext2fs/ChangeLog @@ -1,3 +1,33 @@ +2004-12-15 Theodore Ts'o + + * Applied resize inode patch from Andreas Dilger + + * res_gdt.c (ext2fs_create_resize_inode): New function that + creates the resize inode. + + * initialize.c (ext2fs_initialize): Reserve space for the resize + inode. + + * ext2fs.h (EXT2_LIB_FEATURE_COMPAT_SUPP): Add + EXT2_FEATURE_COMPAT_RESIZE_INODE to the list of supported + capabilities. + Add function prototypes for res_gdt.c and sparse.c. + + * closefs.c (ext2fs_super_and_bgd_loc): Take the reserved blocks + into account when calculating the number of overhead + blocks. + + * closefs.c (ext2fs_bg_has_super, test_root), sparse.c: Move these + functions to the new file sparse.c + + * alloc_sb.c (ext2fs_reserve_super_and_bgd): Reserve the blocks + saved in the resize inode as being in use. + + * ext2_err.et.in (EXT2_ET_RES_GDT_BLOCKS): Add new error code. + + * Makefile.in (srcdir): Add res_gdt.c and sparse.c to the ext2fs + library. + 2004-12-14 Theodore Ts'o * Makefile.in: Use Linux-kernel-style makefile output for "make diff --git a/misc/ChangeLog b/misc/ChangeLog index e5eb60b..e0caf5f 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,9 @@ +2004-12-15 Theodore Ts'o + + * mke2fs.c: Applied resize inode patch from Andreas Dilger to add + support for creating filesystems with reserved space for + on-line expansion. + 2004-12-14 Theodore Ts'o * Makefile.in: Move strip command to install-strip target.