1. 06 Apr, 2011 1 commit
  2. 29 Mar, 2011 5 commits
  3. 26 Mar, 2011 1 commit
  4. 25 Mar, 2011 1 commit
    • Sage Weil's avatar
      ceph: flush msgr_wq during mds_client shutdown · ef550f6f
      Sage Weil authored
      The release method for mds connections uses a backpointer to the
      mds_client, so we need to flush the workqueue of any pending work (and
      ceph_connection references) prior to freeing the mds_client.  This fixes
      an oops easily triggered under UML by
      
       while true ; do mount ... ; umount ... ; done
      
      Also fix an outdated comment: the flush in ceph_destroy_client only flushes
      OSD connections out.  This bug is basically an artifact of the ceph ->
      ceph+libceph conversion.
      Signed-off-by: default avatarSage Weil <sage@newdream.net>
      ef550f6f
  5. 22 Mar, 2011 2 commits
  6. 21 Mar, 2011 9 commits
  7. 15 Mar, 2011 3 commits
  8. 14 Mar, 2011 18 commits