]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
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
2016-02-09 Yehuda Sadehrgw: add new class to create resource request
2016-02-09 Yehuda Sadehrgw: more http aio stuff
2016-02-09 Yehuda Sadehrgw: threaded http manager groundwork
2016-02-09 Yehuda Sadehrgw: more work on cleaning up http client interfaces
2016-02-09 Yehuda Sadehrgw: rework http client to handle multiple async requests
2016-02-09 Yehuda Sadehrgw: paginated mdlog clone
2016-02-09 Yehuda Sadehrgw: initial mdlog clone implementation
2016-02-09 Yehuda Sadehrgw: can list mdlog entries
2016-02-09 Yehuda Sadehrgw: move json helper into RGWRESTConn
2016-02-09 Yehuda Sadehceph_json: make sure header doesn't clobber _ASSERT_H
2016-02-09 Yehuda Sadehrgw: decode number of mdlog shards
2016-02-09 Yehuda Sadehrgw: fix use of zone name
2016-02-09 Yehuda Sadehrgw-admin: initial mdlog sync work
2016-02-09 Yehuda Sadehrgw: initial work on mdlog sync
2016-02-09 Yehuda Sadehrgw: don't do set_attr on meta objects
2016-02-09 Yehuda Sadehrgw: store immutable metadata entries in heap pool
2016-02-09 Yehuda Sadehrgw: rename default pool names
2016-02-09 Yehuda Sadehrgw: don't require system pools to start with a period
2016-02-09 Casey Bodleycmake: add cls_timeindex to rgw targets
2016-02-09 Sage WeilMerge pull request #7496 from xiexingguo/xxg-wip-fixnvme
2016-02-09 Sage WeilMerge pull request #7349 from yuyuyu101/add-pwritev
2016-02-09 Sage WeilMerge pull request #7504 from renhwsky/renhw-wip-mon...
2016-02-09 Sage WeilMerge pull request #7550 from tchaikov/wip-osd-cleanup
2016-02-09 Sage WeilMerge pull request #7553 from XinzeChi/wip-osdmap-affinity
2016-02-09 Sage WeilMerge pull request #7560 from tchaikov/wip-fix-icl
2016-02-09 Sage WeilMerge pull request #7568 from liewegas/wip-bluestore...
next