Btrfs library in a pure Go
Go to file
Denys Smirnov b300237e77 Implement basic subvolume and snapshot commands. Exec-based send and receive.
* better code generator

* regenerate btrfs_tree.h constants

* implement subvolume create, delete and snapshot create commands

* exec-based snapshot send and receive
2016-09-15 20:39:46 +03:00
cmd Implement basic subvolume and snapshot commands. Exec-based send and receive. 2016-09-15 20:39:46 +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 Initial version. WIP. 2016-09-14 20:29:46 +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_hc.go Implement basic subvolume and snapshot commands. Exec-based send and receive. 2016-09-15 20:39:46 +03:00
btrfs.go Implement basic subvolume and snapshot commands. Exec-based send and receive. 2016-09-15 20:39:46 +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_test.go Initial version. WIP. 2016-09-14 20:29:46 +03:00
ioctl_h.go Implement basic subvolume and snapshot commands. Exec-based send and receive. 2016-09-15 20:39:46 +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 Implement basic subvolume and snapshot commands. Exec-based send and receive. 2016-09-15 20:39:46 +03:00
subvolume.go Implement basic subvolume and snapshot commands. Exec-based send and receive. 2016-09-15 20:39:46 +03:00
utils.go Implement basic subvolume and snapshot commands. Exec-based send and receive. 2016-09-15 20:39:46 +03:00

btrfs

Btrfs library in a pure Go