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-next>] [day] [month] [year] [list]
Message-ID: <176062915393.3343688.9810444125172113159.stgit@frogsfrogsfrogs>
Date: Thu, 16 Oct 2025 08:39:57 -0700
From: "Darrick J. Wong" <djwong@...nel.org>
To: tytso@....edu
Cc: linux-ext4@...r.kernel.org, linux-ext4@...r.kernel.org
Subject: [PATCHSET] fuse2fs: round 6 bug fixes

Hi all,

This series fixes more bugs in libext2fs and fuse2fs.

If you're going to start using this code, I strongly recommend pulling
from my git trees, which are linked below.

Comments and questions are, as always, welcome.

e2fsprogs git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/e2fsprogs.git/log/?h=fuse2fs-fixes
---
Commits in this patchset:
 * debian/rules: remove extra pkg-config
 * libext2fs: use F_GETFL, not F_GETFD, in unixfd_open
 * libext2fs: don't look for O_EXCL in the F_GETFL output
 * libext2fs: fix ind_punch recursive block computation
 * libext2fs: the unixfd IO manager shouldn't close its fd
 * fuse2fs: update manpage
 * fuse2fs: quiet down EXT2_ET_RO_FILSYS errors
 * fuse2fs: free global_fs after a failed ext2fs_close call
 * fuse2fs: fix memory corruption when parsing mount options
 * fuse2fs: fix fssetxattr flags updates
 * fuse2fs: fix default acls propagating to non-dir children
 * fuse2fs: don't update atime when reading executable file content
 * fuse2fs: fix in_file_group missing the primary process gid
 * fuse2fs: work around EBUSY discard returns from dm-thinp
 * fuse2fs: check free space when creating a symlink
 * fuse2fs: spot check clean journals
---
 debugfs/journal.h    |    2 +
 debian/rules         |    2 +
 debugfs/journal.c    |    2 +
 lib/ext2fs/punch.c   |   12 +++++-
 lib/ext2fs/unix_io.c |   11 +++---
 misc/fuse2fs.1.in    |   42 ++++++++++++++-------
 misc/fuse2fs.c       |  100 +++++++++++++++++++++++++++++++++++++++-----------
 7 files changed, 124 insertions(+), 47 deletions(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ