containerd/vendor/github.com/stevvooe/go-btrfs
Akihiro Suda 40d966f00e clean up unused nats code
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
2017-02-20 05:28:09 +00:00
..
btrfs.c Add vendoring to containerd master 2017-01-11 16:59:06 -05:00
btrfs.go btrfs: test btrfs snapshots with driver suite 2017-02-03 15:54:11 -08:00
btrfs.h Add vendoring to containerd master 2017-01-11 16:59:06 -05:00
helpers.go Add vendoring to containerd master 2017-01-11 16:59:06 -05:00
info.go Add vendoring to containerd master 2017-01-11 16:59:06 -05:00
ioctl.go Add vendoring to containerd master 2017-01-11 16:59:06 -05:00
LICENSE Add vendoring to containerd master 2017-01-11 16:59:06 -05:00
README.md clean up unused nats code 2017-02-20 05:28:09 +00:00

go-btrfs

GoDoc Build Status

Native Go bindings for btrfs.

Status

These are in the early stages. We will try to maintain stability, but please vendor if you are relying on these directly.

Contribute

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.