freebsd-ports/sysutils/fusefs-xfuse/pkg-descr
Pedro F. Giffuni 122ebd040e sysutils/fusefs-xfuse: Read-only FUSE server implementing XFS
Bring in a new port of the GSoC project implementing XFS read-only support
as a fuse module. The new port is written in the Rust language, which is very
appropriate for system software.

Submitted by:	Khaled Emara
Approved by:	thierry (mentor, implicit)

PR:	58009
2021-08-24 08:56:22 -05:00

13 lines
515 B
Text

This is read-only implementation of the XFS filesystem, a high-performance
64-bit journaling file system created by Silicon Graphics, Inc (SGI) in 1993,
and popular in various Linux distributions.
While the implementation is in early stages, it should be useful enough for
migration purposes.
This project runs in userland through the use of the FUSE kernel module. This is
the only run-time requirement.
This project was done as part of Google Summer of Code 2021.
WWW: https://github.com/KhaledEmaraDev/xfuse