k3s/vendor/github.com/containerd/btrfs
Jacob Blain Christen 702fe24afe
containerd/cri: enable the btrfs snapshotter (#4316)
* vendor: btrfs
* enable the btrfs snapshotter
* testing: snapshotter/btrfs

Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
2021-10-29 23:31:33 -07:00
..
.gitignore containerd/cri: enable the btrfs snapshotter (#4316) 2021-10-29 23:31:33 -07:00
LICENSE containerd/cri: enable the btrfs snapshotter (#4316) 2021-10-29 23:31:33 -07:00
Makefile containerd/cri: enable the btrfs snapshotter (#4316) 2021-10-29 23:31:33 -07:00
README.md containerd/cri: enable the btrfs snapshotter (#4316) 2021-10-29 23:31:33 -07:00
btrfs.c containerd/cri: enable the btrfs snapshotter (#4316) 2021-10-29 23:31:33 -07:00
btrfs.go containerd/cri: enable the btrfs snapshotter (#4316) 2021-10-29 23:31:33 -07:00
btrfs.h containerd/cri: enable the btrfs snapshotter (#4316) 2021-10-29 23:31:33 -07:00
doc.go containerd/cri: enable the btrfs snapshotter (#4316) 2021-10-29 23:31:33 -07:00
go.mod containerd/cri: enable the btrfs snapshotter (#4316) 2021-10-29 23:31:33 -07:00
go.sum containerd/cri: enable the btrfs snapshotter (#4316) 2021-10-29 23:31:33 -07:00
helpers.go containerd/cri: enable the btrfs snapshotter (#4316) 2021-10-29 23:31:33 -07:00
info.go containerd/cri: enable the btrfs snapshotter (#4316) 2021-10-29 23:31:33 -07:00
ioctl.go containerd/cri: enable the btrfs snapshotter (#4316) 2021-10-29 23:31:33 -07:00

README.md

go-btrfs

PkgGoDev Build Status Go Report Card

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. Preferably, this could be resolved, so contributions in this direction are greatly appreciated.

Applying License Header to New Files

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

Project details

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.