Skip to content
Snippets Groups Projects
  1. Oct 22, 2010
  2. Oct 20, 2010
    • Yehuda Sadeh's avatar
      rbd: introduce rados block device (rbd), based on libceph · 602adf40
      Yehuda Sadeh authored
      
      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: default avatarYehuda Sadeh <yehuda@hq.newdream.net>
      Signed-off-by: default avatarSage Weil <sage@newdream.net>
      602adf40
    • Yehuda Sadeh's avatar
      ceph: factor out libceph from Ceph file system · 3d14c5d2
      Yehuda Sadeh authored
      
      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: default avatarSage Weil <sage@newdream.net>
      3d14c5d2
  3. Oct 19, 2010
  4. Oct 12, 2010
  5. Oct 11, 2010
  6. Oct 09, 2010
  7. Oct 08, 2010
  8. Oct 07, 2010
  9. Oct 06, 2010
  10. Oct 05, 2010
  11. Oct 01, 2010
  12. Sep 28, 2010
  13. Sep 26, 2010
  14. Sep 25, 2010
  15. Sep 24, 2010
  16. Sep 23, 2010
  17. Sep 21, 2010
  18. Sep 20, 2010
  19. Sep 17, 2010
  20. Sep 14, 2010
  21. Sep 10, 2010
  22. Sep 07, 2010
  23. Sep 04, 2010
  24. Sep 01, 2010
Loading