[Libguestfs] [PATCH v5 0/6] New API - find_inode

Matteo Cafasso noxdafox at gmail.com
Thu Sep 15 20:16:38 UTC 2016


v5:

 - small doc fix: filesystem_walk claimed '.' and '..' entries were
   not reported but Root is now reported as '.'

 - bump to 1.35.6


Matteo Cafasso (6):
  filesystem_walk: fixed root inode listing
  daemon: refactor tsk code
  lib: rename tsk internal function
  New API: internal_find_inode
  New API: find_inode
  find_inode: added API tests

 daemon/tsk.c                 | 161 ++++++++++++++++++++++++++++++-------------
 generator/actions.ml         |  26 ++++++-
 src/MAX_PROC_NR              |   2 +-
 src/tsk.c                    |  32 ++++++++-
 tests/tsk/Makefile.am        |   3 +-
 tests/tsk/test-find-inode.sh |  66 ++++++++++++++++++
 6 files changed, 235 insertions(+), 55 deletions(-)
 create mode 100755 tests/tsk/test-find-inode.sh

-- 
2.9.3




More information about the Libguestfs mailing list