2014-02-20 |
Samuel Just | ReplicatedPG: fix stat uses to use the correct shard |
commit | commitdiff | tree | snapshot |
2014-02-20 |
Samuel Just | OSDMap::_apply_primary_affinity: skip CRUSH_ITEM_NONE... |
commit | commitdiff | tree | snapshot |
2014-02-20 |
Sage Weil | doc/release-notes: v0.77 |
commit | commitdiff | tree | snapshot |
2014-02-20 |
Sage Weil | doc/release-notes: v0.67.7 |
commit | commitdiff | tree | snapshot |
2014-02-19 |
Samuel Just | osd/,mon/: add (up|acting)_primary to pg_stat_t |
commit | commitdiff | tree | snapshot |
2014-02-19 |
Josh Durgin | Merge pull request #1256 from ceph/wip-librados-ops... |
commit | commitdiff | tree | snapshot |
2014-02-19 |
Samuel Just | PG: insert into stray set if !us_up() && !is_acting() |
commit | commitdiff | tree | snapshot |
2014-02-19 |
Sage Weil | Merge pull request #1257 from ceph/wip-agent |
commit | commitdiff | tree | snapshot |
2014-02-19 |
Sage Weil | osd/ReplicatedPG: EOPNOTSUPP on hit_set_get on non... 1257/head |
commit | commitdiff | tree | snapshot |
2014-02-19 |
Sage Weil | osd/ReplicatedPG: load older HitSets into memory |
commit | commitdiff | tree | snapshot |
2014-02-19 |
Sage Weil | osd/ReplicatedPG: strengthen agent_work assertions |
commit | commitdiff | tree | snapshot |
2014-02-19 |
Samuel Just | OSD: consider up/acting primary for new intervals |
commit | commitdiff | tree | snapshot |
2014-02-18 |
Josh Durgin | Merge pull request #1259 from ceph/wip-6677 |
commit | commitdiff | tree | snapshot |
2014-02-18 |
Josh Durgin | Merge pull request #1258 from ceph/wip-rgw-gc |
commit | commitdiff | tree | snapshot |
2014-02-18 |
Yehuda Sadeh | radosgw-admin: gc list --include-all 1258/head |
commit | commitdiff | tree | snapshot |
2014-02-18 |
Mike Lundy | Throw a Timeout exception on timeout. |
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 |
Josh Durgin | test/librados: remove unused lines and fix return code... 1256/head |
commit | commitdiff | tree | snapshot |
2014-02-18 |
Josh Durgin | ReplicatedPG: fix successful write condition |
commit | commitdiff | tree | snapshot |
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 |
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 |
next |