+e2fsprogs (1.47.2-2) unstable; urgency=medium
+
+ * Fix integer overflow bug which resulted in fuse2fs failing to delete
+ very large files (Closes: #1106241)
+ * Fix an extent corruption bug which in very rare cases could result in
+ data loss when resizing a file system or when fuse2fs is operating on
+ that file system
+ * Various man page cleanups
+ * Add a Built-Using field to the e2fsck-static man page to honor a LGPL
+ requirement documenting which version of glibc was used to build the
+ e2fsck.static binary (Closes: #1106799)
+ * Remove the physical address of the FSF from the debian/copyright
+ file, addressing a Lintian warning.
+ * Fix bug in debugfs when user passes invalid arguments to the
+ e2freefrag command
+ * Add range checks to "mke2fs -E <desc_size>"
+ * Check to make the invalid value of 0 is not passed to "e2freefrag -c"
+ * Fix "e2fsck -E unshare_blocks" to clear the shared_blocks flag when
+ there are no shared blocks to clear
+ * Fix mke2fs to disallow the verity feature without extents
+ * Fix fuse2fs to reject renameat2 RENAME_EXCHANGE/RENAME_WHITEOUT
+ instead of treating the request (wrongly) as a normal rename
+ * Fix fuse2fs to set the timestamps for the new inode created by a mkdir
+ or symlink request
+ * Fix fuse2fs to clamp the timestamps written to the file system to fix
+ a Y2038 bug as tested by fstests generic/402
+ * Fix fuse2fs to handle the encoding of POSIX acl's correctly
+ * Fix fuse2fs to return EOPNOTSUPP when a fallocate(2) mode is not supported
+ * Fix fuse2fs to refuse mounting a file system with file system features
+ that it doesn't know how to handle
+ * Fix debugfs's dump and rdump commands to avoid looping forever when
+ it runs across an I/O error or corupt filesystem metadata.
+ * Fix debugfs's dirsearch command on big-endian systems.
+ * Optimize ext2fs_extent_set_bmap() to avoid fragmenting the extent
+ tree. This fixes a problem where resize2fs is trying to relocate
+ all of the blocks in a file leading to the extent tree doubling in
+ size, and potentially leading to a corrupted extent tree.
+ * Fix "e2fsck -n" to not abort when it trips across an EA inode which
+ is not referenced by any inodes in the file system.
+
+ -- Theodore Y. Ts'o <tytso@mit.edu> Mon, 09 Jun 2025 20:49:10 -0400
+
e2fsprogs (1.47.2-1) unstable; urgency=medium
* New upstream version