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
13 lines
515 B
Text
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
|