]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
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
2016-02-09 Yehuda Sadehrgw: adjust mdlog fetch to use new interfaces
2016-02-09 Yehuda Sadehrgw: fix init mdlog sync
2016-02-09 Yehuda Sadehrgw: mdlog sync init
2016-02-09 Yehuda Sadehrgw: use boost for stackless coroutine flow
2016-02-09 Yehuda Sadehrgw: add cookie to lock coroutines
2016-02-09 Yehuda Sadehrgw: more lock/unlock coroutines work
2016-02-09 Yehuda Sadehrgw: prepare rados lock operation to be used with corou...
2016-02-09 Yehuda Sadehrgw: simple rgw metadata write coroutine
2016-02-09 Yehuda Sadehrgw: move coroutines code
2016-02-09 Yehuda Sadehrgw: return retcode of failing coroutine
2016-02-09 Yehuda Sadehrgw: rename async ops to coroutines
2016-02-09 Yehuda Sadehrgw: fail if master zone tries to use meta sync
2016-02-09 Orit Wassermanrgw: Fix init_complete
2016-02-09 Orit Wassermanrgw: support old region configurations
2016-02-09 Orit Wassermanrgw: Remove region admin commands
2016-02-09 Orit Wassermanrgw: Add zone group admin commands
2016-02-09 Orit Wassermanrgw: zonegroup json encoding/decoding with backward...
2016-02-09 Orit Wassermanrgw: Rename Region to ZoneGroup only internal structure...
2016-02-09 Orit Wassermanrgw: Add period admin commands and rest api to handle...
2016-02-09 Orit Wassermanrgw: Add RGWPeriod
2016-02-09 Orit Wassermanrgw: Add RGWRealm class and admin commands to handle it
2016-02-09 Orit Wassermanrgw: Use switch for raw storage opcodes
2016-02-09 Orit Wassermanrgw: use string for default realm
2016-02-09 Orit Wassermanrgw: Add RGWSystemMetaObj class
2016-02-09 Orit Wassermanrgw: Add RGWNameToId and RGWDefaultSystemMetaObjInfo
2016-02-09 Orit Wassermanrgw: fix test_rgw_admin_log.cc
2016-02-09 Orit Wassermancmake: add rgw_sync.cc
2016-02-09 Yehuda Sadehrgw: async ops can generate new stacks for parallel...
2016-02-09 Yehuda Sadehrgw: a few bug fixes related to async operations
2016-02-09 Yehuda Sadehrgw: add a generic op to pull data off metadata obj
2016-02-09 Yehuda Sadehrgw: add another state for simple async ops
2016-02-09 Yehuda Sadehrgw: more simplification
2016-02-09 Yehuda Sadehrgw: more simplification, no need to take reference...
2016-02-09 Yehuda Sadehrgw: some cleanup, keep async env structure
2016-02-09 Yehuda Sadehrgw: create simple async op handler
2016-02-09 Yehuda Sadehrgw: async rados requests through a work queue
2016-02-09 Yehuda Sadehrgw: retrieve a specific sync shard info
2016-02-09 Yehuda Sadehrgw-admin: command to show mdlog sync status
2016-02-09 Yehuda Sadehrgw: stackable ops infrastructure
2016-02-09 Yehuda Sadehrgw: initial work on sync status marker
2016-02-09 Yehuda Sadehrgw: read mdlog marker
2016-02-09 Yehuda Sadehrgw: clean up mdlog clone states, other fixes
2016-02-09 Yehuda Sadehrgw: don't reference msg after finish_request()
2016-02-09 Yehuda Sadehrgw: hide the completion manager
2016-02-09 Yehuda Sadehrgw: create some abstraction around async ops infrastru...
2016-02-09 Yehuda Sadehrgw: mdlog sync error reporting on failed request
2016-02-09 Yehuda Sadehsome error handling work, not ready yet
2016-02-09 Yehuda Sadehrgw: md log cloning completely async
2016-02-09 Yehuda Sadehrgw: rework metadata log sync to use async capabilities
2016-02-09 Yehuda Sadehrgw: can now wait on async rest requests
next