Skip to content
Snippets Groups Projects
  1. May 01, 2020
  2. Feb 25, 2020
  3. Oct 16, 2019
  4. 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
      Calculate and estimate storage usage more accurately · ed1411ab
      Jean-Paul Calderone authored
      and without new_length
      ed1411ab
    • Jean-Paul Calderone's avatar
      Let required_passes know about share sizes · 8a4d3c6c
      Jean-Paul Calderone authored
      Instead of assuming all shares are the same size here, pass in all the sizes.
      The protocol doesn't allow immutable shares in a storage index to have
      differences in size but it does allow mutable shares in a slot to differ this
      way.
      8a4d3c6c
  5. Oct 11, 2019
  6. Oct 10, 2019
  7. Oct 09, 2019
  8. Oct 08, 2019
Loading