Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-30 | Add support for repacking condensed sparse files | David Oberhollenzer | |
This commit broadly does the following things: - Rename and move the sparse mapping structure to libutil - Add a function to the data writer for writing condensed versions of sparse files, given the mapping. - This shares code with the already existing function for regular files. The shared code is moved to a common helper function. - Add support to tar2sqfs for repacking sparse files. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2019-06-11 | Move data writer to libsqfs.a | David Oberhollenzer | |
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |