1. 15 4月, 2010 1 次提交
  2. 13 4月, 2010 3 次提交
  3. 31 3月, 2010 1 次提交
  4. 30 3月, 2010 2 次提交
  5. 29 3月, 2010 1 次提交
  6. 28 3月, 2010 2 次提交
    • J
      Simplify and fix pad_wbuf · 81def6b9
      Joern Engel 提交于
      A comment in the old code read:
              /* The math in this function can surely use some love */
      
      And indeed it did.  In the case that area->a_used_bytes is exactly
      4096 bytes below segment size it fell apart.  pad_wbuf is now split
      into two helpers that are significantly less complicated.
      Signed-off-by: NJoern Engel <joern@logfs.org>
      81def6b9
    • J
      Prevent data corruption in logfs_rewrite_block() · 19321917
      Joern Engel 提交于
      The comment was correct, so make the code match the comment.  As the
      new comment indicates, we might be able to do a little less work.  But
      for the current -rc series let's keep it simple and just fix the bug.
      Signed-off-by: NJoern Engel <joern@logfs.org>
      19321917
  7. 27 3月, 2010 20 次提交
  8. 26 3月, 2010 10 次提交