forked from RepoMirrors/btrfs
1
0
Fork 0
Btrfs library in a pure Go
Go to file
Denys Smirnov cdc1bf5c04 refactor send definitions 2017-11-13 14:31:53 +02:00
cmd implement send for multiple snapshots 2017-01-08 16:13:47 +02:00
ioctl Implement basic subvolume and snapshot commands. Exec-based send and receive. 2016-09-15 20:39:46 +03:00
mtab some docs 2016-10-05 16:45:00 +03:00
test expose resize 2017-01-11 18:53:23 +02:00
LICENSE Initial commit 2016-09-14 18:13:47 +03:00
README.md Initial commit 2016-09-14 18:13:47 +03:00
btrfs.go expose resize 2017-01-11 18:53:23 +02: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
headers.go implement send for multiple snapshots 2017-01-08 16:13:47 +02:00
ioctl_h.go expose resize 2017-01-11 18:53:23 +02:00
receive.go refactor send definitions 2017-11-13 14:31:53 +02:00
send.go send: recursive best parent search 2017-01-10 16:30:47 +02:00
send_h.go refactor send definitions 2017-11-13 14:31:53 +02:00
size_test.go expose balance ioc 2017-01-09 15:31:52 +02:00
subvolume.go refactor send definitions 2017-11-13 14:31:53 +02:00
usage.go implement send for multiple snapshots 2017-01-08 16:13:47 +02:00
utils.go implement send for multiple snapshots 2017-01-08 16:13:47 +02: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