Skip to content
  1. Aug 27, 2010
  2. Aug 26, 2010
  3. Aug 25, 2010
  4. Aug 23, 2010
  5. Aug 11, 2010
  6. Aug 06, 2010
    • Sage Weil's avatar
      ceph: only queue async writeback on cap revocation if there is dirty data · 0eb6cd49
      Sage Weil authored
      
      
      Normally, if the Fb cap bit is being revoked, we queue an async writeback.
      If there is no dirty data but we still hold the cap, this leaves the
      client sitting around doing nothing until the cap timeouts expire and the
      cap is released on its own (as it would have been without the revocation).
      
      Instead, only queue writeback if the bit is actually used (i.e., we have
      dirty data).  If not, we can reply to the revocation immediately.
      
      Signed-off-by: default avatarSage Weil <sage@newdream.net>
      0eb6cd49
  7. Aug 04, 2010
  8. Aug 03, 2010
  9. Aug 02, 2010