summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rgw: allow setting preferred placement for new bucketswip-2169Yehuda Sadeh2012-12-136-5/+21
* rgw_op: enforce minimum part size in multi-part uploadscaleb miles2012-12-133-0/+13
* mds: document EXCL -> (MIX or SYNC) transition decisionSage Weil2012-12-131-0/+11
* Merge remote branch 'origin/next'Josh Durgin2012-12-1313-20/+175
|\
| * qa: echo commands run by rbd map-unmap workunitJosh Durgin2012-12-131-1/+1
| * auth: guard decode_decrypt with try blockSage Weil2012-12-121-2/+7
| * mount.fuse.ceph: strip out noauto optionSage Weil2012-12-121-3/+9
| * mount.fuse.ceph: add ceph-fuse mount helperSage Weil2012-12-124-2/+26
| * /etc/init.d/ceph: fs_type assignment syntax errorDan Mick2012-12-121-1/+1
| * docs: better documentation of new rgw featureYehuda Sadeh2012-12-121-1/+1
| * rgw: configurable list of object attributesYehuda Sadeh2012-12-125-14/+114
| * rgw: option to provide alternative s3 put obj success codeYehuda Sadeh2012-12-122-0/+16
| * doc: document swift compatibilityYehuda Sadeh2012-12-123-1/+75
| * docs: add rgw POST object as supported featureYehuda Sadeh2012-12-121-1/+1
| * docs: fix spacing in radosgw config-refYehuda Sadeh2012-12-111-0/+4
* | filestore: Don't keep checking for syncfs if foundSam Lang2012-12-121-4/+2
* | doc: Updated per comments in the mailing list.John Wilkins2012-12-121-3/+2
* | qa: exclude some more xfstestsJosh Durgin2012-12-111-2/+4
* | Merge branch 'next'Josh Durgin2012-12-113-5/+29
|\ \ | |/
| * Merge remote branch 'origin/wip-double-notify' into nextJosh Durgin2012-12-113-5/+29
| |\
| | * st_rados_watch: tolerate extra notifiesJosh Durgin2012-12-111-2/+8
| | * objecter: don't use new tid when retrying notifiesJosh Durgin2012-12-112-3/+21
* | | Merge branch 'next'Sage Weil2012-12-1134-139/+1464
|\ \ \ | |/ /
| * | os/JournalingObjectStore: un-break op quiescing during journal replaySage Weil2012-12-111-0/+15
| * | mds: shutdown cleanly if can't authenticateYehuda Sadeh2012-12-112-7/+19
| * | Merge remote-tracking branch 'gh/wip-conf' into nextSage Weil2012-12-113-8/+6
| |\ \
| | * | config: do not always print config file missing errorsSage Weil2012-12-103-5/+5
| | * | config: always complain about config parse errorsSage Weil2012-12-101-3/+1
| * | | mds: fix journaling issue regarding rstat accountingYan, Zheng2012-12-111-4/+4
| * | | fix build of unittest_formatterDanny Al-Gaaf2012-12-111-1/+1
| * | | include/atomic.h: add stdlib.h for size_tDanny Al-Gaaf2012-12-111-0/+2
| | |/ | |/|
| * | Merge remote-tracking branch 'upstream/wip_split2' into nextSamuel Just2012-12-1025-119/+1417
| |\ \ | | |/ | |/|
| | * OSD: get_or_create_pg doesn't need an op passed inSamuel Just2012-12-102-7/+5
| | * LFNIndex: fix move_subdir commentsSamuel Just2012-12-101-2/+2
| | * HashIndex: fix typo in reset_attr documentationSamuel Just2012-12-101-1/+1
| | * HashIndex: init exists in col_split_level and reset_attrSamuel Just2012-12-101-2/+2
| | * PrioritizedQueue: increment ret when removing items from listSamuel Just2012-12-101-0/+1
| | * PrioritizedQueue: move if check out of loop in filter_list_pairsSamuel Just2012-12-101-4/+4
| | * OSD: store current pg epoch in info and load at that epochSamuel Just2012-12-063-9/+34
| | * OSD: account for split in project_pg_historySamuel Just2012-12-061-0/+7
| | * PG: update info.last_update_started in split_intoSamuel Just2012-12-061-0/+1
| | * OSDMonitor: require --allow-experimental-feature to increase pg_numSamuel Just2012-12-061-2/+7
| | * PG: set child up/acting in split_intoSamuel Just2012-12-061-0/+5
| | * OSD: do _remove_pg in add_newly_split_pg is pool if goneSamuel Just2012-12-061-0/+2
| | * osd/: dirty info and log on child during splitSamuel Just2012-12-062-0/+6
| | * osd/: mark info.stats as invalid after split, fix in scrubSamuel Just2012-12-064-1/+17
| | * PG: split ops for child objects into childSamuel Just2012-12-066-3/+111
| | * OSD: add initial split supportSamuel Just2012-12-063-24/+303
| | * PG: add split_into to populate child membersSamuel Just2012-12-054-0/+134
| | * osd/: splitting a pg now triggers a new intervalSamuel Just2012-12-055-6/+22