From f1d2566791088ea892a1cb9344b553eb1256ba51 Mon Sep 17 00:00:00 2001 From: Li Dongyang Date: Tue, 14 Jan 2025 19:40:16 +1100 Subject: [PATCH] LU-18630 build: update version to 1.47.2-wc1 Rebase on new e2fsprogs-1.47.2 from upstream. Merge cd423df18 LU-15985 e2fsck: skip block scanning if the inode is too bad into 771c06d84 e2fsck: track errors/badness found for each inode Change-Id: Ib28ecb46ba66206f044fdaee4071aecdf4a475a7 Signed-off-by: Li Dongyang Reviewed-on: https://review.whamcloud.com/c/tools/e2fsprogs/+/57746 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger --- debian/changelog | 28 ++++++++++++++++++++++++++++ version.h | 4 ++-- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5a6d716..5a9f42b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,31 @@ +e2fsprogs (1.47.2-wc1) unstable; urgency=medium + + * Whamcloud Lustre-patched release 1.47.2-wc1 + * e2fsck: check trusted.link when fixing nlink + * e2fsck: quiet 'extent tree could be narrower' + * mke2fs: avoid too large stride and stripe_width + * mke2fs: allow 64bit feature without extents + * mke2fs: avoid inode number error with large FS + * debugfs: decode and dump xattrs on inode stat + * e2fsck: add support for dirdata feature + * e2fsck: track errors/badness found for each inode + * e2fsck: add support for expanding the inode size + * filefrag: Lustre changes to filefrag FIEMAP handling + * e2fsck: add parallel fsck with "-m" option + * sec: support encrypted files handling in pfsck mode + * mke2fs: disable metadata_csum_seed/orphan_file + * mke2fs: add "-E iops" to set IOPS storage group + * tune2fs: add "-E iops" to set/clear IOPS groups + * e2fsck: use rb-tree to track EA reference counts + * e2fsck: fix merging ea_inode_refs + * journal: increase revoke block hash size + * misc: deduplicate log2/log10 functions + * mke2fs: try to pack the GDT blocks together + * debugfs: allow debugfs to disable MMP directly + * e2fsprogs: support EXT2_FLAG_BG_TRIMMED and EXT2_FLAGS_TRACK_TRIM + + -- Dongyang Li Tue, 14 Jan 2025 19:38:35 +1100 + e2fsprogs (1.47.2-1) unstable; urgency=medium * New upstream version diff --git a/version.h b/version.h index 7ad1352..a489059 100644 --- a/version.h +++ b/version.h @@ -9,5 +9,5 @@ * General Public License v2. */ -#define E2FSPROGS_VERSION "1.47.2" -#define E2FSPROGS_DATE "1-Jan-2025" +#define E2FSPROGS_VERSION "1.47.2-wc1" +#define E2FSPROGS_DATE "14-Jan-2025" -- 1.8.3.1