Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-06 | Store xattr writer block description in a red-black tree | David Oberhollenzer | |
By storing the blocks in a tree, the de-duplication can lookup existing blocks in logartihmic instead of linear time. The linked list is still maintained, because we need to iterate over the blocks in creation order during serialization. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2020-06-09 | Cleanup: split libsquashfs xattr writer code | David Oberhollenzer | |
This commit moves the libsquashfs xattr related code into a sub directory and splits the xattr writer code up into several files. No actual code is changed. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |