| Commit message (Expand) | Author | Age | Files | Lines |
* | cleanup: changed order of #includes, global_context.h, debug.hwip-dout | Roald J. van Loon | 2012-12-24 | 1 | -4/+6 |
* | 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 |
|\ |
|
| * | filestore: measure commit interval, latency, journal full count | Sage Weil | 2011-10-20 | 1 | -0/+4 |
| * | filestore: simplify, clean up perfcounters | Sage Weil | 2011-10-20 | 1 | -6/+2 |
| * | filestore: fix logger start | Sage Weil | 2011-10-20 | 1 | -2/+0 |
* | | Change PAGE_MASK/PAGE_SIZE definitions to CEPH_PAGE_MASK/CEPH_PAGE_SIZE | Stanislav Sedov | 2011-10-04 | 1 | -1/+1 |
* | | First cut of FreeBSD support. This patch allowes ceph to compile successfully | Stanislav Sedov | 2011-10-04 | 1 | -1/+1 |
|/ |
|
* | ObjectStore: Support older format on journal replay | Samuel Just | 2011-08-30 | 1 | -8/+23 |
* | osd/,os/,osdc/: Convert collection_list_handle_t to a struct | Samuel Just | 2011-08-29 | 1 | -2/+0 |
* | FileStore: Added update_version_stamp | Samuel Just | 2011-08-29 | 1 | -0/+1 |
* | FileStore: Add filestore version stamp | Samuel Just | 2011-08-29 | 1 | -0/+5 |
* | src/os/: s/sobject_t/hobject_t/g | Samuel Just | 2011-08-29 | 1 | -42/+42 |
* | ObjectStore.h: const cleanup in transaction method params | Samuel Just | 2011-08-29 | 1 | -4/+4 |
* | ObjectStore: clean up includes a little bit | Colin Patrick McCabe | 2011-06-20 | 1 | -10/+3 |
* | filestore: allow clone_range to different offsets | Sage Weil | 2011-06-02 | 1 | -4/+7 |
* | Merge remote branch 'origin/stable' into next | Sage Weil | 2011-05-17 | 1 | -0/+3 |
|\ |
|