1. 27 5月, 2017 1 次提交
  2. 26 5月, 2017 18 次提交
  3. 25 5月, 2017 4 次提交
  4. 24 5月, 2017 10 次提交
  5. 23 5月, 2017 6 次提交
  6. 22 5月, 2017 1 次提交
    • M
      virStreamSparseSendAll: Reset @want in each iteration · 9b991d02
      Michal Privoznik 提交于
      There's a slight problem with the current function. Assume we are
      currently in a data section and we have say 42 bytes until next
      section. Therefore, just before (handler) is called to fill up
      the buffer with data, @want is changed to 42 to match the amount
      of data left in the current section. However, after hole is
      processed, we are back in data section but with incredibly small
      @want size. Nobody will ever reset it back. This results in
      incredible data fragmentation.
      Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
      9b991d02