[Pkg-ceph-commits] [ceph] branch experimental updated (9789e76 -> c724072)

Dmitry Smirnov onlyjob at moszumanska.debian.org
Thu Oct 30 01:50:07 UTC 2014


This is an automated email from the git hooks/post-receive script.

onlyjob pushed a change to branch experimental
in repository ceph.

      from  9789e76   changelog summary
      adds  b2c1536   Imported Upstream version 0.87
       new  a14af10   Merge tag 'upstream/0.87' into experimental
       new  c724072   Upload 0.87 with proper upstream tarball.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 AUTHORS                                            |   2 +
 ChangeLog                                          |  45 ++++++-
 debian/changelog                                   |   3 +-
 debian/patches/bug-9513.patch                      |  66 ----------
 debian/patches/series                              |   1 -
 src/.git_version                                   |   2 +-
 src/Makefile.in                                    | 127 +++++++++++++++++--
 src/common/Timer.cc                                |   4 +
 src/common/buffer.cc                               |  91 ++++++++------
 src/common/shared_cache.hpp                        |  50 +++++---
 src/erasure-code/ErasureCode.cc                    |  71 +++++++----
 src/erasure-code/ErasureCode.h                     |   8 +-
 src/include/buffer.h                               |  15 ++-
 src/include/rados/buffer.h                         |  15 ++-
 src/java/native/libcephfs_jni.cc                   |  18 +--
 src/mds/InoTable.cc                                |   7 +-
 src/mds/Server.cc                                  |   1 +
 src/mon/Monitor.cc                                 |  15 ++-
 src/os/FDCache.h                                   |   6 +-
 src/os/FileStore.cc                                |   2 +-
 src/os/LevelDBStore.h                              |   5 +-
 src/os/RocksDBStore.h                              |   5 +-
 src/osd/PG.cc                                      |   8 +-
 src/osd/ReplicatedPG.cc                            |   2 +-
 src/osd/osd_types.cc                               |  53 ++++++--
 src/osd/osd_types.h                                |  19 +++
 src/osdc/ObjectCacher.cc                           |  28 +----
 src/osdc/ObjectCacher.h                            |   1 -
 src/osdc/Objecter.cc                               |  74 +++++++++---
 src/osdc/Objecter.h                                |  13 +-
 src/test/Makefile.am                               |   5 +
 src/test/bufferlist.cc                             |  46 +++++++
 src/test/common/test_shared_cache.cc               |  77 ++++++++++++
 src/test/erasure-code/Makefile.am                  |  14 ++-
 src/test/erasure-code/TestErasureCode.cc           | 134 +++++++++++++++++++++
 .../erasure-code/ceph_erasure_code_benchmark.cc    |   3 +
 36 files changed, 773 insertions(+), 263 deletions(-)
 delete mode 100644 debian/patches/bug-9513.patch
 create mode 100644 src/test/common/test_shared_cache.cc
 create mode 100644 src/test/erasure-code/TestErasureCode.cc

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ceph/ceph.git



More information about the Pkg-ceph-commits mailing list