Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-26 | Replace the data writer enqueue with "append buffer to current file" | David Oberhollenzer | |
This commit turns the file interface into an actual, generic file interface and does away with having to move around blocks outside the data writer. Instead the data writer takes over full control and responsibility of dividing the input data up into blocks propperly. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2019-09-25 | Add the ability to hook into the data writer block writing | David Oberhollenzer | |
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2019-09-25 | Rename block processor to sqfs_data_writer_t | David Oberhollenzer | |
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |