[Pkg-ceph-commits] [ceph] branch upstream updated (c269308 -> 9a6f21f)
James Downing Page
jamespage at moszumanska.debian.org
Wed Jul 30 09:06:29 UTC 2014
This is an automated email from the git hooks/post-receive script.
jamespage pushed a change to branch upstream
in repository ceph.
from c269308 Imported Upstream version 0.80.4
new 9a6f21f Imported Upstream version 0.80.5
The 1 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:
ceph.spec | 10 +-
ceph.spec.in | 8 +-
configure | 36 +-
configure.ac | 6 +-
src/.git_version | 4 +-
src/Makefile-env.am | 3 +
src/Makefile.in | 1188 ++++++++++++++++++++---------
src/acconfig.h.in | 6 -
src/ceph-disk | 2 +-
src/common/utf8.c | 4 +-
src/common/utf8.h | 12 +
src/init-ceph.in | 10 +-
src/logrotate.conf | 2 +-
src/mon/AuthMonitor.cc | 27 +-
src/mon/Makefile.am | 7 +-
src/os/Makefile.am | 7 +
src/os/ObjectStore.cc | 466 -----------
src/os/{ObjectStore.cc => Transaction.cc} | 152 +---
src/osd/ECBackend.cc | 3 +-
src/osd/ECBackend.h | 2 +-
src/osd/Makefile.am | 13 +-
src/osd/OSD.cc | 17 +-
src/osd/OSD.h | 1 +
src/osd/PGBackend.cc | 3 +-
src/osd/PGBackend.h | 8 +-
src/osd/ReplicatedBackend.cc | 3 +-
src/osd/ReplicatedBackend.h | 2 +-
src/osd/ReplicatedPG.cc | 8 +-
src/rgw/Makefile.am | 3 +-
src/rgw/rgw_acl.cc | 5 -
src/rgw/rgw_acl_s3.cc | 10 -
src/rgw/rgw_acl_s3.h | 1 +
src/rgw/rgw_admin.cc | 2 +-
src/rgw/rgw_bucket.cc | 6 +-
src/rgw/rgw_dencoder.cc | 168 ++++
src/rgw/rgw_op.cc | 8 +-
src/rgw/rgw_op.h | 1 +
src/rgw/rgw_rados.cc | 234 ++----
src/rgw/rgw_rados.h | 5 +-
src/rgw/rgw_rest_s3.cc | 5 +-
src/test/Makefile.am | 11 +-
41 files changed, 1199 insertions(+), 1270 deletions(-)
copy src/os/{ObjectStore.cc => Transaction.cc} (76%)
--
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