]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
misc: add fuse2fs, a FUSE server for e2fsprogs
authorDarrick J. Wong <darrick.wong@oracle.com>
Thu, 14 May 2015 00:22:40 +0000 (17:22 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 11 Jun 2015 00:07:48 +0000 (20:07 -0400)
commit81cbf1ef4f5dab855edbde7a1d4dfa55ea785c38
tree0419fdcdf3b9fd113bcddbb32745e1a6fc03697c
parent117f9d03a66eb0d1d9d6955bac721f831d61c9d9
misc: add fuse2fs, a FUSE server for e2fsprogs

This is the initial implementation of a FUSE server based on
e2fsprogs.  The point of this program is to enable ext4 to run on any
OS that FUSE supports (and doesn't already have a native driver), such
as MacOS X, BSDs, and Windows.  The code requires FUSE API v28, which
is available in Linux fuse and osxfuse releases that are available as
of August 2013.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
MCONFIG.in
configure
configure.in
lib/config.h.in
misc/Makefile.in
misc/fuse2fs.c [new file with mode: 0644]