[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <175797569564.245695.4628729304068635201.stgit@frogsfrogsfrogs>
Date: Mon, 15 Sep 2025 15:37:46 -0700
From: "Darrick J. Wong" <djwong@...nel.org>
To: tytso@....edu
Cc: linux-ext4@...r.kernel.org, linux-ext4@...r.kernel.org
Subject: [PATCHSET 1/2] fuse2fs: round 5 bug fixes
Hi all,
This series fixes more bugs in 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:
* libext2fs: use F_GETFL, not F_GETFD, in unixfd_open
* libext2fs: don't look for O_EXCL in the F_GETFL output
* 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
---
lib/ext2fs/unix_io.c | 7 ++--
misc/fuse2fs.1.in | 42 ++++++++++++++--------
misc/fuse2fs.c | 94 +++++++++++++++++++++++++++++++++++++++-----------
3 files changed, 103 insertions(+), 40 deletions(-)
Powered by blists - more mailing lists