From 22c6821a2495b0bf340dd3c277713bb1bee01144 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Wed, 15 Dec 2004 17:26:32 -0500 Subject: [PATCH] Supplied changelog for resize inode patch. --- e2fsck/ChangeLog | 5 +++++ lib/ext2fs/ChangeLog | 30 ++++++++++++++++++++++++++++++ misc/ChangeLog | 6 ++++++ 3 files changed, 41 insertions(+) diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog index d70ff89a..ba88f6a9 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 7104086c..14664fd1 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 e5eb60b7..e0caf5f9 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. -- 2.11.0