Btrfs library in a pure Go
Go to file
2017-01-09 17:03:55 +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 implement GetCompression; add tests 2016-10-05 16:45:57 +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 subvolume search functions; switch subvolume info structure 2017-01-09 17:03:55 +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
btrfs_tree.go implement send for multiple snapshots 2017-01-08 16:13:47 +02:00
btrfs.go expose subvolume search functions; switch subvolume info structure 2017-01-09 17:03:55 +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 balance ioc 2017-01-09 15:31:52 +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
receive.go implement send for multiple snapshots 2017-01-08 16:13:47 +02:00
send_h.go native Recv WIP 2016-09-21 15:31:08 +03:00
send.go expose subvolume search functions; switch subvolume info structure 2017-01-09 17:03:55 +02:00
size_test.go expose balance ioc 2017-01-09 15:31:52 +02:00
subvolume.go expose subvolume search functions; switch subvolume info structure 2017-01-09 17:03:55 +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

btrfs

Btrfs library in a pure Go