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-26 | Add file API stub to sqfs data writer | David Oberhollenzer | |
Basically move the state tracking from the old data writer over to the new one. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |