[Pkg-ceph-commits] [ceph] 02/05: Merge tag 'upstream/0.94.3' into experimental

Gaudenz Steinlin gaudenz at moszumanska.debian.org
Fri Sep 18 15:33:59 UTC 2015


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

gaudenz pushed a commit to branch experimental
in repository ceph.

commit f8da7728f701572b0cea7338bfac299091d9974a
Merge: f35c988 580fef7
Author: Gaudenz Steinlin <gaudenz at debian.org>
Date:   Fri Aug 28 14:38:17 2015 +0200

    Merge tag 'upstream/0.94.3' into experimental
    
    Upstream version 0.94.3

 AUTHORS                                            |  16 +
 ChangeLog                                          | 156 +++-
 Makefile.am                                        |   6 +-
 Makefile.in                                        |   6 +-
 ceph.spec                                          |  33 +-
 ceph.spec.in                                       |  31 +-
 configure                                          | 113 ++-
 configure.ac                                       |  23 +-
 man/Makefile-server.am                             |   1 +
 man/Makefile.in                                    |   1 +
 man/ceph-create-keys.8                             |  97 ++
 src/.git_version                                   |   4 +-
 src/Makefile-env.am                                |   7 +
 src/Makefile.in                                    | 992 ++++++++++++---------
 src/acconfig.h.in                                  |   3 +
 src/ceph-disk                                      |  14 +-
 src/ceph-post-file.in                              |  20 +-
 src/ceph.in                                        |  38 +-
 src/client/Client.cc                               |  24 +-
 src/client/Client.h                                |   6 +-
 src/client/Fh.h                                    |   7 +-
 src/common/Throttle.cc                             |   6 +
 src/common/Throttle.h                              |   3 +-
 src/common/WorkQueue.h                             |  33 +-
 src/common/admin_socket.cc                         |  50 +-
 src/common/admin_socket.h                          |   1 +
 src/common/config.cc                               |  26 +-
 src/common/config_opts.h                           |  14 +
 src/common/dummy.cc                                |  20 -
 src/common/strtol.cc                               |  32 +-
 src/common/strtol.h                                |  18 +
 src/crush/CrushTester.cc                           |  59 +-
 src/crush/CrushTester.h                            |  11 +-
 src/crush/CrushWrapper.cc                          |  77 ++
 src/crush/CrushWrapper.h                           |   2 +
 src/crush/mapper.c                                 |  11 +-
 src/include/Makefile.am                            |   1 +
 src/include/interval_set.h                         |   1 +
 src/include/krbd.h                                 |   7 +-
 src/include/rados/librados.h                       |   1 +
 src/include/rbd/object_map_types.h                 |  12 +
 src/json_spirit/json_spirit_reader_template.h      |  34 +-
 src/krbd.cc                                        |   5 +-
 src/librbd/AioCompletion.cc                        |  24 +-
 src/librbd/AioCompletion.h                         |   6 +-
 src/librbd/AioRequest.cc                           |  28 +-
 src/librbd/AioRequest.h                            |   6 +-
 src/librbd/AsyncFlattenRequest.cc                  |   3 +-
 src/librbd/AsyncOperation.h                        |   4 +
 src/librbd/AsyncTrimRequest.cc                     |   7 +-
 src/librbd/CopyupRequest.cc                        |  10 +-
 src/librbd/ImageCtx.cc                             |  29 +-
 src/librbd/ImageCtx.h                              |   3 +
 src/librbd/ImageWatcher.cc                         |  14 +-
 src/librbd/ImageWatcher.h                          |   7 +-
 src/librbd/ObjectMap.cc                            |  21 +-
 src/librbd/ObjectMap.h                             |   9 +-
 src/librbd/TaskFinisher.h                          |   1 +
 src/librbd/internal.cc                             | 155 ++--
 src/librbd/internal.h                              |  16 +-
 src/librbd/librbd.cc                               | 200 ++++-
 src/log/Log.cc                                     |   4 +
 src/mds/CDir.cc                                    |  10 +-
 src/mon/MDSMonitor.cc                              |  47 +-
 src/mon/MDSMonitor.h                               |   6 +-
 src/mon/MonCommands.h                              |  11 +-
 src/mon/Monitor.cc                                 |  56 +-
 src/mon/OSDMonitor.cc                              |  26 +-
 src/mon/PGMap.cc                                   |   2 +-
 src/mon/PGMap.h                                    |   2 +-
 src/osd/OSD.cc                                     |  50 +-
 src/osd/OSD.h                                      |  32 +-
 src/osd/PG.cc                                      |  12 +-
 src/osd/ReplicatedPG.cc                            |  66 +-
 src/osd/ReplicatedPG.h                             |  15 +-
 src/osd/osd_types.cc                               |  29 +-
 src/osd/osd_types.h                                |   5 +-
 src/osdc/ObjectCacher.cc                           |   2 +-
 src/perfglue/Makefile.am                           |   7 +
 src/perfglue/heap_profiler.cc                      |  15 +-
 src/pybind/rbd.py                                  |   8 +-
 src/rgw/logrotate.conf                             |   2 +-
 src/rgw/rgw_admin.cc                               |  65 +-
 src/rgw/rgw_civetweb.cc                            |  32 +-
 src/rgw/rgw_civetweb.h                             |   2 +
 src/rgw/rgw_client_io.cc                           |   7 +-
 src/rgw/rgw_common.h                               |   2 +-
 src/rgw/rgw_op.cc                                  |  11 +-
 src/rgw/rgw_rados.cc                               | 202 ++++-
 src/rgw/rgw_rados.h                                |   7 +-
 src/rgw/rgw_rest.cc                                |  71 +-
 src/rgw/rgw_rest_s3.cc                             |   2 +-
 src/rgw/rgw_rest_swift.cc                          |   3 +-
 src/rgw/rgw_rest_user.cc                           |   1 +
 src/rgw/rgw_swift.cc                               |   7 +
 src/test/Makefile-client.am                        |  30 +-
 src/test/Makefile.am                               |   1 +
 src/test/centos-6/ceph.spec.in                     |  31 +-
 src/test/centos-7/ceph.spec.in                     |  31 +-
 .../cli/crushtool/check-names.empty.crushmap.txt   |  11 +
 src/test/cli/crushtool/check-names.empty.t         |   5 +
 src/test/cli/crushtool/check-names.max-id.t        |   7 +
 src/test/cli/crushtool/help.t                      |   4 +
 src/test/daemon_config.cc                          |  46 +
 src/test/librados/snapshots.cc                     |  68 ++
 src/test/librados/tier.cc                          |  12 +-
 src/test/librados_test_stub/LibradosTestStub.cc    |  29 +-
 src/test/librados_test_stub/TestMemIoCtxImpl.cc    |   2 +-
 src/test/librados_test_stub/TestWatchNotify.cc     |   2 +
 src/test/librbd/{fsx.c => fsx.cc}                  |  65 +-
 src/test/librbd/test_ImageWatcher.cc               |  31 +-
 src/test/librbd/test_ObjectMap.cc                  | 124 +++
 src/test/librbd/test_fixture.cc                    |  27 +-
 src/test/librbd/test_fixture.h                     |  12 -
 src/test/librbd/test_internal.cc                   |  15 +-
 src/test/librbd/test_librbd.cc                     |  98 +-
 src/test/librbd/test_main.cc                       |  16 +-
 src/test/librbd/test_support.cc                    |  30 +
 src/test/librbd/test_support.h                     |  19 +
 src/test/mon/osd-crush.sh                          |  27 +-
 src/test/mon/osd-pool-create.sh                    |  15 +
 src/test/osd/RadosModel.h                          |  21 +-
 src/test/osd/TestRados.cc                          |  23 +-
 src/test/strtol.cc                                 |  13 +-
 src/tools/cephfs/Dumper.cc                         |  54 +-
 src/tools/crushtool.cc                             |  23 +-
 126 files changed, 3167 insertions(+), 1109 deletions(-)

-- 
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