Btrfs library in a pure Go
Go to file
2017-01-06 14:02:41 +02:00
cmd refactor ListSubvolumes 2016-10-01 15:10:12 +03: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 implement subvolumes list; regenerate headers; generate btrfs_tree.h 2016-09-16 20:09:14 +03:00
btrfs_list.go Implement basic subvolume and snapshot commands. Exec-based send and receive. 2016-09-15 20:39:46 +03:00
btrfs_test.go expose file clone ioctl; add test 2017-01-06 14:02:41 +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 subvolumes list; regenerate headers; generate btrfs_tree.h 2016-09-16 20:09:14 +03:00
btrfs_tree.go implement usage stats 2016-10-06 14:26:05 +03:00
btrfs.go expose file clone ioctl; add test 2017-01-06 14:02:41 +02:00
errors.go Implement basic subvolume and snapshot commands. Exec-based send and receive. 2016-09-15 20:39:46 +03:00
headers.go Implement basic subvolume and snapshot commands. Exec-based send and receive. 2016-09-15 20:39:46 +03:00
ioctl_h.go expose file clone ioctl; add test 2017-01-06 14:02:41 +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 native Recv WIP 2016-09-21 15:31:08 +03:00
send_h.go native Recv WIP 2016-09-21 15:31:08 +03:00
send.go fix fd leak 2016-10-01 14:44:34 +03:00
size_test.go implement subvolumes list; regenerate headers; generate btrfs_tree.h 2016-09-16 20:09:14 +03:00
subvolume.go fix subvolume list 2016-10-20 21:11:39 +03:00
usage.go implement usage stats 2016-10-06 14:26:05 +03:00
utils.go expose GetMounts as a sub-package 2016-10-05 14:21:14 +03:00
xattr.go implement usage stats 2016-10-06 14:26:05 +03:00

btrfs

Btrfs library in a pure Go