From 60541cf29e942406622f73547fcb51130e0faf6d Mon Sep 17 00:00:00 2001 From: David Sterba Date: Fri, 14 May 2021 17:14:34 +0200 Subject: [PATCH] libbtrfsutil: add API summary Add section with brief description of all API functions so it's clear what's there and what's missing. Signed-off-by: David Sterba --- libbtrfsutil/README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/libbtrfsutil/README.md b/libbtrfsutil/README.md index 2d95127a..db5c33b5 100644 --- a/libbtrfsutil/README.md +++ b/libbtrfsutil/README.md @@ -483,3 +483,24 @@ everywhere. The following checklist should help to make sure nothing is missing: * `python/module.c` add binding description entry for the new functions * `python/tests/test_*.py` write test for the new functionality * `README.md` add documentation for the new functions + +### API summary + +* filesystem + * sync + * wait for sync +* subvolume + * create + * delete + * is subvolume + * get containing subvolume id + * get path of id + * get info + * set/get default + * set/get read-only flag + * list (live and deleted) +* qgroups + * create + * inherit + * add relation + * destroy