lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <176169820277.1433624.12205115266589936859.stgit@frogsfrogsfrogs>
Date: Tue, 28 Oct 2025 18:24:36 -0700
From: "Darrick J. Wong" <djwong@...nel.org>
To: djwong@...nel.org, zlang@...hat.com
Cc: neal@...pa.dev, fstests@...r.kernel.org, linux-ext4@...r.kernel.org,
 linux-fsdevel@...r.kernel.org, joannelkoong@...il.com, bernd@...ernd.com
Subject: [PATCH 16/33] generic/679: disable for fuse2fs

From: Darrick J. Wong <djwong@...nel.org>

fuse2fs' fallocate implementation follows xfs' behavior of failing an
fallocate up front if there isn't enough free space in the filesystem to
allocate @len bytes, even if most of the range is actually already
allocated.  This is an engineering decision on the part of the author
(me) not to support the corner case of preallocating a not very sparse
file because that would just be more code to maintain.

Signed-off-by: "Darrick J. Wong" <djwong@...nel.org>
---
 tests/generic/679 |    2 ++
 1 file changed, 2 insertions(+)


diff --git a/tests/generic/679 b/tests/generic/679
index 741ddf21502f3a..da62cc4a0fe5e3 100755
--- a/tests/generic/679
+++ b/tests/generic/679
@@ -24,6 +24,8 @@ _require_xfs_io_command "fiemap"
 #   https://lore.kernel.org/linux-btrfs/20220315164011.GF8241@magnolia/
 #
 _exclude_fs xfs
+# fuse2fs copies xfs' pattern
+_exclude_fs fuse.ext[234]
 
 rm -f $seqres.full
 


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ