Btrfs library in a pure Go
Go to file
2016-09-19 20:01:22 +03:00
cmd native Send implementation 2016-09-19 20:01:22 +03:00
ioctl Implement basic subvolume and snapshot commands. Exec-based send and receive. 2016-09-15 20:39:46 +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_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 subvolumes list; regenerate headers; generate btrfs_tree.h 2016-09-16 20:09:14 +03:00
btrfs.go native Send implementation 2016-09-19 20:01:22 +03: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 native Send implementation 2016-09-19 20:01:22 +03: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 basic subvolume and snapshot commands. Exec-based send and receive. 2016-09-15 20:39:46 +03:00
send.go native Send implementation 2016-09-19 20:01:22 +03:00
size_test.go implement subvolumes list; regenerate headers; generate btrfs_tree.h 2016-09-16 20:09:14 +03:00
subvolume.go native Send implementation 2016-09-19 20:01:22 +03:00
utils.go native Send implementation 2016-09-19 20:01:22 +03:00

btrfs

Btrfs library in a pure Go