[Libguestfs] [PATCH 0/2] More information reported by filesystem_walk

Matteo Cafasso noxdafox at gmail.com
Sun Jul 3 21:00:58 UTC 2016


Report access, modification, status update and creation time in Unix format.

Report number of links pointing to a given entry.

If the entry is a symbolic link, report the path of its target.

If the filesystem supports native/transparent compression, report compressed
files with dedicated flag (DIRENT_COMPRESSED 0x04).

Matteo Cafasso (2):
  filesystem_walk: more information into tsk_dirent
  filesystem_walk: update tests

 daemon/tsk.c                      | 39 +++++++++++++++++++++++++++-------
 generator/actions.ml              | 34 ++++++++++++++++++++++++++++++
 generator/structs.ml              | 20 +++++++++---------
 tests/tsk/test-filesystem-walk.sh | 44 +++++++++++++++++++--------------------
 4 files changed, 97 insertions(+), 40 deletions(-)

--
2.8.1




More information about the Libguestfs mailing list