[Libguestfs] [PATCH v4 0/2] add btrfs_balance_status and btrfs_scrub_status

Chen Hanxiao chenhanxiao at cn.fujitsu.com
Fri Feb 13 10:06:53 UTC 2015


v4:
  - add reply_with_error when nlines < 1
  - remove `i == X' tests.

v3:
  - rebase on upstream
  - fix some comments

v2:
  - add check for the length of lines[]
  - the code parsing 'btrfs scrub -R status' output is changed into a loop


Hu Tao (2):
  New API: btrfs_balance_status
  New API: btfs_scrub_status

 daemon/btrfs.c                           | 268 +++++++++++++++++++++++++++++++
 generator/actions.ml                     |  26 +++
 generator/structs.ml                     |  34 ++++
 gobject/Makefile.inc                     |   4 +
 java/Makefile.inc                        |   2 +
 java/com/redhat/et/libguestfs/.gitignore |   2 +
 po/POTFILES                              |   2 +
 src/MAX_PROC_NR                          |   2 +-
 8 files changed, 339 insertions(+), 1 deletion(-)

-- 
2.1.0




More information about the Libguestfs mailing list