1. 22 Aug, 2011 1 commit
  2. 15 Aug, 2011 1 commit
  3. 09 Aug, 2011 1 commit
    • Sage Weil's avatar
      libceph: fix msgpool · 5185352c
      Sage Weil authored
      There were several problems here:
      
       1- we weren't tagging allocations with the pool, so they were never
          returned to the pool.
       2- msgpool_put didn't add back to the mempool, even it were called.
       3- msgpool_release didn't clear the pool pointer, so it would have looped
          had #1 not been broken.
      
      These may or may not have been responsible for #1136 or #1381 (BUG due to
      non-empty mempool on umount).  I can't seem to trigger the crash now using
      the method I was using before.
      Signed-off-by: default avatarSage Weil <sage@newdream.net>
      5185352c
  4. 26 Jul, 2011 23 commits
  5. 22 Jul, 2011 2 commits
  6. 21 Jul, 2011 9 commits
  7. 20 Jul, 2011 3 commits