Btrfs library in a pure Go
Go to file
Riccardo Ferrazzo 0167142bde fix fs type detection on 32 bit platforms 2024-04-18 17:23:41 +03:00
cmd/gbtrfs cli: fix the package name 2019-05-17 20:56:02 +03:00
internal/cmd support go modules 2019-04-26 17:22:05 +03:00
ioctl switch to dennwc/ioctl library 2018-10-21 21:02:44 +03:00
mtab some docs 2016-10-05 16:45:00 +03:00
send send: implement stream reader 2017-11-27 20:43:55 +02:00
test expose resize 2017-01-11 18:53:23 +02:00
LICENSE Switch license to Apache 2 to be CNCF-friendly. 2021-06-29 19:57:49 +00:00
README.md Initial commit 2016-09-14 18:13:47 +03:00
btrfs.go fix fs type detection on 32 bit platforms 2024-04-18 17:23:41 +03:00
btrfs_h.go expose balance ioc 2017-01-09 15:31:52 +02:00
btrfs_list.go implement send for multiple snapshots 2017-01-08 16:13:47 +02:00
btrfs_test.go expose resize 2017-01-11 18:53:23 +02:00
btrfs_tree.go refactor send definitions 2017-11-13 14:31:53 +02:00
btrfs_tree_h.go implement subvolumes list; regenerate headers; generate btrfs_tree.h 2016-09-16 20:09:14 +03:00
btrfs_tree_hc.go implement send for multiple snapshots 2017-01-08 16:13:47 +02:00
errors.go decode root_item; more tests; uuid search wip 2017-01-07 22:55:54 +02:00
go.mod support go modules 2019-04-26 17:22:05 +03:00
go.sum support go modules 2019-04-26 17:22:05 +03:00
headers.go implement send for multiple snapshots 2017-01-08 16:13:47 +02:00
ioctl_h.go switch to dennwc/ioctl library 2018-10-21 21:02:44 +03:00
receive.go send: implement stream reader 2017-11-27 20:43:55 +02:00
send.go do not expose unexported objectid type to the user 2019-05-17 20:57:02 +03:00
size_test.go expose balance ioc 2017-01-09 15:31:52 +02:00
subvolume.go do not expose unexported objectid type to the user 2019-05-17 20:57:02 +03:00
usage.go implement send for multiple snapshots 2017-01-08 16:13:47 +02:00
utils.go fix fs type detection on 32 bit platforms 2024-04-18 17:23:41 +03:00
uuid_tree.go implement send for multiple snapshots 2017-01-08 16:13:47 +02:00
xattr.go implement usage stats 2016-10-06 14:26:05 +03:00

README.md

btrfs

Btrfs library in a pure Go