btrfs-progs/libbtrfsutil/python/tests
Omar Sandoval 0b8512b7f5 libbtrfsutil: add subvolume iterator helpers
This is how we can implement stuff like `btrfs subvol list`. Rather than
producing the entire list upfront, the iterator approach uses less
memory in the common case where the whole list is not stored (O(max
subvolume path length)). It supports both pre-order traversal (useful
for, e.g, recursive snapshot) and post-order traversal (useful for
recursive delete).

Signed-off-by: Omar Sandoval <osandov@fb.com>
Signed-off-by: David Sterba <dsterba@suse.com>
2018-03-06 11:28:37 +01:00
..
__init__.py libbtrfsutil: fix Python tests 2018-03-06 11:28:36 +01:00
test_filesystem.py libbtrfsutil: add filesystem sync helpers 2018-02-24 01:37:17 +01:00
test_qgroup.py libbtrfsutil: add btrfs_util_create_subvolume() 2018-03-06 11:28:36 +01:00
test_subvolume.py libbtrfsutil: add subvolume iterator helpers 2018-03-06 11:28:37 +01:00