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

Chen Hanxiao chenhanxiao at cn.fujitsu.com
Wed Feb 11 10:41:18 UTC 2015


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                           | 263 +++++++++++++++++++++++++++++++
 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, 334 insertions(+), 1 deletion(-)

-- 
2.1.0




More information about the Libguestfs mailing list