2016-08-13 UTC
# cmal so that would mean inserting data in the middle of the file would require to allocate N blocks and rewrite there data from the next blocks until we reach alignment, which is probably less horrible than rewriting all the data until EOF, but is tricky when the size of data doesn't really fit in the block (for example, 200 bytes blocks inserting 199 bytes data would be terrible)