| Commit message (Expand) | Author | Age | Files | Lines |
* | os, osd, tools: Add backportable compatibility checking for sharded objectswip-compat-dumpling | David Zafman | 2013-09-25 | 1 | -0/+2 |
* | FileStore: add a perf counter for time spent acquiring op queue throttle | Samuel Just | 2013-07-16 | 1 | -0/+1 |
* | ObjectStore: only register non-null contexts | Samuel Just | 2013-07-03 | 1 | -0/+4 |
* | ObjectStore,Context: add register_on_complete | Samuel Just | 2013-07-03 | 1 | -0/+5 |
* | FileStore: add rmkeyrange | Sage Weil | 2013-06-17 | 1 | -0/+22 |
* | ObjectStore: add allow_eio to read, stat, get_omap_header | Samuel Just | 2013-04-01 | 1 | -3/+16 |
* | FileStore,OSD: add mechanism for injecting EIO, truncating obj | Samuel Just | 2013-04-01 | 1 | -0/+4 |
* | OSD,PG: add upgrade procedure for snap_mapper | Samuel Just | 2013-03-13 | 1 | -7/+29 |
* | ObjectStore: add Context management to Transaction | Samuel Just | 2013-03-13 | 1 | -3/+68 |
* | ObjectStore: move queue_transaction into ObjectStore | Samuel Just | 2013-03-13 | 1 | -2/+6 |
* | osd: fadvise replica data don't use | David Zafman | 2013-03-07 | 1 | -4/+12 |
* | FileStore: _split_collection should not create the collection | Samuel Just | 2013-02-12 | 1 | -1/+3 |
* | ObjectStore: add queue_transactions with oncomplete | Samuel Just | 2013-01-23 | 1 | -0/+23 |
* | os: move apply_transactions() sync wrapper into ObjectStore | Sage Weil | 2013-01-18 | 1 | -1/+2 |
* | os: add apply_transaction() variant that takes a sequencer | Sage Weil | 2013-01-18 | 1 | -2/+14 |
* | os/: add filestore collection_split | Samuel Just | 2012-12-05 | 1 | -0/+21 |
* | FileStore: get objects whose names fall within a range | Mike Ryan | 2012-09-05 | 1 | -0/+13 |
* | filejournal: instrument journal write counts, sizes | Sage Weil | 2012-08-14 | 1 | -0/+2 |
* | OSD,PG: clean up pg removal | Samuel Just | 2012-07-05 | 1 | -1/+10 |
* | ObjectStore::Transaction: initialize pool_override in all constructors | Samuel Just | 2012-06-24 | 1 | -2/+2 |
* | OSD,PG,ObjectStore: handle messages with old hobject_t encoding | Samuel Just | 2012-06-21 | 1 | -4/+20 |
* | filestore: allow fsid to be fed in for mkfs | Sage Weil | 2012-05-01 | 1 | -0/+1 |
* | Merge branch 'wip-2226b' | Sage Weil | 2012-04-13 | 1 | -6/+3 |
|\ |
|
| * | filestore: implement collection_move() as add + remove | Sage Weil | 2012-04-13 | 1 | -6/+3 |
* | | ObjectStore: Remove code duplication when dumping transactions. | Joao Eduardo Luis | 2012-04-12 | 1 | -3/+0 |
|/ |
|
* | filestore: print Sequencer name in debug output | Sage Weil | 2012-04-03 | 1 | -1/+3 |
* | objectstore: name Sequencers | Sage Weil | 2012-03-30 | 1 | -1/+17 |
* | FileStore: Pass OpRequestRef into filestore in queue_transaction | Samuel Just | 2012-03-28 | 1 | -5/+6 |
* | FileStore: add support for omap xattrs | Samuel Just | 2012-03-16 | 1 | -1/+0 |
* | objectstore: fix collection_move() encoding | Sage Weil | 2012-03-07 | 1 | -0/+1 |
* | objectstore: OP_COLL_MOVE | Sage Weil | 2012-03-05 | 1 | -0/+9 |
* | objectstore: use enum for OP_* | Sage Weil | 2012-03-05 | 1 | -32/+34 |
* | objectstore: remove _fake_writes, _get_frag_stat | Sage Weil | 2012-03-05 | 1 | -22/+0 |
* | filestore: drop trim_from_cache, is_cached | Sage Weil | 2012-03-05 | 1 | -13/+1 |
* | objectstore: remove cruft | Sage Weil | 2012-03-05 | 1 | -36/+1 |
* | ObjectStore.h: Initial ObjectStore omap interfaces | Samuel Just | 2012-03-01 | 1 | -2/+115 |
* | objectstore: new encoding for Transaction | Sage Weil | 2012-02-09 | 1 | -21/+19 |
* | ceph-dencoder: generate test instances on heap | Sage Weil | 2012-02-01 | 1 | -1/+1 |
* | objectstore: remove unused setattr variants | Sage Weil | 2012-01-22 | 1 | -11/+0 |
* | objectstore: drop unused Transaction::p | Sage Weil | 2012-01-22 | 1 | -1/+0 |
* | objectstore: implement generator | Sage Weil | 2012-01-22 | 1 | -0/+1 |
* | objectstore: implement Transaction::dump(Formatter*) | Sage Weil | 2012-01-22 | 1 | -0/+5 |
* | osd: implement --dump-journal | Sage Weil | 2012-01-20 | 1 | -0/+2 |
* | osd: parameterize min/max values for backfill scanning | Sage Weil | 2012-01-05 | 1 | -0/+14 |
* | filestore: make fsid uuid_d instead of uint64_t | Sage Weil | 2011-12-19 | 1 | -0/+1 |
* | objectstore: implement Transaction::dump() | Sage Weil | 2011-12-13 | 1 | -0/+2 |
* | objectstore: create Transaction::iterator class | Sage Weil | 2011-12-13 | 1 | -55/+57 |
* | ObjectStore,ReplicatedPG: remove old collection_list_partial | Samuel Just | 2011-12-07 | 1 | -2/+2 |
* | ObjectStore: Add collection_list_partial for hash order | Sage Weil | 2011-12-07 | 1 | -0/+17 |
* | Merge branch 'master' into wip-freebsd | Sage Weil | 2011-10-25 | 1 | -8/+6 |
|\ |
|