From patchwork Sun Apr 5 12:03:37 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9591 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4fpWNb59w2z3x5B for ; Sun, 05 Apr 2026 12:04:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E7" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4fpWNb4JXXz2Ln for ; Sun, 05 Apr 2026 12:04:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4fpWN00V2Lz37T6 for ; Sun, 05 Apr 2026 12:04:16 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4fpWMp5QzBz3646 for ; Sun, 05 Apr 2026 12:04:06 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4fpWMn0z3Vz6dL; Sun, 05 Apr 2026 12:04:05 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1775390645; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=zcKWWusJYZdgGCfz4qU/+jhLjqWMBSwkIVGgslq+GMY=; b=o9/8DfXb4OarRo9Rn+lG7MGsDv4p1kfgPihs04TVNZfHVw0Q9v6BUWNi7YvKoKVJoMv9iF lulPqutKo0wEw1Bw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1775390645; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=zcKWWusJYZdgGCfz4qU/+jhLjqWMBSwkIVGgslq+GMY=; b=RNpd0yHhLDL6wALfUQ87gM9NWi6scfcAqjaQh5pI7WVkxLv3OSUvneYxhnMUal4s/kGhgi HyS2mnSXVd5lQxEwXJ6yrqoxiL91uQUc/cb67taTwbYsTQiOxZPh9uCfR3auMyLw+Z3n3J 5zt4v42NPTVW31sVgcLU2z6h2rg4anZJel6yd8U2aZ1fMQxcYhrXhr8Uzr5lTyC0nJjOSv N409UC2CQgh6BwyYIPkNtIYRVHoGLyuneGDL/pNIMB47+enEFjEa2gTgRz3XVPVLArQ6xh 8RpGGq5qO6oGve0FMp1kbS+IxFqNmpx6K3HRyvle4g/5RHGB3RcWi+LyU6prvw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] e2fsprogs: Update to version 1.47.4 Date: Sun, 5 Apr 2026 14:03:37 +0200 Message-ID: <20260405120354.137211-20-adolf.belka@ipfire.org> In-Reply-To: <20260405120354.137211-1-adolf.belka@ipfire.org> References: <20260405120354.137211-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 1.47.3 to 1.47.4 - No change to rootfile - Changelog 1.47.4 UI and Features Suppress warnings in mke2fs regarding large block sizes if the kernel supports blocksize greater than page size. Add mke2fs extended option in root_selinux to set a SELinux security context label for the root directory. Enable mke2fs to support multiple -E options in the command line. Fix e4defrag crashing when it tries to defragment an inline data file. Fixes Fix e2fsck incorrectly flagging fast symlinks with a large external extended attribute (using an EA inode) as having an invalid number of blocks. Add a check in e2fsck for an extended attributes with a value stored in an EA inode that has an invalid zero size. Fix e2scrub so that it the retry loop for lvremove works properly (in case of a temporary busy failure). Mke2fs warnings about dax are now printed to stdout instead of stderr, since they aren't failures. Fix mke2fs so it won't create an orphan file inode which is larger than what the kernel now permits when using a 64k blocksize. Fix mke2fs -d so it can handle copying a file larger than 2 GiB. Many bug fixes for fuse2fs and libext2fs to make fuse2fs behave more like the Linux kernel's implementation of ext4. These were found when running fuse2fs under xfstests, and fixing the resulting test failures. - Set the EXT2_ERRORS_FS flag when recording errors in the superblock, so that e2fsck will automatically try to fix the corrupted file system - Restrict which error codes that will be recorded in the superblock to those which indicate file system corruption, and not those that are cuased by operational failures - Refuse to mount a file system which is marked as having inconsistencies - Abort and avoid mounting the file systems if there are errors parsing the command line options - Fix parsing the offset= option so the mount options structure doesn't get corrupted. - Move operations which could fail while mounting the file system to before the fuse2fs is daemonized so that errors can be reported to the user - Fix the locking logic for the "-o lockfile" command-line option - Fix a memory leak if ext2fs_close() fails - Avoid failures when mounting a file system read-only and the user does not have write access to the file system image or block device - Handle the case where the underlying storage (e.g., block device) of the file system is read-only more like the kernel. (Fixes generic/050) - Handle the case where the user requested a read-only mount, the underying file system storage is writeable, and there is a journal which needs to be replayed so that it is safe to reference the file system image. (Fixes ext4/271) - Recheck the file system feature flags after replaying the journal in case an unsupported feature was enabled by a journal transaction and this causes fuse2fs to have a bellyache. - Recheck the journal to make sure it is consistent to catch problems caused by replaying (possibly maliciously) corrupted journals - Make sure there is enough free space to create a symlink before trying to create it - Correctly report errors when deleting files back to fuse - Always check the process gid when checking file permissions - Don't update atime when reading executable file contents - Correctly propagate default acls to non-directory inodes - Set the group id ownership for newly created files in setgid directories - Fix fssetxattr() by preserving iflags bits that don't exist in xflags - Fix various bugs when punching holes in a file - Fix various bugs in FITRIM - Prevent fallocation or zero range indirect-mapped files, which don't support unwritten extents - Fix error handing for fuse_getgroups() and readlink(2) - Fix various data corruption bugs when reading and writing to inline data files - Correctly set the ST_RDONLY flag returned by statfs(2) - Fix potential races in op_statfs and op_destroy - Fix relatime handling to pay attention to nanosecond portion of the timestamp - Fix permission checks when opening a file with O_APPEND and O_TRUNC at the same time - Don't truncate a newly created file so the ctime/mtime timestamps are consistent Various man page cleanups. Performance, Internal Implementation, Development Support etc. Fixed various Debian packaging issues. (Addresses Debian Bugs: #1118461) Remove extra "pkg-config pkgconfig" in the Debian rules file. This appears to be harmless, but it's not correct. (Addresses "Debian Bugs: #1126636) Stop trying to test building e2fsprogs on mingw32 using Github Actions. Sometime between November and December 2025, probably coincident with github uploading a newer Windows 11 to windows-latest, running the test mke2fs is now taking over 4 hours, when previously it took 8 seconds. Update autoconf and libtool to be based on autoconf 2.72. Also updated config.{guess,sub,rpath} to be the latest from FSF. Fix ext2fs_block_alloc_stats_range() to pass the original parameters to its callback function. Change the unixfd I/O manager to close the file descriptor when it is passed into the manager. In the unixfd_io_manager, trust the caller to assert that the file descriptor was opened using O_EXCL, since we can't find out whether it's the case by checking the file flags usign fcntl's F_GETFL. Also check using F_GETFL instead of F_GETFD. Fix a bug in the unix_io where if there is an error when writing the I/O channel, and a write_error handler is registered, and it requests that the failed write is tried, the cache mutex wasn't getting reocked, leaving the lock state inconsistent. Fix a portability issue in fuse2fs regarding how to redirect stdout/stderr which works across multiple C libraries. (For a detailed description of the challenges created by different standards specification see commit f79abd8554e6.) Fix a portability issue so e2fsprogs can compile when the linux/fsverity.h header file exists, but it doesn't define FS_IOC_READ_VERITY_METADATA. Update the Malay translations. Signed-off-by: Adolf Belka --- lfs/e2fsprogs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/e2fsprogs b/lfs/e2fsprogs index 6792723db..660f22d1c 100644 --- a/lfs/e2fsprogs +++ b/lfs/e2fsprogs @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2025 IPFire Team # +# Copyright (C) 2007-2026 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 1.47.3 +VER = 1.47.4 THISAPP = e2fsprogs-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 5d83a47d24f28fb4e0a6e8a145b146e6ff0de4463a16720790041f6fe750e595d749e730016bc3a9255c9ed3172b15e37f0fa8af4e8463f724f6bd221a9fa161 +$(DL_FILE)_BLAKE2 = ae190e773a83c12a0ab438e13911a5a3f8a25da68373a0911eaddf0a979debcc5a15c22fc7d6fbaed43659c1fc1276e6a345d2f6a73a4ab92e730f177fe40cdb install : $(TARGET)