Whamcloud - gitweb
LU-18630 build: update version to 1.47.2-wc1 46/57746/4 master-lustre v1.47.2-wc1
authorLi Dongyang <dongyangli@ddn.com>
Tue, 14 Jan 2025 08:40:16 +0000 (19:40 +1100)
committerLi Dongyang <dongyangli@ddn.com>
Wed, 2 Apr 2025 02:09:42 +0000 (02:09 +0000)
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 <dongyangli@ddn.com>
Reviewed-on: https://review.whamcloud.com/c/tools/e2fsprogs/+/57746
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
debian/changelog
version.h

index 5a6d716..5a9f42b 100644 (file)
@@ -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 <dongyangli@ddn.com>  Tue, 14 Jan 2025 19:38:35 +1100
+
 e2fsprogs (1.47.2-1) unstable; urgency=medium
 
   * New upstream version
index 7ad1352..a489059 100644 (file)
--- 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"