1. 13 Dec, 2011 1 commit
  2. 12 Dec, 2011 1 commit
  3. 07 Dec, 2011 3 commits
  4. 02 Dec, 2011 1 commit
  5. 11 Nov, 2011 2 commits
    • Stratos Psomadakis's avatar
      libceph: Allocate larger oid buffer in request msgs · 224736d9
      Stratos Psomadakis authored
      ceph_osd_request struct allocates a 40-byte buffer for object names.
      RBD image names can be up to 96 chars long (100 with the .rbd suffix),
      which results in the object name for the image being truncated, and a
      subsequent map failure.
      
      Increase the oid buffer in request messages, in order to avoid the
      truncation.
      Signed-off-by: default avatarStratos Psomadakis <psomas@grnet.gr>
      Signed-off-by: default avatarSage Weil <sage@newdream.net>
      224736d9
    • Sage Weil's avatar
      ceph: initialize root dentry · 774ac21d
      Sage Weil authored
      Set up d_fsdata on the root dentry.  This fixes a NULL pointer dereference
      in ceph_d_prune on umount.  It also means we can eventually strip out all
      of the conditional checks on d_fsdata because it is now set unconditionally
      (prior to setting up the d_ops).
      
      Fix the ceph_d_prune debug print while we're here.
      Signed-off-by: default avatarSage Weil <sage@newdream.net>
      774ac21d
  6. 06 Nov, 2011 4 commits
  7. 03 Nov, 2011 6 commits
  8. 02 Nov, 2011 22 commits