summaryrefslogtreecommitdiff
path: root/src/os/ObjectStore.h
Commit message (Expand)AuthorAgeFilesLines
* ObjectStore::Transaction: initialize pool_override in all constructorsSamuel Just2012-06-241-2/+2
* OSD,PG,ObjectStore: handle messages with old hobject_t encodingSamuel Just2012-06-211-4/+20
* filestore: allow fsid to be fed in for mkfsSage Weil2012-05-011-0/+1
* Merge branch 'wip-2226b'Sage Weil2012-04-131-6/+3
|\
| * filestore: implement collection_move() as add + removeSage Weil2012-04-131-6/+3
* | ObjectStore: Remove code duplication when dumping transactions.Joao Eduardo Luis2012-04-121-3/+0
|/
* filestore: print Sequencer name in debug outputSage Weil2012-04-031-1/+3
* objectstore: name SequencersSage Weil2012-03-301-1/+17
* FileStore: Pass OpRequestRef into filestore in queue_transactionSamuel Just2012-03-281-5/+6
* FileStore: add support for omap xattrsSamuel Just2012-03-161-1/+0
* objectstore: fix collection_move() encodingSage Weil2012-03-071-0/+1
* objectstore: OP_COLL_MOVESage Weil2012-03-051-0/+9
* objectstore: use enum for OP_*Sage Weil2012-03-051-32/+34
* objectstore: remove _fake_writes, _get_frag_statSage Weil2012-03-051-22/+0
* filestore: drop trim_from_cache, is_cachedSage Weil2012-03-051-13/+1
* objectstore: remove cruftSage Weil2012-03-051-36/+1
* ObjectStore.h: Initial ObjectStore omap interfacesSamuel Just2012-03-011-2/+115
* objectstore: new encoding for TransactionSage Weil2012-02-091-21/+19
* ceph-dencoder: generate test instances on heapSage Weil2012-02-011-1/+1
* objectstore: remove unused setattr variantsSage Weil2012-01-221-11/+0
* objectstore: drop unused Transaction::pSage Weil2012-01-221-1/+0
* objectstore: implement generatorSage Weil2012-01-221-0/+1
* objectstore: implement Transaction::dump(Formatter*)Sage Weil2012-01-221-0/+5
* osd: implement --dump-journalSage Weil2012-01-201-0/+2
* osd: parameterize min/max values for backfill scanningSage Weil2012-01-051-0/+14
* filestore: make fsid uuid_d instead of uint64_tSage Weil2011-12-191-0/+1
* objectstore: implement Transaction::dump()Sage Weil2011-12-131-0/+2
* objectstore: create Transaction::iterator classSage Weil2011-12-131-55/+57
* ObjectStore,ReplicatedPG: remove old collection_list_partialSamuel Just2011-12-071-2/+2
* ObjectStore: Add collection_list_partial for hash orderSage Weil2011-12-071-0/+17
* Merge branch 'master' into wip-freebsdSage Weil2011-10-251-8/+6
|\
| * filestore: measure commit interval, latency, journal full countSage Weil2011-10-201-0/+4
| * filestore: simplify, clean up perfcountersSage Weil2011-10-201-6/+2
| * filestore: fix logger startSage Weil2011-10-201-2/+0
* | Change PAGE_MASK/PAGE_SIZE definitions to CEPH_PAGE_MASK/CEPH_PAGE_SIZEStanislav Sedov2011-10-041-1/+1
* | First cut of FreeBSD support. This patch allowes ceph to compile successfullyStanislav Sedov2011-10-041-1/+1
|/
* ObjectStore: Support older format on journal replaySamuel Just2011-08-301-8/+23
* osd/,os/,osdc/: Convert collection_list_handle_t to a structSamuel Just2011-08-291-2/+0
* FileStore: Added update_version_stampSamuel Just2011-08-291-0/+1
* FileStore: Add filestore version stampSamuel Just2011-08-291-0/+5
* src/os/: s/sobject_t/hobject_t/gSamuel Just2011-08-291-42/+42
* ObjectStore.h: const cleanup in transaction method paramsSamuel Just2011-08-291-4/+4
* ObjectStore: clean up includes a little bitColin Patrick McCabe2011-06-201-10/+3
* filestore: allow clone_range to different offsetsSage Weil2011-06-021-4/+7
* Merge remote branch 'origin/stable' into nextSage Weil2011-05-171-0/+3
|\
| * filestore: add a snapshot command to create a snapshot of the entire storeSage Weil2011-05-111-0/+3
* | objectstore: implement Transaction::swap()Sage Weil2011-04-261-0/+8
* | objectstore: transaction::append()Sage Weil2011-04-261-0/+13
* | objectstore: drop decode support for <= v0.19 encoded transactionsSage Weil2011-04-261-66/+4
|/
* osd: check obj name length to avoid ENAMETOOLONGColin Patrick McCabe2011-04-121-0/+1