summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rgw: use insert to copy containers in rgw_rest_connCasey Bodley2016-02-121-21/+8
* rgw: move RGWPostRESTResourceCR to rgw_cr_rest.hCasey Bodley2016-02-122-56/+57
* rgw: RGWRestConn uses vector instead of mapCasey Bodley2016-02-122-7/+5
* rgw: workaround to clear location constrain when using default zonegroupOrit Wasserman2016-02-123-8/+12
* rgw: bucket ops, obj create and obj delete should check to see if bucket existsOrit Wasserman2016-02-121-0/+25
* rgw: realm watcher locks mutex for SafeTimer::shutdown()Casey Bodley2016-02-121-0/+2
* rgw: fix bucket creation and deletion when there is no realm or period config...Orit Wasserman2016-02-123-11/+25
* rgw: use default zonegroup and zone in init_completeOrit Wasserman2016-02-121-34/+52
* rgw: allow creating a bucket without current periodOrit Wasserman2016-02-121-4/+6
* rgw: fix data sync initializationYehuda Sadeh2016-02-123-2/+14
* rgw: move data sync init into the processing threadYehuda Sadeh2016-02-121-7/+19
* rgw: rework incremental md sync error handlingYehuda Sadeh2016-02-121-19/+53
* rgw: move children collection to other methodYehuda Sadeh2016-02-121-47/+55
* rgw: handle transient error in md full syncYehuda Sadeh2016-02-121-11/+80
* rgw: coroutine drain fixesYehuda Sadeh2016-02-122-3/+5
* rgw: RGWCoroutine::spawn() returns stackYehuda Sadeh2016-02-122-9/+11
* rgw: a coroutine util function to collect a single stackYehuda Sadeh2016-02-122-1/+41
* rgw: rework error handling when syncing a single md entryYehuda Sadeh2016-02-121-8/+17
* rgw: get some errors from req_dataYehuda Sadeh2016-02-125-1/+31
* rgw: multiple sync initialization and error handling fixesYehuda Sadeh2016-02-124-27/+63
* rgw: return -EAGAIN on a connection related http failureYehuda Sadeh2016-02-121-1/+1
* rgw: cleanupYehuda Sadeh2016-02-121-65/+0
* rgw: error out if failed to build md sync indexYehuda Sadeh2016-02-123-20/+45
* rgw: init sync envYehuda Sadeh2016-02-121-0/+2
* rgw: mdlog full sync, yield for each entryYehuda Sadeh2016-02-121-6/+8
* rgw: move sync_oid() and shard_object_name() to sync envYehuda Sadeh2016-02-122-43/+31
* rgw: create RGWMetaSyncEnv, use it as container to sync envYehuda Sadeh2016-02-122-156/+179
* rgw: RGWPeriod stores sync_status as vector of stringsCasey Bodley2016-02-122-17/+9
* rgw: store metadata sync status on period commitCasey Bodley2016-02-122-6/+50
* make: fix link of ceph_test_cls_rgw_metaOrit Wasserman2016-02-121-2/+3
* rgw: add rgw_rest_realm.h to the MakefileOrit Wasserman2016-02-121-0/+1
* rgw: add missing rgw_meta_sync_status.h to the MakefileOrit Wasserman2016-02-121-0/+1
* rgw: account total number of metadata entries for syncYehuda Sadeh2016-02-125-5/+37
* rgw: add backoff and restart to meta syncYehuda Sadeh2016-02-123-15/+89
* rgw: fix the mdlog sync lock control flowYehuda Sadeh2016-02-124-58/+63
* rgw: use set_cr_error() and set_cr_done() instead of set_state()Yehuda Sadeh2016-02-123-93/+101
* rgw: md full sync backoffYehuda Sadeh2016-02-123-25/+83
* rgw: create a realm in case of pervious regions configurationOrit Wasserman2016-02-121-11/+67
* rgw: add support for region format in RGWOp_ZoneGroupMap_GetOrit Wasserman2016-02-122-4/+6
* rgw: update current_period after adding converted zonegroupOrit Wasserman2016-02-121-0/+6
* rgw: add RGWRegionMap for backward compatabilityOrit Wasserman2016-02-125-11/+88
* rgw: update realm_id when converting a region to zonegroupOrit Wasserman2016-02-121-0/+1
* rgw: add converted regions into the current periodOrit Wasserman2016-02-121-35/+44
* rgw: RGWRealmWatcher to reload RGWRados on changesCasey Bodley2016-02-126-0/+352
* rgw: period commit calls notify_zoneCasey Bodley2016-02-123-5/+5
* rgw: add realm control object for watch/notifyCasey Bodley2016-02-122-0/+63
* rgw: add pause/unpause to RGWFrontend interfaceCasey Bodley2016-02-121-9/+53
* rwlock: add prioritize_write flag to prevent write starvationCasey Bodley2016-02-121-7/+18
* rgw: RGWHTTPManager dtor stops background threadCasey Bodley2016-02-121-0/+1
* radosgw-admin: remove period activate in favor of commitCasey Bodley2016-02-121-40/+1