index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
rgw: use insert to copy containers in rgw_rest_conn
Casey Bodley
2016-02-12
1
-21
/
+8
*
rgw: move RGWPostRESTResourceCR to rgw_cr_rest.h
Casey Bodley
2016-02-12
2
-56
/
+57
*
rgw: RGWRestConn uses vector instead of map
Casey Bodley
2016-02-12
2
-7
/
+5
*
rgw: workaround to clear location constrain when using default zonegroup
Orit Wasserman
2016-02-12
3
-8
/
+12
*
rgw: bucket ops, obj create and obj delete should check to see if bucket exists
Orit Wasserman
2016-02-12
1
-0
/
+25
*
rgw: realm watcher locks mutex for SafeTimer::shutdown()
Casey Bodley
2016-02-12
1
-0
/
+2
*
rgw: fix bucket creation and deletion when there is no realm or period config...
Orit Wasserman
2016-02-12
3
-11
/
+25
*
rgw: use default zonegroup and zone in init_complete
Orit Wasserman
2016-02-12
1
-34
/
+52
*
rgw: allow creating a bucket without current period
Orit Wasserman
2016-02-12
1
-4
/
+6
*
rgw: fix data sync initialization
Yehuda Sadeh
2016-02-12
3
-2
/
+14
*
rgw: move data sync init into the processing thread
Yehuda Sadeh
2016-02-12
1
-7
/
+19
*
rgw: rework incremental md sync error handling
Yehuda Sadeh
2016-02-12
1
-19
/
+53
*
rgw: move children collection to other method
Yehuda Sadeh
2016-02-12
1
-47
/
+55
*
rgw: handle transient error in md full sync
Yehuda Sadeh
2016-02-12
1
-11
/
+80
*
rgw: coroutine drain fixes
Yehuda Sadeh
2016-02-12
2
-3
/
+5
*
rgw: RGWCoroutine::spawn() returns stack
Yehuda Sadeh
2016-02-12
2
-9
/
+11
*
rgw: a coroutine util function to collect a single stack
Yehuda Sadeh
2016-02-12
2
-1
/
+41
*
rgw: rework error handling when syncing a single md entry
Yehuda Sadeh
2016-02-12
1
-8
/
+17
*
rgw: get some errors from req_data
Yehuda Sadeh
2016-02-12
5
-1
/
+31
*
rgw: multiple sync initialization and error handling fixes
Yehuda Sadeh
2016-02-12
4
-27
/
+63
*
rgw: return -EAGAIN on a connection related http failure
Yehuda Sadeh
2016-02-12
1
-1
/
+1
*
rgw: cleanup
Yehuda Sadeh
2016-02-12
1
-65
/
+0
*
rgw: error out if failed to build md sync index
Yehuda Sadeh
2016-02-12
3
-20
/
+45
*
rgw: init sync env
Yehuda Sadeh
2016-02-12
1
-0
/
+2
*
rgw: mdlog full sync, yield for each entry
Yehuda Sadeh
2016-02-12
1
-6
/
+8
*
rgw: move sync_oid() and shard_object_name() to sync env
Yehuda Sadeh
2016-02-12
2
-43
/
+31
*
rgw: create RGWMetaSyncEnv, use it as container to sync env
Yehuda Sadeh
2016-02-12
2
-156
/
+179
*
rgw: RGWPeriod stores sync_status as vector of strings
Casey Bodley
2016-02-12
2
-17
/
+9
*
rgw: store metadata sync status on period commit
Casey Bodley
2016-02-12
2
-6
/
+50
*
make: fix link of ceph_test_cls_rgw_meta
Orit Wasserman
2016-02-12
1
-2
/
+3
*
rgw: add rgw_rest_realm.h to the Makefile
Orit Wasserman
2016-02-12
1
-0
/
+1
*
rgw: add missing rgw_meta_sync_status.h to the Makefile
Orit Wasserman
2016-02-12
1
-0
/
+1
*
rgw: account total number of metadata entries for sync
Yehuda Sadeh
2016-02-12
5
-5
/
+37
*
rgw: add backoff and restart to meta sync
Yehuda Sadeh
2016-02-12
3
-15
/
+89
*
rgw: fix the mdlog sync lock control flow
Yehuda Sadeh
2016-02-12
4
-58
/
+63
*
rgw: use set_cr_error() and set_cr_done() instead of set_state()
Yehuda Sadeh
2016-02-12
3
-93
/
+101
*
rgw: md full sync backoff
Yehuda Sadeh
2016-02-12
3
-25
/
+83
*
rgw: create a realm in case of pervious regions configuration
Orit Wasserman
2016-02-12
1
-11
/
+67
*
rgw: add support for region format in RGWOp_ZoneGroupMap_Get
Orit Wasserman
2016-02-12
2
-4
/
+6
*
rgw: update current_period after adding converted zonegroup
Orit Wasserman
2016-02-12
1
-0
/
+6
*
rgw: add RGWRegionMap for backward compatability
Orit Wasserman
2016-02-12
5
-11
/
+88
*
rgw: update realm_id when converting a region to zonegroup
Orit Wasserman
2016-02-12
1
-0
/
+1
*
rgw: add converted regions into the current period
Orit Wasserman
2016-02-12
1
-35
/
+44
*
rgw: RGWRealmWatcher to reload RGWRados on changes
Casey Bodley
2016-02-12
6
-0
/
+352
*
rgw: period commit calls notify_zone
Casey Bodley
2016-02-12
3
-5
/
+5
*
rgw: add realm control object for watch/notify
Casey Bodley
2016-02-12
2
-0
/
+63
*
rgw: add pause/unpause to RGWFrontend interface
Casey Bodley
2016-02-12
1
-9
/
+53
*
rwlock: add prioritize_write flag to prevent write starvation
Casey Bodley
2016-02-12
1
-7
/
+18
*
rgw: RGWHTTPManager dtor stops background thread
Casey Bodley
2016-02-12
1
-0
/
+1
*
radosgw-admin: remove period activate in favor of commit
Casey Bodley
2016-02-12
1
-40
/
+1
[next]