]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2017-03-26 Matt BenjaminMerge pull request #12893 from rzarzynski/wip-rgw-auth...
2017-03-26 Orit WassermanMerge pull request #10121 from theanalyst/wip-16357
2017-03-25 Mykola GolubMerge pull request #14134 from wangzhengyong/doc
2017-03-25 Jason DillamanMerge pull request #14091 from trociny/wip-prepare_asyn...
2017-03-25 Haomai WangMerge pull request #13740 from Adirl/forksafe
2017-03-25 Sage WeilMerge pull request #13965 from liewegas/wip-bluestore-pc
2017-03-25 Sage WeilMerge pull request #13962 from Liuchang0812/wip-add...
2017-03-25 wangzhengyongdoc: add some undocumented options to rbd-nbd 14134/head
2017-03-25 liuchang0812osd: add override in headers files 13962/head
2017-03-25 Kefu ChaiMerge pull request #14114 from dmick/wip-boost-j
2017-03-24 Radoslaw Zarzynskirgw: implement the dynamic reconfiguration of auth... 12893/head
2017-03-24 Radoslaw Zarzynskirgw: the S3's local v2 auth engine becomes a fallback...
2017-03-24 Radoslaw Zarzynskirgw: implement SwiftAnonymousEngine.
2017-03-24 Radoslaw Zarzynskirgw: parametrize the implicit tenancy of rgw::auth...
2017-03-24 Radoslaw Zarzynskirgw: RGWPostObj_ObjStore_S3 doesn't instantiate auth...
2017-03-24 Radoslaw Zarzynskirgw: fix appending '\0' in the rgw::auth::LocalApplier...
2017-03-24 Sage WeilMerge pull request #13889 from liewegas/wip-denc-nullptr
2017-03-24 Sage WeilMerge pull request #14096 from baiyanchun/remove_useles...
2017-03-24 Sage WeilMerge pull request #14131 from liewegas/wip-crush-encode
2017-03-24 Sage WeilMerge pull request #13960 from wangzhengyong/kstore
2017-03-24 Sage WeilMerge pull request #13973 from shinobu-x/wp-sk-primaryl...
2017-03-24 Sage WeilMerge pull request #13995 from liuhongtong/wip-config
2017-03-24 Sage WeilMerge pull request #14013 from ShiqiCooperation/newshiqi
2017-03-24 Sage Weilcrush: only encode class info if SERVER_LUMINOUS 14131/head
2017-03-24 Dan Mickceph.spec.in: derive _smp_ncpus and use it for -DBOOST_J 14114/head
2017-03-24 Dan Mickceph.spec.in: move lowmem_build setting of _smp_mflags
2017-03-24 Dan Mickdebian/rules: invoke cmake with -DBOOST_J
2017-03-24 Radoslaw Zarzynskirgw: improve logs in the RGWAccessControlPolicy class.
2017-03-24 Radoslaw Zarzynskirgw: improve logs in rgw::auth::Strategy.
2017-03-24 Radoslaw Zarzynskirgw: RGWOp is responsible now for the authentication...
2017-03-24 Radoslaw Zarzynskirgw: refactor error handling in rgw::auth::keystone.
2017-03-24 Radoslaw Zarzynskirgw: implement descriptive authentication failure reasons.
2017-03-24 Radoslaw Zarzynskirgw: unify handling S3's ::authorize_v2 and ::get_polic...
2017-03-24 Radoslaw Zarzynskirgw: remove the parts of auth framework that aren't...
2017-03-24 Radoslaw Zarzynskirgw: move ACL Strategies to the newer auth framework.
2017-03-24 Radoslaw Zarzynskirgw: switch from req_state::auth_identity to req_state...
2017-03-24 Radoslaw Zarzynskirgw: remove rgw/rgw_auth_decoimpl.h as it isn't necessa...
2017-03-24 Radoslaw Zarzynskirgw: add rgw::auth::s3::AWSv2AuthStrategy and switch...
2017-03-24 Radoslaw Zarzynskirgw: replace RGWDummyIdentityApplier with rgw::auth...
2017-03-24 Radoslaw Zarzynskirgw: apply the new filters over appliers in the Swift...
2017-03-24 Radoslaw Zarzynskirgw: implement the rgw::auth::SysReqApplier over Identi...
2017-03-24 Radoslaw Zarzynskirgw: implement rgw::auth::ThirdPartyAccountApplier.
2017-03-24 Radoslaw Zarzynskirgw: add Control::FALLBACK mode to rgw::auth::AuthStrategy.
2017-03-24 Radoslaw Zarzynskirgw: aggregate S3's external auth engine as the Externa...
2017-03-24 Radoslaw Zarzynskirgw: make rgw::keystone::TokenEnvelope::expired() to...
2017-03-24 Radoslaw Zarzynskirgw: switch S3-specific auth engines to the new infra.
2017-03-24 Radoslaw Zarzynskirgw: integrate the new EC2Engine with current S3 auth...
2017-03-24 Radoslaw Zarzynskirgw: introduce basement for all S3 auth engines.
2017-03-24 Radoslaw Zarzynskirgw: fix indentation in RGWPostObj_ObjStore_S3::get_pol...
2017-03-24 Radoslaw Zarzynskirgw: improve const-correctness and refactor S3 canonize...
2017-03-24 Radoslaw Zarzynskirgw: add rgw::auth::keystone::EC2Engine.
2017-03-24 Radoslaw Zarzynskirgw: the authorize() method of Swift's handler operates...
2017-03-24 Radoslaw Zarzynskirgw: the Swift's auth strategy is instantiated and...
2017-03-24 Radoslaw Zarzynskirgw: settle rgw::auth::{IdentityApplier,Completer}...
2017-03-24 Radoslaw Zarzynskirgw: port the TempURL auth engine to the new auth infra...
2017-03-24 Radoslaw Zarzynskirgw: port Swift's Signed and External auth engines.
2017-03-24 Radoslaw Zarzynskirgw: implement rgw::auth::DecoratedApplier.
2017-03-24 Radoslaw Zarzynskirgw: implement rgw::auth::swift::DefaultStrategy.
2017-03-24 Radoslaw Zarzynskirgw: implement rgw::auth::AnonymousEngine.
2017-03-24 Radoslaw Zarzynskirgw: implement rgw::auth::LocalApplier.
2017-03-24 Radoslaw Zarzynskirgw: inject token cache as a dependency in rgw::auth...
2017-03-24 Radoslaw Zarzynskirgw: implement the rgw::auth::KeystoneEngine.
2017-03-24 Radoslaw Zarzynskirgw: Keystone implementation can support multiple insta...
2017-03-24 Radoslaw Zarzynskirgw: only move Keystone-related things into rgw::keysto...
2017-03-24 Radoslaw Zarzynskirgw: add the rgw::auth::TokenExtractor interface.
2017-03-24 Radoslaw Zarzynskirgw: introduce the rgw::auth::RemoteApplier interface.
2017-03-24 Casey BodleyMerge pull request #14082 from idealguo/update-bucket-acl
2017-03-24 Casey BodleyMerge pull request #14043 from zhangsw/fix-rgw-deletebucket
2017-03-24 Casey BodleyMerge pull request #13991 from Liuchang0812/wip-rgw...
2017-03-24 Casey BodleyMerge pull request #13504 from rzarzynski/wip-rgw-chunk...
2017-03-24 Radoslaw Zarzynskirgw: introduce the rgw::auth::Applier interface.
2017-03-24 Radoslaw Zarzynskirgw: implement the rgw::auth::Strategy.
2017-03-24 Radoslaw Zarzynskirgw: introduce and document new interfaces to the auth...
2017-03-24 Kefu ChaiMerge pull request #13847 from wjwithagen/wip-wjw-ceph...
2017-03-24 Kefu ChaiMerge pull request #13974 from tchaikov/wip-vstart...
2017-03-24 Kefu ChaiMerge pull request #13197 from asheplyakov/master-18740
2017-03-24 Kefu ChaiMerge pull request #14103 from tchaikov/wip-https-github
2017-03-24 Sage WeilMerge pull request #14085 from wjwithagen/wip-wjw-blues...
2017-03-24 Sage WeilMerge pull request #13931 from wangzhengyong/extent
2017-03-24 Sage WeilMerge pull request #14073 from liewegas/wip-bluestore...
2017-03-24 Sage WeilMerge pull request #13577 from yonghengdexin735/wip...
2017-03-23 Loic DacharyMerge pull request #14110 from dachary/wip-crush-cleanup
2017-03-23 Kefu Chaivstart.sh: do not init fsmap if "$new == 0" 13974/head
2017-03-23 Kefu Chaitests: remove mds,osd,mon args passed to vstart.sh
2017-03-23 Sahid Orentino... crush: builder: clean the arguments of crush_reweight... 14110/head
2017-03-23 Kefu Chaivstart.sh: remove start_*
2017-03-23 Yuri WeinsteinMerge pull request #14050 from ovh/bp-dump-ops-by-duration
2017-03-23 Yuri WeinsteinMerge pull request #14060 from LiumxNL/wip-170321
2017-03-23 Yuri WeinsteinMerge pull request #13293 from Liuchang0812/cleanup...
2017-03-23 Casey BodleyMerge pull request #14014 from Liuchang0812/wip-fix...
2017-03-23 Sage Weilos/bluestore: avoid nullptr in bluestore_extent_ref_map... 14073/head
2017-03-23 Haomai WangMerge pull request #14094 from optimistyzy/322
2017-03-23 Kefu Chaiscript: ceph-release-notes: use https instead of http 14103/head
2017-03-23 Kefu ChaiMerge pull request #14004 from liewegas/wip-osd-full...
2017-03-23 Kefu ChaiMerge pull request #13903 from wjwithagen/wip-wjw-run...
2017-03-23 Kefu ChaiMerge pull request #9940 from aclamk/common-recursive...
2017-03-23 baiyanchuncommon: remove useless parameter 14096/head
2017-03-23 Ziye Yangbluestore, NVMeDevice: use task' own lock for (random... 14094/head
2017-03-23 Guo Zhandongrgw: enable to update acl of bucket created in slave... 14082/head
2017-03-22 Mykola Golublibrbd: potential use of uninitialised value in ImageWa... 14091/head
next