Whamcloud - gitweb
LU-17808 build: update version to 1.47.1-wc1 09/55009/7 v1.47.1-wc1
authorAndreas Dilger <adilger@dilger.ca>
Fri, 3 May 2024 08:11:50 +0000 (02:11 -0600)
committerLi Dongyang <dongyangli@ddn.com>
Tue, 4 Jun 2024 00:05:13 +0000 (00:05 +0000)
Rebase on new e2fsprogs-1.47.1 from upstream.

Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: Ibc66dccb84839cf00a7792ffc4108e226e3ebbe5
Reviewed-on: https://review.whamcloud.com/c/tools/e2fsprogs/+/55009
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Li Dongyang <dongyangli@ddn.com>
debian/changelog
version.h

index 7d8ba53..122611a 100644 (file)
@@ -1,3 +1,32 @@
+e2fsprogs (1.47.1-wc1) unstable; urgency=medium
+
+  * Whamcloud Lustre-patched release 1.47.1-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
+  * tests: make m_assume_storage_prezeroed more robust
+
+ -- Andreas Dilger <adilger@whamcloud.com>  Fri, 18 May 2024 11:30:29 +1100
+
 e2fsprogs (1.47.1-1) unstable; urgency=medium
 
   * New upstream version
index af575f4..6430693 100644 (file)
--- a/version.h
+++ b/version.h
@@ -9,5 +9,5 @@
  * License v2.
  */
 
-#define E2FSPROGS_VERSION "1.47.1"
-#define E2FSPROGS_DATE "20-May-2024"
+#define E2FSPROGS_VERSION "1.47.1-wc1"
+#define E2FSPROGS_DATE "28-May-2024"