1. 20 10月, 2009 2 次提交
  2. 16 10月, 2009 1 次提交
  3. 13 10月, 2009 1 次提交
  4. 10 10月, 2009 2 次提交
  5. 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