[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <175798160460.389044.17475177319582767798.stgit@frogsfrogsfrogs>
Date: Mon, 15 Sep 2025 17:21:56 -0700
From: "Darrick J. Wong" <djwong@...nel.org>
To: tytso@....edu
Cc: amir73il@...il.com, linux-ext4@...r.kernel.org
Subject: [PATCHSET 1/9] fuse2fs: upgrade to libfuse 3.17
Hi all,
In preparation to start hacking on fuse2fs and iomap, upgrade fuse2fs
library support to 3.17, which is the latest upstream release as of this
writing. Drop support for libfuse2, which is now very obsolete.
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-library-upgrade
---
Commits in this patchset:
* fuse2fs: bump library version
* fuse2fs: wrap the fuse_set_feature_flag helper for older libfuse
* fuse2fs: disable nfs exports
* fuse2fs: drop fuse 2.x support code
---
configure | 318 +++++---------------------------------------------------
configure.ac | 85 +++++----------
misc/fuse2fs.c | 252 ++++++++++----------------------------------
3 files changed, 115 insertions(+), 540 deletions(-)
Powered by blists - more mailing lists