]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2016-02-18 Casey Bodleyrgw: get period history cursor when starting sync
2016-02-18 Casey Bodleyrgw: remove RGWMetadataManager::store_md_log_entries
2016-02-18 Casey Bodleyrgw: rados coroutines take bucket by const ref
2016-02-18 Casey Bodleyrgw: add first log period to mdlog info response
2016-02-18 Casey Bodleyrgw: factor get_log_shard_id() out of RGWMetadataLog
2016-02-18 Casey Bodleyrgw: add period id to rgw_rest_log operations
2016-02-18 Casey Bodleyrgw-admin: update callers of get_log
2016-02-18 Casey Bodleyrgw: add map of period_id -> RGWMetadataLog
2016-02-18 Casey Bodleyrgw: add period id to metadata log oids
2016-02-18 Casey Bodleyrgw: RGWRemoteMetaLog passes period id with requests...
2016-02-18 Casey Bodleyrgw: move sync_status into RGWRemoteMetaLog
2016-02-18 Casey Bodleyrgw: include period id in rgw_meta_sync_info
2016-02-18 Casey Bodleyrgw: use std::move for strings in RGWFetchAllMetaCR
2016-02-18 Casey Bodleycmake: remove duplicate rgw source files
2016-02-18 Casey Bodleyrgw: remove RemoteMetaLog::fetch() and admin command
2016-02-18 Casey Bodleyrgw: remove unused RGWRemoteMetaLog::list_shards
2016-02-18 Casey Bodleyrgw: remove unused class RGWReadMDLogShardInfo
2016-02-18 Casey Bodleyrgw: remove unused clone_shards() in metadata sync
2016-02-18 Casey Bodleyrgw: remove unneeded RGWRados arg for RGWMetadataLog
2016-02-18 Orit Wassermanrgw: we need to clear the id in create_default in case...
2016-02-18 Yehuda Sadehrgw-admin: command to list sync error logs
2016-02-18 Yehuda Sadehrgw: set quota when converting regionmap
2016-02-15 Yehuda Sadehrgw: cleanup
2016-02-15 Yehuda Sadehrgw: don't try to parse some forwarded requests
2016-02-15 Yehuda Sadehrgw: adjust data sync async notification locking
2016-02-12 Yehuda Sadehrgw: don't use s->bucket for metadata api path entry
2016-02-12 Casey Bodleyrgw: add drain_all() after collect() in sync crs
2016-02-12 Yehuda Sadehrgw: adjust interfaces following rebase
2016-02-12 Yehuda Sadehrgw: more error handling
2016-02-12 Yehuda Sadehrgw: fail when trying to commit period if no master...
2016-02-12 Yehuda Sadehrgw: add error_logger to sync env
2016-02-12 Yehuda Sadehrgw: data sync env cleanup
2016-02-12 Yehuda Sadehrgw: add a timelog add operation cr
2016-02-12 Yehuda Sadehrgw: replace #warning with a comment
2016-02-12 Yehuda Sadehrgw: fix do_curl_wait() if curl_multi_wait() not defined
2016-02-12 Orit Wassermanrgw: fix create_default to handle EEXIST
2016-02-12 Casey Bodleyrgw: metadata and data sync share RGWAsyncRadosProcessor
2016-02-12 Orit Wassermanrgw: fix RGWSystemMetaObj::init to handle perdefined...
2016-02-12 Orit Wassermanrgw: add error messages to realm::create
2016-02-12 Orit Wassermanradosgw-admin: realm pull should not fail if the realm...
2016-02-12 Orit Wassermanrgw: use exclusive flag for store_name in RGWSystemMeta...
2016-02-12 Yehuda Sadehrgw: hold reference to req_completion while calling...
2016-02-12 Yehuda Sadehrgw: link_pending_requests() fixes
2016-02-12 Yehuda Sadehrgw: more of dropping async ops reference
2016-02-12 Yehuda Sadehrgw: fix a typo
2016-02-12 Orit Wassermanrgw: in create_default read zone_params in case we...
2016-02-12 Orit Wassermanradosgw-admin: add missing break in key rm command
2016-02-12 Yehuda Sadehrgw: fix a few more leaks
2016-02-12 Yehuda Sadehrgw: safe disposal of async processors
2016-02-12 Casey Bodleyrgw: shorten name of RGWAsyncRadosProcessor thread...
2016-02-12 Yehuda Sadehrgw: stop meta sync handler when going down
2016-02-12 Yehuda Sadehrgw: more leak fixes
2016-02-12 Yehuda Sadehrgw: minor cleanup
2016-02-12 Yehuda Sadehrgw: reorder RGWRados shutdown
2016-02-12 Yehuda Sadehrgw: clear stack ops when unwinding last op
2016-02-12 Yehuda Sadehrgw: more leak fixes
2016-02-12 Yehuda Sadehrgw: fix a few leaks
2016-02-12 Yehuda Sadehrgw: forward meta changes to master
2016-02-12 Yehuda Sadehrgw: update datalog also when unlinking object instance
2016-02-12 Orit Wassermanrocksdb: set to master
2016-02-12 Casey Bodleyrgw: 'period push' handler uses RGWPeriodHistory
2016-02-12 Casey Bodleyrgw: add period history and puller to RGWRados
2016-02-12 Casey Bodleyrgw: add RGWPeriodPuller for RGWPeriodHistory
2016-02-12 Casey Bodleyrgw: add exclusive param to RGWPeriod::set_latest_epoch
2016-02-12 Casey Bodleyrgw: split RGWPeriod::reflect out of set_latest_epoch
2016-02-12 Casey Bodleyrgw: RGWPeriodHistory to track period history
2016-02-12 Casey Bodleyrgw: fix documentation of RGWRealmWatcher
2016-02-12 Casey Bodleyrgw: use realm epoch to choose most recent period to...
2016-02-12 Casey Bodleyrgw: add realm epoch to RGWRealm and RGWPeriod
2016-02-12 Casey Bodleyrgw: RGWRealm::set_current_period takes RGWPeriod
2016-02-12 Casey Bodleyrgw: start pushing current period on startup
2016-02-12 Casey Bodleyrgw: period commit updates sync status before writing...
2016-02-12 Casey Bodleyrgw: 'realm pull' uses realm's current_period for do_pe...
2016-02-12 Orit Wassermanrgw: use refrence in read_clear_modified
2016-02-12 Orit Wassermanradosgw-admin: zonegroup set and zone set should set...
2016-02-12 Orit Wassermanrgw: fix RGWZoneGroup ctor and check period update...
2016-02-12 Yehuda Sadehrgw: init_zg_from_period() fixes
2016-02-12 Yehuda Sadehrgw: data sync, handle delete marker removal
2016-02-12 Yehuda Sadehrgw: some debug info
2016-02-12 Yehuda Sadehrgw: guard versioned object removal from circular sync
2016-02-12 Yehuda Sadehrgw: handle delete marker when doing incremental data...
2016-02-12 Yehuda Sadehcls/rgw: log owner, display name when creating delete...
2016-02-12 Yehuda Sadehmrgw.sh: modify log file name
2016-02-12 Yehuda Sadehrgw: update datalog when creating delete marker
2016-02-12 Orit Wassermanrgw: set_date_header should use header_name
2016-02-12 Orit Wassermanradosgw-admin: add mdlog and datalog status to help.t
2016-02-12 Yehuda Sadehrgw: fetch remote obj depends on zone id and pg ver
2016-02-12 Yehuda Sadehrgw: keep source zone attr on head object
2016-02-12 Yehuda Sadehrgw: create a short (32bit) zone id, keep it on the...
2016-02-12 Yehuda Sadehrgw: keep pg ver on obj state, and send it in HEAD...
2016-02-12 Yehuda Sadehrgw: store obj pg version in the object's head
2016-02-12 Yehuda Sadehtest-rgw-call.sh: add missing file
2016-02-12 Yehuda Sadehrgw: data sync, update high marker when skipping duplic...
2016-02-12 Yehuda Sadehrgw/test_multi.py: add log level for saner output
2016-02-12 Yehuda Sadehrgw/test_multi.py: meta checkpoint uses zones, not...
2016-02-12 Yehuda Sadehrgw/test_multy.py: improve test_object_sync
2016-02-12 Yehuda Sadehrgw: clear 'null' object instance when fetching remote obj
2016-02-12 Yehuda Sadehtest_multi: buckets and objects comparison
2016-02-12 Yehuda Sadehtest_multi: test object sync
2016-02-12 Yehuda Sadehrgw-admin: add datalog status command
next