提交历史

作者 SHA1 备注 提交日期
  Nathan Hartman 46aaec7ba0 Fix minor typos in docs and comments. 5 年之前
  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. 6 年之前
  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. 6 年之前
  Gregory Nutt 012cd8a07a fs/cromfs: Yet another update to the README file. 6 年之前
  Gregory Nutt 1d72f7afea fs/cromfs: Update README 6 年之前
  Gregory Nutt 3b3ca1373c fs/cromfs: Update README 6 年之前
  Gregory Nutt e6cecb5a58 fs/cromfs: Add a README file. 6 年之前