1. 25 10月, 2010 1 次提交
  2. 23 10月, 2010 4 次提交
  3. 21 10月, 2010 2 次提交
    • Y
      rbd: introduce rados block device (rbd), based on libceph · 602adf40
      Yehuda Sadeh 提交于
      The rados block device (rbd), based on osdblk, creates a block device
      that is backed by objects stored in the Ceph distributed object storage
      cluster.  Each device consists of a single metadata object and data
      striped over many data objects.
      
      The rbd driver supports read-only snapshots.
      Signed-off-by: NYehuda Sadeh <yehuda@hq.newdream.net>
      Signed-off-by: NSage Weil <sage@newdream.net>
      602adf40
    • Y
      ceph: factor out libceph from Ceph file system · 3d14c5d2
      Yehuda Sadeh 提交于
      This factors out protocol and low-level storage parts of ceph into a
      separate libceph module living in net/ceph and include/linux/ceph.  This
      is mostly a matter of moving files around.  However, a few key pieces
      of the interface change as well:
      
       - ceph_client becomes ceph_fs_client and ceph_client, where the latter
         captures the mon and osd clients, and the fs_client gets the mds client
         and file system specific pieces.
       - Mount option parsing and debugfs setup is correspondingly broken into
         two pieces.
       - The mon client gets a generic handler callback for otherwise unknown
         messages (mds map, in this case).
       - The basic supported/required feature bits can be expanded (and are by
         ceph_fs_client).
      
      No functional change, aside from some subtle error handling cases that got
      cleaned up in the refactoring process.
      Signed-off-by: NSage Weil <sage@newdream.net>
      3d14c5d2
  4. 20 10月, 2010 1 次提交
  5. 12 10月, 2010 2 次提交
  6. 09 10月, 2010 2 次提交
  7. 08 10月, 2010 2 次提交
  8. 06 10月, 2010 3 次提交
  9. 02 10月, 2010 2 次提交
  10. 01 10月, 2010 1 次提交
  11. 28 9月, 2010 1 次提交
  12. 27 9月, 2010 1 次提交
  13. 25 9月, 2010 2 次提交
  14. 24 9月, 2010 1 次提交
  15. 23 9月, 2010 2 次提交
  16. 21 9月, 2010 3 次提交
  17. 18 9月, 2010 1 次提交
  18. 17 9月, 2010 2 次提交
  19. 15 9月, 2010 1 次提交
  20. 10 9月, 2010 4 次提交
  21. 07 9月, 2010 1 次提交
  22. 04 9月, 2010 1 次提交