Native Go bindings for btrfs.
These are in the early stages. We will try to maintain stability, but please vendor if you are relying on these directly.
This package may not cover all the use cases for btrfs. If something you need is missing, please don't hesitate to submit a PR.
Note that due to struct alignment issues, this isn't yet fully native. Preferrably, this could be resolved, so contributions in this direction are greatly appreciated.
If you submit a contribution that adds a new file, please add the license
header. You can do so manually or use the ltag
tool:
$ go get github.com/kunalkushwaha/ltag
$ ltag -t ./license-templates
The above will add the appropriate licenses to Go files. New templates will need to be added if other kinds of files are added. Please consult the documentation at https://github.com/kunalkushwaha/ltag
btrfs is a containerd sub-project, licensed under the Apache 2.0 license. As a containerd sub-project, you will find the:
information in our containerd/project
repository.