]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2014-02-18 Josh DurginReplicatedPG: clear osd op reply output for writes
2014-02-18 Josh DurginReplicatedPG: set individual osd op rvals
2014-02-18 Josh DurginReplicatedPG: don't copy the ops vector into OpContext
2014-02-18 Josh DurginReplicatedPG: avoid undefined behavior in xattr comparison
2014-02-18 Josh Durginqa: add librados c object operations tests to librados...
2014-02-18 Josh Durginpackaging: add test programs for librados c object...
2014-02-18 Josh Durginlibrados: bump version number
2014-02-18 Josh Durginlibrados: add omap object operations to the c api
2014-02-18 Josh Durginlibrados: add read xattr functions for c object operations
2014-02-18 Josh DurginObjecter: add a way to chain callbacks
2014-02-18 Josh Durginlibrados: add exec to the c object operations api
2014-02-18 Josh Durginlibrados: add read to c object operation api
2014-02-18 Josh DurginObjecter: add a context argument to ObjectOperation...
2014-02-18 Josh Durginlibrados: add simple atomic read operations to c api
2014-02-18 Josh Durginlibrados: add exec to the c write operations api
2014-02-18 Josh Durginlibrados: add individual op flags for c write operations
2014-02-18 Josh Durginlibrados: add global op flags to the c api
2014-02-18 Josh Durginlibrados: remove constant for CMPXATTR_NOP
2014-02-18 Josh Durginlibrados: add some comments about constants in librados.h
2014-02-18 Josh Durginlibrados: add section docs for object operations
2014-02-18 Josh Durgintest/librados: add ObjectReadOperation tests
2014-02-18 Josh Durgintest/librados: refactor setup/teardown in tiering tests
2014-02-18 Josh Durgintest/librados: use standard rados test case for snapsho...
2014-02-18 Josh Durgintest/librados: use a test case instead of duplicating...
2014-02-18 Josh Durgintest/librados/cmd: remove unnecessary pool creation
2014-02-18 Josh Durgintest/librados: use connect_cluster_pp() instead of...
2014-02-18 Josh Durgintest/librados: add a connect_cluster() helper
2014-02-18 Josh Durgintest/librados: create general test case classes
2014-02-18 Josh Durgintest/librados: move test.cc into its own library
2014-02-18 Josh DurginObjecter: keep ObjectOperation rval pointers for writes
2014-02-18 Josh DurginMerge pull request #1214 from ceph/wip-rgw-manifest-2
2014-02-18 Yehuda Sadehdencoder: fix for new rgw manifest code 1214/head
2014-02-18 Yehuda Sadehcls/rgw: fix debug output
2014-02-18 Yehuda Sadehtest/rgw: manifest unitest
2014-02-18 Yehuda Sadehrgw: scalable manifest object
2014-02-18 Gregory FarnumMerge pull request #1227 from ceph/wip-7394
2014-02-18 Samuel JustMerge remote-tracking branch 'upstream/wip-ecbackend...
2014-02-18 Sage WeilMerge pull request #1255 from ceph/wip-cache-perf
2014-02-18 Sage Weilosd/ReplicatedPG: clean up agent skip debug output 1255/head
2014-02-18 Sage Weilosd: l_osd_agent_{wake,skip,flush,evict}
2014-02-18 Sage Weilosd: l_osd_tier_[dirty|clean]
2014-02-18 Sage Weilosd: l_osd_tier_whiteout
2014-02-18 Sage Weilosd: l_osd_tier_evict
2014-02-18 Sage Weilosd: l_osd_tier_[try_]flush[_fail]
2014-02-18 Sage Weilosd: l_osd_copyfrom
2014-02-18 Samuel JustRadosModel: only output if missing header is actually... 1228/head
2014-02-18 Samuel JustObjecter: track primary explicitly to detect changing...
2014-02-18 Samuel JustReplicatedPG: add some debugging if waiting_for_commit...
2014-02-18 Samuel Justosd/: instantiate the right backend based on pool
2014-02-18 Samuel JustECBackend: flesh out ECBackend implementation
2014-02-18 Samuel Justosd/ECTransaction: add type encapsulating EC transaction
2014-02-18 Samuel Justosd/ECUtil: add ec encode/decode util helpers
2014-02-18 Samuel JustObjectStore: add bufferlist/string getattr
2014-02-18 Samuel Justbuffer: allow caller to initialize bufferhash state
2014-02-18 Samuel Justosd_types: add swap, claim_append to ObjectModDesc
2014-02-18 Samuel JustOSD,PG: pass through EC messages
2014-02-18 Samuel Justmessages,osd: add EC messages and associated types
2014-02-18 Samuel Justsrc/osd/: add ECBackend stubs
2014-02-18 Samuel JustPGBackend: make getattrs virtual
2014-02-18 Samuel JustReplicatedPG: fix size checking for ECBackend pools
2014-02-18 Samuel JustPGBackend/ReplicatedBackend: factor out logical to...
2014-02-18 Samuel JustPGBackend/ReplicatedBackend: move the backend agnostic...
2014-02-18 Samuel JustReplicatedBackend: factor out be_deep-scrub
2014-02-18 Samuel Justosd/: replace bufferptr with bufferlist for attrs in...
2014-02-18 Samuel JustPG::discover_all_missing: request a FULLLOG
2014-02-18 Samuel JustPG,ReplicatedPG: Generalize missing_loc for ECBackend
2014-02-18 Samuel JustPG: allow PGBackend to set criteria for PG up-ness
2014-02-18 Samuel JustPGBackend: add some additional helpers.
2014-02-18 Samuel JustPG,PGBackend: expose acting and backfill_targets
2014-02-18 Samuel Justos/: allow objects with NO_GEN but non-NO_SHARD shard
2014-02-18 Samuel JustPG: skip CRUSH_ITEM_NONE in acting set in various places
2014-02-18 Samuel Justosd/: extend pg_interval_t to include primary
2014-02-18 Samuel JustObjecter: handle primary other than acting[0]
2014-02-18 Samuel JustOSDMap: handle CRUSH_ITEM_NONE in acting sets
2014-02-18 Samuel JustOSDMap: fill in get_primary_shard
2014-02-18 Samuel JustPG: introduce calc_ec_acting
2014-02-18 Samuel JustPG: refactor calc_acting to handle pg_shard_t changes
2014-02-18 Samuel Justosd/: refer to pg by spg_t and replica by pg_shard_t
2014-02-18 Samuel Justmessages/: include shard information in various pg...
2014-02-18 Samuel JustReplicatedBackend: excise OSDService*
2014-02-18 Samuel JustPGBackend/ReplicatedBackend: move temp handling into...
2014-02-18 Samuel JustPGBackend: use whoami_shard().shard in rollback*, objects*
2014-02-18 Samuel JustReplicatedBackend/PGBackend: move objects_* methods...
2014-02-18 Samuel JustPGBackend/ReplicatedBackend: move rollback methods...
2014-02-18 Samuel Justosd_types: introduce spg_t, pg_shard_t
2014-02-18 Samuel JustObjectStore: use ghobject_t for setattrs
2014-02-18 Samuel Justsrc/osd: pass in version to recover to recover_object
2014-02-18 Samuel Justosd/: Add a shard parameter to SnapMapper to handle...
2014-02-18 Samuel JustTestPGLog: remove test with DELETE op with prior_versio...
2014-02-18 Samuel JustPGLog::merge_old_entry: simplify the oe.version > ne...
2014-02-18 Sage Weilosd: l_osd_tier_promote
2014-02-17 Yan, ZhengMerge pull request #1128 from ceph/wip-dirfrags
2014-02-17 Samuel JustPG: just ignore rollbacks on objects we have already...
2014-02-17 Samuel JustPG::remove_snap_mapped_object: use pg_whoami.shard
2014-02-17 Samuel JustReplicatedPG: take snapset_obc write lock where appropriate
2014-02-17 Samuel JustReplicatedPG: release backfill state on_global_recover...
2014-02-17 Samuel JustReplicatedPG: take clone write lock as well in make_wri...
2014-02-17 Samuel JustReplicatedPG,osd_types: seperate require_rollback from...
2014-02-17 Samuel JustReplicatedPG:: remove_snap_mapped_object already remove...
2014-02-17 Samuel JustReplicatedPG: find_object_context debugging: output oi
next