]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2016-02-12 Yehuda Sadehrgw: move code around
2016-02-12 Yehuda Sadehrgw: rearrange full metadata sync order
2016-02-12 Yehuda Sadehrgw: trivial fixes
2016-02-12 Yehuda Sadehrgw: fix shutdown
2016-02-12 Yehuda Sadehrgw: http client req handling fixes
2016-02-12 Yehuda Sadehrgw: wake up appropriate shard sync handler
2016-02-12 Yehuda Sadehrgw: a few sync thread init/finalization fixes
2016-02-12 Yehuda Sadehrgw: run and stop sync thread
2016-02-12 Yehuda Sadehrgw: simple thread base class
2016-02-12 Yehuda Sadehrgw: decode mdlog notification shards
2016-02-12 Yehuda Sadehrgw: send mdlog changes notifications to zones
2016-02-12 Yehuda Sadehrgw: add simple POST requests interfaces
2016-02-12 Yehuda Sadehceph_json: add json encoder / decoder for std::set
2016-02-12 Yehuda Sadehrgw: periodical thread that tracks mdlog changes
2016-02-12 Yehuda Sadehrgw: handle mdlog post request
2016-02-12 Yehuda Sadehrgw: keep track of modified mdlog shards
2016-02-12 Orit Wassermanrgw: create the first period when creating a new realm
2016-02-12 Orit Wassermanrgw: Add zone add command
2016-02-12 Orit Wassermanradosgw-admin: allow creating a zone without a zone...
2016-02-12 Orit Wassermanrgw: add master flag to zonegroup create command
2016-02-12 Casey Bodleyradosgw-admin: period pull supports --url
2016-02-12 Casey Bodleyradosgw-admin: fixes for period push/pull
2016-02-12 Casey Bodleyrgw: RGWRESTSimpleRequest::forward_request params
2016-02-12 Casey Bodleycommon: expose Formatter::flush to derived classes
2016-02-12 Casey Bodleyrgw: POST /admin/realm/period reads in json data
2016-02-12 Casey Bodleyrgw: delay allocation of RGWPeriod
2016-02-12 Casey Bodleyrgw: add handler for /admin/realm/period
2016-02-12 Casey Bodleyrgw: fixes for RGWZoneGroupMap::decode_json
2016-02-12 Casey Bodleyradosgw-admin: add realm set command
2016-02-12 Casey Bodleyradosgw-admin: add json output to create commands
2016-02-12 Orit Wassermanrgw: fix period init and activate
2016-02-12 Orit Wassermanrgw: update period predecessor when it is activated
2016-02-12 Orit Wassermanrgw: fix realm list-periods
2016-02-12 Orit Wassermanrgw: realm id and epoch should be part of period oid
2016-02-12 Orit Wassermanrgw: Add realm list-periods command
2016-02-12 Orit Wassermanradosgw-admin: Add master_zonegroup and master_zone...
2016-02-12 Orit Wassermanradosgw-admin: Add period list command
2016-02-12 Orit Wassermanradosgw-admin: print new perion in period perpare command
2016-02-12 Orit Wassermanrgw: fix zone set command
2016-02-12 Orit Wassermanrgw: remove debug messages
2016-02-12 Orit Wassermanrgw: default zone should not be master
2016-02-12 Orit Wassermanradosgw-admin: add zone create, delete and rename commands
2016-02-12 Orit Wassermanrgw: RGWZoneParams should inherit from RGWSystemMetaObj
2016-02-12 Orit Wassermanrgw: use id for master zone
2016-02-12 Orit Wassermanrgw: add id to RGWZoneParams
2016-02-12 Orit Wassermanrgw: Add RGWSystemMetaObj class
2016-02-12 Yehuda Sadehrgw-admin: adjustments to period get-current output
2016-02-12 Yehuda Sadehrgw-admin: use default realm on realm get
2016-02-12 Yehuda Sadehrgw: pass const string reference
2016-02-12 Yehuda Sadehrgw-admin: fix realms list
2016-02-12 Yehuda Sadehrgw: fix typo
2016-02-12 Yehuda Sadehrgw: do the actual incremental metadata sync
2016-02-12 Yehuda Sadehrgw: track mdlog marker
2016-02-12 Yehuda Sadehrgw: don't force wait on blocked coroutines
2016-02-12 Yehuda Sadehrgw: fix busy wait in RGWHTTPManager
2016-02-12 Yehuda Sadehrgw: sync local mdlog if needed
2016-02-12 Yehuda Sadehrgw: wake up wait coroutine thread on destruction
2016-02-12 Orit WassermanAdd zone create admin command - wip
2016-02-12 Orit Wassermanrgw: add id to RGWZone
2016-02-12 Yehuda Sadehrgw: poll mdlog for incremental sync
2016-02-12 Yehuda Sadehrgw: read mdlog entries for incremental sync
2016-02-12 Yehuda Sadehrgw: get remote mdlog status when initializing
2016-02-12 Yehuda Sadehrgw: hash full sync keys to shards
2016-02-12 Yehuda Sadehrgw: switch to incremental sync when done full meta...
2016-02-12 Yehuda Sadehrgw: update global sync state after building meta indexes
2016-02-12 Yehuda Sadehrgw: update meta sync markers during full sync operation
2016-02-12 Orit Wassermanrgw: add zonegroup name or id to zonegroup get and...
2016-02-12 Orit Wassermanrgw: Add zonegroup create, delete and rename admin...
2016-02-12 Orit Wassermanrgw: add period activate admin command and fix get...
2016-02-12 Orit Wassermanrgw: add current_period to RGWRealm
2016-02-12 Orit Wassermanrgw: RGWZoneGroup should inheirt from RGWSystemMetaObj
2016-02-10 Orit Wassermanrgw: Add old_format support to RGWSystemMetaObj
2016-02-10 Orit Wassermanrgw: add id to zonegroup
2016-02-09 Orit Wassermanrgw: remove region
2016-02-09 Orit Wassermanrgw: change RGWZoneGroup::get_pool_name to return string
2016-02-09 Orit Wassermanrgw: convert old region configuration to zonegroups...
2016-02-09 Orit Wassermanfix ceph-dencoder link
2016-02-09 Orit Wassermancmake: add rgw_sync.cc and rgw_coroutine.cc
2016-02-09 Yehuda Sadehrgw: fix async sleep and wakeup logic
2016-02-09 Yehuda Sadehrgw: full meta sync
2016-02-09 Yehuda Sadehrgw: naively fetch all meta objects
2016-02-09 Yehuda Sadehrgw: read remote meta coroutine
2016-02-09 Yehuda Sadehrgw: read full sync indexes
2016-02-09 Yehuda Sadehrgw: modify sync state, sync run uses state
2016-02-09 Yehuda Sadehrgw: coroutie for omap_get_vals()
2016-02-09 Yehuda Sadehrgw: keep track of spawned coroutines under the current op
2016-02-09 Yehuda Sadehrgw: replace omap_set coroutine code
2016-02-09 Yehuda Sadehrgw: fix the simple coroutine
2016-02-09 Yehuda Sadehrgw: fix async sleep and wakeup logic
2016-02-09 Yehuda Sadehrgw: coroutines producer consumers
2016-02-09 Yehuda Sadehrgw: build index of all master zone meta keys
2016-02-09 Yehuda Sadehrgw: create a coroutine for fetching REST api objects
2016-02-09 Yehuda Sadehrgw: fetch all metadata entries
2016-02-09 Yehuda Sadehrgw: meta sync cleanups
2016-02-09 Yehuda Sadehrgw: remove calls for synchronous rados ops
2016-02-09 Yehuda Sadehradosgw-admin: dump shard status on mdlog sync status
2016-02-09 Yehuda Sadehrgw: initialize all shard markers
2016-02-09 Yehuda Sadehrgw: return error if any spawned op errored
2016-02-09 Yehuda Sadehrgw: iterate through all mdlog sync status shards
2016-02-09 Yehuda Sadehrgw: remove unused code, cleanups
next