summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* v0.44.2v0.44.2Sage Weil2012-04-052-1/+7
* FileStore: do not check dbobjectmap without option setSamuel Just2012-04-051-2/+2
* filestore: set guard on collection_moveSage Weil2012-03-302-4/+17
* v0.44.1v0.44.1Sage Weil2012-03-272-1/+7
* don't override CFLAGSAlexandre Oliva2012-03-251-4/+5
* Makefile: fix modules that cannot find pk11pub.h when compiling with NSS on R...Jim Schutt2012-03-251-1/+4
* Objecter: resend linger_ops on any changeSamuel Just2012-03-221-1/+1
* ObjectStore: Add collection_move to generate_instancesSamuel Just2012-03-221-0/+3
* FileStore: remove src on EEXIST during collection_move replaySamuel Just2012-03-221-1/+1
* FileStore: whitelist COLLECTION_MOVE on replaySamuel Just2012-03-221-0/+4
* ObjectStore: add COLLECTION_MOVE to dumpSamuel Just2012-03-221-0/+23
* v0.44v0.44Sage Weil2012-03-203-1/+7
* rgw: process default alt args before processing conf fileYehuda Sadeh2012-03-201-3/+4
* osd: fix object_info.size mismatch file due to truncate_seq on new objectSage Weil2012-03-181-9/+16
* osd: remove special handline for head recovery from cloneSage Weil2012-03-161-42/+5
* osd: explicitly create new object,snap contexts on pushSage Weil2012-03-161-9/+10
* osd: re-use create_object_context() in get_object_context()Sage Weil2012-03-161-20/+18
* osd: ReplicatedPG::create_object_context()Sage Weil2012-03-162-0/+12
* osd: create_snapset_context()Sage Weil2012-03-162-0/+10
* osd: ensure we don't clobber other *contexts when registering new onesSage Weil2012-03-161-0/+2
* ReplicatedPG: populate_object_context during handle_pull_responseSamuel Just2012-03-161-2/+1
* osd: maybe clear DEGRADED on recovery completionSage Weil2012-03-151-0/+5
* introduce CEPH_FEATURE_OMAPSage Weil2012-03-141-1/+3
* osd: rev cluster internal protocolSage Weil2012-03-141-1/+1
* ceph-fuse: make big_writes optional via 'fuse big writes'Sage Weil2012-03-142-2/+5
* rgw: add more meaningful tests instances of encoded objectsYehuda Sadeh2012-03-134-0/+202
* build-doc: use alternate virtualenv dir, if specifiedSage Weil2012-03-131-5/+7
* test_idempotent: fix global_init callSage Weil2012-03-121-1/+1
* qa: kclient/file_layout.sh pokingSage Weil2012-03-121-0/+1
* rgw: modify bucket instance for encoding testYehuda Sadeh2012-03-122-2/+8
* test: add test_filestore_idempotent2Samuel Just2012-03-126-1/+957
* FileStore: ignore ERANGE and ENOENT on replaySamuel Just2012-03-121-0/+8
* FileStore: clarify debug/error outputSamuel Just2012-03-121-7/+9
* Makefile.am, rgw: remove fcgi dependency where not neededYehuda Sadeh2012-03-125-24/+26
* rgw: add more meaningful test instances of some encoded objectsYehuda Sadeh2012-03-124-1/+79
* rgw: tone down some log messagesYehuda Sadeh2012-03-121-2/+2
* rgw: provide different default values for 'debug rgw'Yehuda Sadeh2012-03-122-2/+6
* config: alternative config options for global_init()Yehuda Sadeh2012-03-1233-33/+36
* qa: use recent kernel for kernel_untar_build.shSage Weil2012-03-121-2/+4
* rgw: switch ops log flag to use ceph configYehuda Sadeh2012-03-123-3/+2
* filestore: fix op_num offset/labelsSage Weil2012-03-121-2/+2
* config: tmap to omap upgrade, true by defaultYehuda Sadeh2012-03-121-1/+1
* Makefile: link libfcgi to librgwSage Weil2012-03-121-1/+1
* qa/workunits/kclient/file_layout: escape *Sage Weil2012-03-121-3/+3
* filejournal: less log noiseSage Weil2012-03-111-3/+3
* filestore: remove unused bool idempotentSage Weil2012-03-101-14/+0
* filestore: fix argumentsSage Weil2012-03-101-1/+1
* Merge remote branch 'gh/wip-2098'Sage Weil2012-03-1010-53/+327
|\
| * filestore: sync object_map on _set_replay_guard()Sage Weil2012-03-101-0/+5
| * omap: add sync method to ObjectMapSage Weil2012-03-105-3/+25