]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2016-02-12 Orit Wassermanradosgw-admin: add --zone-new-name to usage
2016-02-12 Yehuda Sadehrgw: init num shards if sync status did not exist
2016-02-12 Yehuda Sadehrgw: use correct connection for certain data sync opera...
2016-02-12 Yehuda Sadehrgw: translate source_zone param into source zone id
2016-02-12 Yehuda Sadehrgw: start marker tracker sync entry can fail
2016-02-12 Yehuda Sadehrgw: clarify log message
2016-02-12 Yehuda Sadehrgw: fetch bucket instance info if doesn't exist
2016-02-12 Yehuda Sadehrgw: data sync fixes
2016-02-12 Yehuda Sadehrgw: don't force pool names to start with periods
2016-02-12 Yehuda Sadehrgw: more backoff related changes and fixes
2016-02-12 Yehuda Sadehrgw: move code around
2016-02-12 Yehuda Sadehrgw: backoff mechanism for data sync
2016-02-12 Yehuda Sadehrgw: data sync CR retry after specific errors
2016-02-12 Yehuda Sadehrgw: initialize data sync if needed
2016-02-12 Yehuda Sadehrgw: full data sync, pass correct op
2016-02-12 Yehuda Sadehrgw: special handling of 'null' object version
2016-02-12 Yehuda Sadehrgw: initialize data member
2016-02-12 Yehuda Sadehrgw: keep timestamp stats in incremental sync position...
2016-02-12 Yehuda Sadehrgw: init REST connection by zone name
2016-02-12 Casey Bodleyrgw: coroutine manager returns ECANCELED when going...
2016-02-12 Orit Wassermanrgw: fix compilation with older boost versions that...
2016-02-12 Orit Wassermanrgw: remove include to <boost/asio/coroutine.h>
2016-02-12 Orit Wassermanrgw: remove include to <boost/asio/coroutine.h>
2016-02-12 Yehuda Sadehrgw: show data full sync stats
2016-02-12 Yehuda Sadehrgw: keep sync progress info for full sync
2016-02-12 Yehuda Sadehrgw: update the correct shards when doing full sync
2016-02-12 Yehuda Sadehrgw: shutdown lease CR on mdlog inc sync failure
2016-02-12 Casey Bodleyrgw: use boost::intrusive_ptr for http_op ref counting
2016-02-12 Casey Bodleyrgw: apply RGWRESTReadResource::wait_bl() fix to PostRe...
2016-02-12 Casey Bodleyrgw: RGWRESTPostResource takes param_list_t for RGWPost...
2016-02-12 Casey Bodleyrgw: add make_param_list() helper
2016-02-12 Casey Bodleyrgw: add typedef for rest parameter lists
2016-02-12 Casey Bodleyrgw: use insert to copy containers in rgw_rest_conn
2016-02-12 Casey Bodleyrgw: move RGWPostRESTResourceCR to rgw_cr_rest.h
2016-02-12 Casey Bodleyrgw: RGWRestConn uses vector instead of map
2016-02-12 Orit Wassermanrgw: workaround to clear location constrain when using...
2016-02-12 Orit Wassermanrgw: bucket ops, obj create and obj delete should check...
2016-02-12 Casey Bodleyrgw: realm watcher locks mutex for SafeTimer::shutdown()
2016-02-12 Orit Wassermanrgw: fix bucket creation and deletion when there is...
2016-02-12 Orit Wassermanrgw: use default zonegroup and zone in init_complete
2016-02-12 Orit Wassermanrgw: allow creating a bucket without current period
2016-02-12 Yehuda Sadehrgw: fix data sync initialization
2016-02-12 Yehuda Sadehrgw: move data sync init into the processing thread
2016-02-12 Yehuda Sadehrgw: rework incremental md sync error handling
2016-02-12 Yehuda Sadehrgw: move children collection to other method
2016-02-12 Yehuda Sadehrgw: handle transient error in md full sync
2016-02-12 Yehuda Sadehrgw: coroutine drain fixes
2016-02-12 Yehuda Sadehrgw: RGWCoroutine::spawn() returns stack
2016-02-12 Yehuda Sadehrgw: a coroutine util function to collect a single...
2016-02-12 Yehuda Sadehrgw: rework error handling when syncing a single md...
2016-02-12 Yehuda Sadehrgw: get some errors from req_data
2016-02-12 Yehuda Sadehrgw: multiple sync initialization and error handling...
2016-02-12 Yehuda Sadehrgw: return -EAGAIN on a connection related http failure
2016-02-12 Yehuda Sadehrgw: cleanup
2016-02-12 Yehuda Sadehrgw: error out if failed to build md sync index
2016-02-12 Yehuda Sadehrgw: init sync env
2016-02-12 Yehuda Sadehrgw: mdlog full sync, yield for each entry
2016-02-12 Yehuda Sadehrgw: move sync_oid() and shard_object_name() to sync env
2016-02-12 Yehuda Sadehrgw: create RGWMetaSyncEnv, use it as container to...
2016-02-12 Casey Bodleyrgw: RGWPeriod stores sync_status as vector of strings
2016-02-12 Casey Bodleyrgw: store metadata sync status on period commit
2016-02-12 Orit Wassermanmake: fix link of ceph_test_cls_rgw_meta
2016-02-12 Orit Wassermanrgw: add rgw_rest_realm.h to the Makefile
2016-02-12 Orit Wassermanrgw: add missing rgw_meta_sync_status.h to the Makefile
2016-02-12 Yehuda Sadehrgw: account total number of metadata entries for sync
2016-02-12 Yehuda Sadehrgw: add backoff and restart to meta sync
2016-02-12 Yehuda Sadehrgw: fix the mdlog sync lock control flow
2016-02-12 Yehuda Sadehrgw: use set_cr_error() and set_cr_done() instead of...
2016-02-12 Yehuda Sadehrgw: md full sync backoff
2016-02-12 Orit Wassermanrgw: create a realm in case of pervious regions configu...
2016-02-12 Orit Wassermanrgw: add support for region format in RGWOp_ZoneGroupMa...
2016-02-12 Orit Wassermanrgw: update current_period after adding converted zonegroup
2016-02-12 Orit Wassermanrgw: add RGWRegionMap for backward compatability
2016-02-12 Orit Wassermanrgw: update realm_id when converting a region to zonegroup
2016-02-12 Orit Wassermanrgw: add converted regions into the current period
2016-02-12 Casey Bodleyrgw: RGWRealmWatcher to reload RGWRados on changes
2016-02-12 Casey Bodleyrgw: period commit calls notify_zone
2016-02-12 Casey Bodleyrgw: add realm control object for watch/notify
2016-02-12 Casey Bodleyrgw: add pause/unpause to RGWFrontend interface
2016-02-12 Casey Bodleyrwlock: add prioritize_write flag to prevent write...
2016-02-12 Casey Bodleyrgw: RGWHTTPManager dtor stops background thread
2016-02-12 Casey Bodleyradosgw-admin: remove period activate in favor of commit
2016-02-12 Casey Bodleyradosgw-admin: add --commit flag for period update
2016-02-12 Casey Bodleyradosgw-admin: add 'period commit' command
2016-02-12 Casey Bodleyrgw: period push handler supports commit
2016-02-12 Casey Bodleyrgw: add RGWPeriod::commit()
2016-02-12 Casey Bodleyrgw: period push handler updates current period/epoch
2016-02-12 Casey Bodleyrgw: RGWPeriod accessors are const
2016-02-12 Casey Bodleyradosgw-admin: add realm pull command
2016-02-12 Casey Bodleyradosgw-admin: add send_to_remote_or_url() helper
2016-02-12 Casey Bodleyrgw: add op for GET /admin/realm
2016-02-12 Casey Bodleyrgw: add realm params to period pull
2016-02-12 Casey Bodleyrgw: move period Ops to rgw_rest_realm.cc
2016-02-12 Casey Bodleyrgw: period allows setting id, epoch, latest_epoch
2016-02-12 Casey Bodleyrgw: omit epoch in oid for staging period
2016-02-12 Casey Bodleyradosgw-admin: add 'period update' to usage
2016-02-12 Casey Bodleyrgw: RGWRemoteMetaLog ctor sets async_rados=nullptr
2016-02-12 Casey Bodleyrgw: fix comparison typo in RGWRados::init_complete
2016-02-12 Orit Wassermanrgw: RGWHandler_Config should assume empty type is...
2016-02-12 Yehuda Sadehrgw: guard metadata full/incremental sync
next