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