Re: [Libguestfs] [PATCH] filesystem_walk: more information into tsk_dirent

2016-07-08 Thread Pino Toscano
On Thursday 07 July 2016 20:48:24 Matteo Cafasso wrote: > Access, modification, last status change and creation time in > Unix format as for statns. > > Number of links pointing to a given entry. > > If the entry is a symbolic link, report the its target path. > > A new flag (DIRENT_COMPRESSED

[Libguestfs] [PATCH] filesystem_walk: more information into tsk_dirent

2016-07-07 Thread Matteo Cafasso
Access, modification, last status change and creation time in Unix format as for statns. Number of links pointing to a given entry. If the entry is a symbolic link, report the its target path. A new flag (DIRENT_COMPRESSED 0x04) indicating whether the file is compressed using native filesystem

Re: [Libguestfs] [PATCH] filesystem_walk: more information into tsk_dirent

2016-07-07 Thread Pino Toscano
On Monday 04 July 2016 21:57:31 Matteo Cafasso wrote: > Access, modification, last status change and creation time in > Unix format as for statns. > > Number of links pointing to a given entry. > > If the entry is a symbolic link, report the its target path. > > A new flag (DIRENT_COMPRESSED

[Libguestfs] [PATCH] filesystem_walk: more information into tsk_dirent

2016-07-04 Thread Matteo Cafasso
Access, modification, last status change and creation time in Unix format as for statns. Number of links pointing to a given entry. If the entry is a symbolic link, report the its target path. A new flag (DIRENT_COMPRESSED 0x04) indicating whether the file is compressed using native filesystem