On Saturday, 17 September 2016 18:18:52 CEST Matteo Cafasso wrote:
This series is ready for review but requires the previous one to be
merged first:
https://www.redhat.com/archives/libguestfs/2016-September/msg00101.html
The find_block API allows the User to search all the filesystem entries
referring to a given data block and returns a tsk_dirent structure
for each of them.
Use case examples:
- Check whether a block containing a deleted file has been re-used to store a new one.
- Map a certain area of a disk with the contained files.
Matteo Cafasso (4):
New API: internal_find_block
New API: find_block
find_block: added API tests
TSK: small refactoring
Minus the small note in patch #1, patches #1-#3 LGTM.
Thanks,
--
Pino Toscano