Whamcloud - gitweb
LU-16531 build: update version to 1.47.0-wc1 08/49908/3 v1.47.0-wc1
authorLi Dongyang <dongyangli@ddn.com>
Mon, 6 Feb 2023 10:18:37 +0000 (21:18 +1100)
committerLi Dongyang <dongyangli@ddn.com>
Thu, 4 May 2023 06:15:29 +0000 (06:15 +0000)
Rebase on new e2fsprogs-1.47.0 from upstream.

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

index 60a0a9b..99784c6 100644 (file)
@@ -1,3 +1,21 @@
+e2fsprogs (1.47.0-wc1) unstable; urgency=medium
+
+  * Whamcloud Lustre-patched release 1.47.0-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
+  * sec: support encrypted files handling in pfsck mode
+  * e2fsck: add parallel fsck with "-m" option
+
+ -- Dongyang Li <dongyangli@ddn.com>  Fri, 28 Apr 2023 11:30:29 +1100
+
 e2fsprogs (1.47.0-1) unstable; urgency=medium
 
   * New upstream version
index db245ce..52eb3db 100644 (file)
--- a/version.h
+++ b/version.h
@@ -9,5 +9,5 @@
  * License v2.
  */
 
-#define E2FSPROGS_VERSION "1.47.0"
-#define E2FSPROGS_DATE "5-Feb-2023"
+#define E2FSPROGS_VERSION "1.47.0-wc1"
+#define E2FSPROGS_DATE "28-Apr-2023"