]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2019-02-15 Mykola Golubrbd: online re-sparsify of images 26226/head
2019-02-15 Mykola Golubpybind/rbd: add image sparsify method
2019-02-15 Mykola Golublibrbd: online re-sparsify of images
2019-02-15 Mykola Golublibrados_test_stub: enable sparse_read
2019-02-15 Mykola Golublibrados_test_stub: add cls_cxx_replace
2019-02-15 Mykola Golubcls/rbd: add sparsify method
2019-02-08 Sebastian WagnerMerge pull request #26331 from tchaikov/wip-mgr-orchest...
2019-02-08 Kefu ChaiMerge pull request #26301 from tchaikov/wip-cxx17-aggre...
2019-02-08 Kefu ChaiMerge pull request #26311 from tchaikov/wip-docker...
2019-02-08 Kefu Chaimgr/orchestrator: reformat the docstring 26331/head
2019-02-08 Kefu ChaiMerge pull request #26313 from tchaikov/wip-mgr-ansible-tox
2019-02-08 David ZafmanMerge pull request #26213 from dzafman/wip-38041
2019-02-07 David Zafmantest: Add scripts to test backfill/recovery priority... 26213/head
2019-02-07 David Zafmanosd: Add OSD_BACKFILL_PRIORITY_FORCED with lower priority
2019-02-07 David Zafmanosd AsyncReserver: Update priority in AsyncReserver...
2019-02-07 Sage WeilMerge PR #26059 into master
2019-02-07 Sage Weilmon/MonClient: fix keepalive with v2 auth 26059/head
2019-02-07 Sage Weilmsg/async/ProtocolV2: reject peer_addrs of -
2019-02-07 Sage Weilmsg/async/ProtocolV2: clean up feature management
2019-02-07 Sage Weilmon/MonClient: set up rotating_secrets, etc before...
2019-02-07 Sage Weilmsg/async: let client specify preferred order of modes
2019-02-07 Sage Weilmsg/async/ProtocolV2: include entity_name, features...
2019-02-07 Sage Weilmsg/async/ProtocolV2: fix write_lock usage around AckFrame
2019-02-07 Sage Weilqa/suites/rados/verify/validator/valgrind: debug refs = 5
2019-02-07 Sage Weilqa/standalone/ceph-helpers: fix health_ok test
2019-02-07 Sage Weilauth/AuthRegistry: only complain about disabling cephx...
2019-02-07 Sage Weilauth/AuthRegistry: fix locking for get_supported_methods()
2019-02-07 Sage Weilauth: remove AUTH_UNKNOWN weirdness, hardcoded defaults.
2019-02-07 Sage Weilmsg/async/ProtocolV2: remove unused get_auth_allowed_me...
2019-02-07 Sage Weilosd: set up messener auth_* before setting dispatcher...
2019-02-07 Sage Weilmon/AuthMonitor: request max_global_id increase from...
2019-02-07 Sage Weilmon: prime MgrClient only after messengers are initialized
2019-02-07 Sage Weilqa/suites/rados/workloads/rados_api_tests.yaml: debug...
2019-02-07 Sage Weilauth: document Auth{Client,Server} interfaces
2019-02-07 Sage Weilauth: future-proof AUTH_MODE_* a bit in case we need...
2019-02-07 Sage Weilmon/MonClient: request monmap on open instead of ping
2019-02-07 Sage Weilmgr/PyModuleRegistry: add details for MGR_MODULE_{DEPEN...
2019-02-07 Sage Weilcrimson: fix build
2019-02-07 Sage Weilmon/MonClient: finsih authenticate() only after we...
2019-02-07 Sage Weilmon: add auth_lock to protect auth_meta manipulation
2019-02-07 Sage Weilceph-mon: set up auth before binding
2019-02-07 Sage Weilmon: defer initial connection auth attempts until initi...
2019-02-07 Sage Weilmon/MonClient: make MonClientPinger an AuthCleint
2019-02-07 Sage Weilceph_test_msgr: use DummyAuth
2019-02-07 Sage Weilauth/DummyAuth: dummy auth server and client for test...
2019-02-07 Sage Weilmon/Monitor: fix leak of auth_handler if we error out
2019-02-07 Sage Weildoc/dev/cephx: re-wordwrap
2019-02-07 Sage Weildoc/dev/cephx: document nautilus change to cephx
2019-02-07 Sage Weilvstart.sh: fix --msgr2 option
2019-02-07 Sage Weilmsg/async/ProtocolV2: use shared_ptr to manage auth_meta
2019-02-07 Sage Weilauth/Auth{Client,Server}: pass auth_meta in explicitly
2019-02-07 Sage Weilmon/MonClient: behave if authorizer can't be built...
2019-02-07 Sage Weilosd: set_auth_server on client_messenger
2019-02-07 Sage Weilcommon/ceph_context: get_moduel_type() for seastar cct
2019-02-07 Sage Weilauth: make connection_secret a std::string
2019-02-07 Sage Weilauth,msg/async/ProtocolV2: negotiate connection modes
2019-02-07 Sage Weilauth/AuthRegistry: refactor handling of auth_*_requred...
2019-02-07 Sage Weilosd,mgr,mds: remove unused authorize registries
2019-02-07 Sage Weilswitch monc, daemons to use new msgr2 auth frame exchange
2019-02-07 Sage WeilMerge PR #26306 into master
2019-02-07 Matt BenjaminMerge pull request #26008 from theanalyst/wip-rgw-scheduler
2019-02-07 Sebastian Wagnerdoc/mgr/orchestrator: Add Image 26321/head
2019-02-07 Yuri WeinsteinMerge pull request #26068 from badone/wip-ceph-ansible...
2019-02-07 Abhishek LMerge pull request #26312 from smithfarm/wip-luminous-cve
2019-02-07 Kefu Chaimgr: install tox==2.9.1 for tox tests 26313/head
2019-02-07 Sage Weildoc/dev/msgr2: update docs to match implementation...
2019-02-07 Sage Weilauth/AuthClientHandler: add build_initial_request hook
2019-02-07 Sage Weilmsg/Messenger: attach auth_client and/or auth_server...
2019-02-07 Sage Weilauth: introduce AuthClient and AuthServer handlers
2019-02-07 Sage Weilauth: codify AUTH_MODE_AUTHORIZER
2019-02-07 Sage Weilmsg/Connection: track peer_id (id portion of entity_nam...
2019-02-07 Sage Weilauth/AuthAuthorizeHandler: add get_supported_methods()
2019-02-07 Sage Weilauth/AuthAuthorizeHandler: fix args for verify_authorizer()
2019-02-07 Sage Weilauth: constify bufferlist arg to AuthAuthorizer::add_ch...
2019-02-07 Sage Weilauth/cephx: share all tickets and connection_secret...
2019-02-07 Sage Weilmsg/async,auth: add AuthConnectionMeta to Protocol
2019-02-07 Sage Weilauth/AuthClientHandler: pass in session_key, connection...
2019-02-07 Sage Weilauth/AuthServiceHandler: take session_key and connectio...
2019-02-07 Sage Weilauth/cephx: pass more specific type into build_session_...
2019-02-07 Sage Weilmon/Session: separate session creation, peer ident...
2019-02-07 Sage Weilmon/AuthMonitor: bump max_global_id from on_active...
2019-02-07 Sage Weilmon/AuthMonitor: be more careful with max_global_id
2019-02-07 Sage Weilmon: only all ms_handle_authentication() if auth method...
2019-02-07 Sage Weilmon/AuthMonitor: fix "finished with auth" condition...
2019-02-07 Sage Weilauth: clean up AuthServiceHandler::handle_request(...
2019-02-07 Sage Weilauth: clean up AuthServiceHandler::start_session()
2019-02-07 Sage Weilmon/AuthMonitor: drop unused op arg to assign_global_id()
2019-02-07 Sage Weilmsg/async: separate TAG_AUTH_REQUEST_MORE and TAG_AUTH_...
2019-02-07 Sage Weilmsg/async: consolidate authorizer checks
2019-02-07 Sage Weilmsg/async: move get_auth_allowed into ProtocolV2.cc
2019-02-07 Sage Weilmon/MonClient: trivial cleanup
2019-02-07 Matt BenjaminMerge pull request #26098 from pritha-srivastava/wip...
2019-02-07 Matt BenjaminMerge pull request #24818 from pritha-srivastava/wip...
2019-02-07 Sage Weilceph_test_msgr: fix server->client addr discovery 26306/head
2019-02-07 Sage Weilmsg/{async,simple}: make learned_addr a bit smarter
2019-02-07 Sage Weilmsg/async: very protocol type when looking up existing...
2019-02-07 Sage Weilcommon/LogEntry: use as_legacy_addr()
2019-02-07 Sage Weilmsg/msg_types: add entity_addrvec_t::as_legacy_addr()
2019-02-07 Sage Weilmsg/async/AsyncMessenger: drop weird assert
2019-02-07 Sage Weilmsg/Messenger: be less verbose
next