1. 26 10月, 2010 1 次提交
  2. 25 10月, 2010 3 次提交
  3. 23 10月, 2010 4 次提交
  4. 21 10月, 2010 3 次提交
    • J
      Move hdaps driver to platform/x86 · bd9fc3a7
      Jean Delvare 提交于
      The hdaps driver isn't a hardware monitoring driver, so it shouldn't
      live under driver/hwmon. drivers/platform/x86 seems much more
      appropriate, as the driver is only useful on x86 laptops.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: Guenter Roeck <guenter.roeck@ericsson.com>
      Cc: Matthew Garrett <mjg@redhat.com>
      Cc: Frank Seidel <frank@f-seidel.de>
      Signed-off-by: NMatthew Garrett <mjg@redhat.com>
      bd9fc3a7
    • 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
  5. 20 10月, 2010 1 次提交
  6. 12 10月, 2010 2 次提交
  7. 09 10月, 2010 2 次提交
  8. 08 10月, 2010 2 次提交
  9. 06 10月, 2010 3 次提交
  10. 02 10月, 2010 2 次提交
  11. 01 10月, 2010 1 次提交
  12. 28 9月, 2010 1 次提交
  13. 27 9月, 2010 1 次提交
  14. 25 9月, 2010 2 次提交
  15. 24 9月, 2010 2 次提交
  16. 23 9月, 2010 2 次提交
  17. 22 9月, 2010 1 次提交
  18. 21 9月, 2010 3 次提交
  19. 18 9月, 2010 1 次提交
  20. 17 9月, 2010 2 次提交
  21. 15 9月, 2010 1 次提交