Skip to content
  1. Mar 24, 2018
    • Gregory Nutt's avatar
      fs/cromfs: Fix a error in reading partial compressed blocks. The LZF... · 8b4b61f1
      Gregory Nutt authored
      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.
      8b4b61f1
  2. Mar 23, 2018
  3. Mar 22, 2018
  4. Mar 21, 2018
  5. Mar 20, 2018
  6. Mar 19, 2018
  7. Mar 18, 2018
  8. Mar 17, 2018
  9. Mar 16, 2018