]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2019-02-21 Sage Weilmsg/async: add con_mode to debug lines
2019-02-21 Sage Weilmsg/DispatchQueue: include con_mode in <== line
2019-02-21 Sage Weilcommon/ceph_strings: get_con_mode_name()
2019-02-21 Sage Weilmsg/Connection: add get_con_mode()
2019-02-21 Sage Weilmsg/async/ProtocolV2: clean up preamble comments
2019-02-21 Radoslaw Zarzynskimsg/async, v2: improve debug around sending client...
2019-02-21 Radoslaw Zarzynskimsg/async, v2: bring back the no-encryption ability.
2019-02-21 Radoslaw Zarzynskimsg/async, v2: workaround con_mode handling.
2019-02-21 Radoslaw Zarzynskimsg/async, v2: drop the throttles bypass.
2019-02-21 Radoslaw Zarzynskimsg/async, v2: READ_MESSAGE_FRONT -> THROTTLE_DONE.
2019-02-21 Radoslaw Zarzynskimsg/async: WaitFrame of V2 can be crypto processed...
2019-02-21 Radoslaw Zarzynskimsg/async: initial multi-segment support for V2.
2019-02-21 Radoslaw Zarzynskimsg/async: V2 bypasses throttles just for development.
2019-02-21 Radoslaw Zarzynskimsg/async: rectify reseting security state in ProtocolV...
2019-02-21 Radoslaw Zarzynskimsg/async: switch to CRC32 for V2 preamble blocks.
2019-02-21 Radoslaw Zarzynskimsg/async: bump up preamble block size to 32 bytes.
2019-02-21 Radoslaw Zarzynskimsg/async: get rid of the distiction on main and extra...
2019-02-21 Radoslaw Zarzynskimsg/async: add debug around empty ClientIdent::addrs.
2019-02-21 Radoslaw Zarzynskimsg/async: V2 uses segments instead of next_payload_len...
2019-02-21 Radoslaw Zarzynskimsg/async: perform V2 frame dispatch in dedicated method.
2019-02-21 Radoslaw Zarzynskimsg/async: implement crc checking for main preamble...
2019-02-21 Radoslaw Zarzynskimsg/async: receive V2 messages with new preable format.
2019-02-21 Radoslaw Zarzynskimsg/async: transmit V2 messages with new preable format.
2019-02-21 Radoslaw Zarzynskimsg/async: reset crypto processors in ProtocolV2::reset...
2019-02-21 Radoslaw Zarzynskimsg/async: preamble of V2 Frames is now encrypted and...
2019-02-21 Radoslaw Zarzynskimsg/async: slightly rework ProtocolV2 preamble crafting.
2019-02-21 Radoslaw Zarzynskimsg/async: reset the rx stream handler in ::handle_read...
2019-02-21 Radoslaw Zarzynskiauth, msg/async, v2: drop AuthStreamHandler and AES128G...
2019-02-21 Radoslaw Zarzynskimsg/async: Messages in Protocol2 are crypto-processed...
2019-02-21 Radoslaw Zarzynskimsg/async: SignedEncryptedFrame uses ceph::crypto:...
2019-02-21 Radoslaw Zarzynskimsg/async: expose message segmentation to ::write_messa...
2019-02-21 Radoslaw Zarzynskiauth: implement ceph::crypto::onwire with OpenSSL EVP.
2019-02-21 Radoslaw Zarzynskiauth: introduce ceph::crypto::onwire interfaces.
2019-02-21 Radoslaw Zarzynskimsg/async: decouple MessageHeaderFrame from SignedEncry...
2019-02-21 Radoslaw Zarzynskimsg/async: move Protocol* asserts in SignedEncryptedFra...
2019-02-21 Radoslaw Zarzynskimsg/async: simplify encryption handling in the PayloadF...
2019-02-21 Radoslaw Zarzynskiauth: drop AES128CBC_HMACSHA256_StreamHandler.
2019-02-21 Radoslaw Zarzynskimsg/async: ensure consistency between con_mode and...
2019-02-21 Radoslaw Zarzynskimsg/async: drop MessageFrame. Use MessageHeaderFrame...
2019-02-21 Radoslaw Zarzynskimsg/async: set con_mode and session_security at both...
2019-02-21 Radoslaw Zarzynskimsg/async, auth: switch AuthStreamHandler::rxtx_t to...
2019-02-21 Radoslaw Zarzynskicrypto: AES128GCM_StreamHandler brings authenticated...
2019-02-21 Radoslaw Zarzynskiinclude: uint128_t -> ceph::uint128_t + using.
2019-02-21 Radoslaw Zarzynskimsg/async: move crypto handling from ProtocolV2 into...
2019-02-21 Radoslaw Zarzynskiauth, msg: dissect AuthStreamHandler from AuthSessionHa...
2019-02-21 Radoslaw Zarzynskiauth/cephx: make _calc_signature() of CephxSessionHandl...
2019-02-21 Radoslaw Zarzynskiauth: drop {en,de}crypt_message() from AuthSessionHandler.
2019-02-21 Radoslaw Zarzynskiauth: introduce DummyAuthSessionHandler.
2019-02-21 Radoslaw Zarzynskiauth: make AuthSessionHandler purely abstract.
2019-02-21 Radoslaw Zarzynskiauth: drop no_security() from AuthSessionHandler.
2019-02-21 Radoslaw Zarzynskiauth: drop get_protocol() and get_key() from AuthSessio...
2019-02-21 Radoslaw Zarzynskiauth: drop sign_bufferlist() from AuthSessionHandler.
2019-02-21 Radoslaw Zarzynskimsg/async: drop get_auth_meta() from Protocol.
2019-02-21 Radoslaw Zarzynskimsg/async: emphasize ProtocolV2 does authenticated...
2019-02-21 Sage WeilMerge PR #26541 into master
2019-02-21 Patrick DonnellyMerge PR #26458 into master
2019-02-21 Patrick DonnellyMerge PR #26468 into master
2019-02-21 Patrick DonnellyMerge PR #26422 into master
2019-02-21 Patrick DonnellyMerge PR #26459 into master
2019-02-21 Patrick DonnellyMerge PR #26486 into master
2019-02-21 Sage WeilMerge PR #26237 into master
2019-02-21 Ricardo Diasmsg/async: guard protocol Interceptor with preprocessor... 26541/head
2019-02-21 Ricardo Diascmake: add UNIT_TESTS_BUILD preprocessor var based...
2019-02-21 Jason DillamanMerge pull request #26395 from ykcowrebbaj/patch-1
2019-02-21 Mykola GolubMerge pull request #26521 from dillaman/wip-38385
2019-02-21 Casey BodleyMerge pull request #26502 from tchaikov/wip-common...
2019-02-21 Jason DillamanRevert "qa: update test_envlibrados_for_rocksdb.sh... 26237/head
2019-02-21 Jason Dillamandoc/librados: explicitly mention that the C++ API is...
2019-02-21 Jason Dillamanceph.spec: force use of upgrade devtoolset-gcc under...
2019-02-21 Jason Dillamanlibrados: add symbol versioning to the C++ API
2019-02-21 ykcowrebbajdoc/rbd: fix options of iscsiadm command 26395/head
2019-02-21 Sebastian WagnerMerge pull request #26241 from jmolmo/hosts_management_...
2019-02-21 Juan Miguel... mgr/ansible: Add/remove hosts 26241/head
2019-02-21 Kefu ChaiMerge pull request #26525 from liupengs/wip-msg-async...
2019-02-21 Xie XingguoMerge pull request #26532 from xiexingguo/wip-pool...
2019-02-21 Kefu ChaiMerge pull request #26533 from badone/wip-test-dup_inde...
2019-02-21 Kefu ChaiMerge pull request #26402 from tchaikov/wip-install...
2019-02-21 Sage WeilMerge PR #26551 into master
2019-02-21 Sage WeilMerge PR #26511 into master
2019-02-21 Sage WeilMerge PR #26513 into master
2019-02-21 Sage WeilMerge PR #26526 into master
2019-02-21 Sage WeilMerge PR #26536 into master
2019-02-21 LiuPengmsg/async/rdma: parse IBSYNMsg.lid as hex when receivin... 26525/head
2019-02-21 xie xingguomgr: add per pool scrub commands 26532/head
2019-02-20 Sage Weilosd/PG: fix get debug refcount line 26551/head
2019-02-20 Jason DillamanMerge pull request #26483 from idryomov/wip-send-copyup...
2019-02-20 Jason Dillamanlibrados: add symbol versioning to the C API
2019-02-20 Jason Dillamanlibrados: revert librados3/libradoscc back to librados2
2019-02-20 David ZafmanMerge pull request #26465 from dzafman/wip-38344
2019-02-20 Ilya Dryomovlibrbd: CopyupRequest::m_pending_copyups doesn't need... 26483/head
2019-02-20 Ilya Dryomovlibrbd: don't clone IoCtx in send_copyup()
2019-02-20 Ilya Dryomovlibrbd: send copyup and hint only once
2019-02-20 Jason DillamanMerge pull request #26519 from idryomov/wip-cmpext-bl
2019-02-20 Sage WeilMerge PR #26262 into master
2019-02-20 Casey BodleyMerge pull request #26197 from wanghao72/master
2019-02-20 Casey BodleyMerge pull request #26494 from cbodley/wip-rgw-datalog...
2019-02-20 Noah Watkinsmgr/orch/ssh: add qa test 26262/head
2019-02-20 Noah Watkinsqa: install/exclude ceph-mgr-ssh package
2019-02-20 Noah Watkinsdebian: package ssh orchestrator
2019-02-20 Noah Watkinsspec.ceph: package ssh orchestrator
next