1. 13 5月, 2006 1 次提交
    • S
      IB: refcount race fixes · 1b52fa98
      Sean Hefty 提交于
      Fix race condition during destruction calls to avoid possibility of
      accessing object after it has been freed.  Instead of waking up a wait
      queue directly, which is susceptible to a race where the object is
      freed between the reference count going to 0 and the wake_up(), use a
      completion to wait in the function doing the freeing.
      Signed-off-by: NSean Hefty <sean.hefty@intel.com>
      Signed-off-by: NRoland Dreier <rolandd@cisco.com>
      1b52fa98
  2. 07 2月, 2006 1 次提交
  3. 14 1月, 2006 1 次提交
  4. 02 11月, 2005 1 次提交
  5. 29 10月, 2005 1 次提交
  6. 25 10月, 2005 1 次提交
  7. 18 10月, 2005 3 次提交
  8. 08 9月, 2005 1 次提交
  9. 27 8月, 2005 1 次提交
  10. 28 7月, 2005 3 次提交