Nathan Hartman
|
46aaec7ba0
|
Fix minor typos in docs and comments.
|
2019-09-29 12:52:20 -06:00 |
Gregory Nutt
|
67e0603b5a
|
fs/cromfs: Block length only needs to be uint16_t, not uint32_t. Add pading to node structure to assue that alignment is the same on all platforms. tools/gencromfs.c: Fix the target offset of the '.' hard link.
|
2018-03-24 14:44:38 -06:00 |
Gregory Nutt
|
8b4b61f140
|
fs/cromfs: Fix a error in reading partial compressed blocks. The LZF decompressor does not support that operation. Instead we have to decompress full block into a temporary buffer and copy out the parts that we need. To compensate for the performance hit, a caching mechanism was added so that we do not have to read the same block repeatedly. Unrelated: Also updates some README files.
|
2018-03-24 11:30:35 -06:00 |
Gregory Nutt
|
012cd8a07a
|
fs/cromfs: Yet another update to the README file.
|
2018-03-22 13:35:27 -06:00 |
Gregory Nutt
|
1d72f7afea
|
fs/cromfs: Update README
|
2018-03-22 08:41:59 -06:00 |
Gregory Nutt
|
3b3ca1373c
|
fs/cromfs: Update README
|
2018-03-22 08:11:28 -06:00 |
Gregory Nutt
|
e6cecb5a58
|
fs/cromfs: Add a README file.
|
2018-03-22 07:44:37 -06:00 |