summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-124-0/+202
* build-doc: use alternate virtualenv dir, if specifiedSage Weil2012-03-121-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-111-1/+1
* qa/workunits/kclient/file_layout: escape *Sage Weil2012-03-111-3/+3
* filejournal: less log noiseSage Weil2012-03-111-3/+3
* filestore: remove unused bool idempotentSage Weil2012-03-091-14/+0
* filestore: fix argumentsSage Weil2012-03-091-1/+1
* Merge remote branch 'gh/wip-2098'Sage Weil2012-03-0910-53/+327
|\
| * filestore: sync object_map on _set_replay_guard()Sage Weil2012-03-091-0/+5
| * omap: add sync method to ObjectMapSage Weil2012-03-095-3/+25
| * filestore: remove old post-idempotent transaction trigger_commitSage Weil2012-03-091-4/+0
| * filestore: guard collection_remove replaySage Weil2012-03-091-1/+2
| * filestore: guard replay of collection_addSage Weil2012-03-092-3/+18
| * filestore: guard replay of basic collection opsSage Weil2012-03-091-13/+26
| * filestore: guard collection_rename replaySage Weil2012-03-092-2/+15
| * filestore: fix collection_rename error codeSage Weil2012-03-091-1/+1
| * filestore: guard clone replaySage Weil2012-03-092-8/+25
| * filestore: implement _set_replay_guard, _check_replay_guardSage Weil2012-03-092-0/+117
| * filestore: maintain SequencerPosition during _do_transactionSage Weil2012-03-091-4/+5
| * filestore: fgetxattr helpers/wrappersSage Weil2012-03-091-7/+18
| * add SequencerPosition typeSage Weil2012-03-093-0/+63