1. 03 8月, 2010 2 次提交
  2. 02 8月, 2010 4 次提交
  3. 30 5月, 2010 1 次提交
    • S
      ceph: make lease code DN specific · dd1c9057
      Sage Weil 提交于
      The lease code includes a mask in the CEPH_LOCK_* namespace, but that
      namespace is changing, and only one mask (formerly _DN == 1) is used, so
      hard code for that value for now.
      
      If we ever extend this code to handle leases over different data types we
      can extend it accordingly.
      Signed-off-by: NSage Weil <sage@newdream.net>
      dd1c9057
  4. 18 5月, 2010 3 次提交
  5. 18 2月, 2010 1 次提交
  6. 03 2月, 2010 1 次提交
  7. 26 1月, 2010 2 次提交
  8. 24 12月, 2009 3 次提交
  9. 05 12月, 2009 1 次提交
  10. 04 12月, 2009 1 次提交
  11. 21 11月, 2009 1 次提交
  12. 19 11月, 2009 1 次提交
    • S
      ceph: negotiate authentication protocol; implement AUTH_NONE protocol · 4e7a5dcd
      Sage Weil 提交于
      When we open a monitor session, we send an initial AUTH message listing
      the auth protocols we support, our entity name, and (possibly) a previously
      assigned global_id.  The monitor chooses a protocol and responds with an
      initial message.
      
      Initially implement AUTH_NONE, a dummy protocol that provides no security,
      but works within the new framework.  It generates 'authorizers' that are
      used when connecting to (mds, osd) services that simply state our entity
      name and global_id.
      
      This is a wire protocol change.
      Signed-off-by: NSage Weil <sage@newdream.net>
      4e7a5dcd
  13. 07 11月, 2009 2 次提交
  14. 20 10月, 2009 2 次提交
  15. 16 10月, 2009 1 次提交
  16. 13 10月, 2009 1 次提交
  17. 10 10月, 2009 2 次提交
  18. 07 10月, 2009 1 次提交
    • S
      ceph: on-wire types · 0dee3c28
      Sage Weil 提交于
      These headers describe the types used to exchange messages between the
      Ceph client and various servers.  All types are little-endian and
      packed.  These headers are shared between the kernel and userspace, so
      all types are in terms of e.g. __u32.
      
      Additionally, we define a few magic values to identify the current
      version of the protocol(s) in use, so that discrepancies to be
      detected on mount.
      Signed-off-by: NSage Weil <sage@newdream.net>
      0dee3c28