Skip to content
Snippets Groups Projects
  1. Nov 12, 2019
  2. Nov 11, 2019
  3. Oct 23, 2019
  4. Oct 18, 2019
  5. Oct 17, 2019
  6. Oct 16, 2019
  7. Oct 15, 2019
    • Jean-Paul Calderone's avatar
      A lot of fixes · 4186318b
      Jean-Paul Calderone authored
      The native st_size-based approach to size estimation is broken because mutable
      and immutable layouts have a different amount of overhead.  So start peeking
      inside the share files.
      
      Also, new_length must be respected now because when it is used the part of the
      share file we peek at changes.  Also, new_length can *only* truncate so stop
      treating it as if it can extend.
      4186318b
    • Jean-Paul Calderone's avatar
      Move this helper so we can reuse it · 0f4932dc
      Jean-Paul Calderone authored
      0f4932dc
Loading