summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix bug exposed by sparse-read from OSD: must zero-fill assembledwip-rbd-stripingDan Mick2012-12-181-5/+13
* librbd: read_iterate: handle partial buffers (by zero-padding)Dan Mick2012-12-171-1/+16
* AioCompletion.cc: finalize(): allow and zero-pad short read.Dan Mick2012-12-171-4/+6
* rbd: allow import into striped imagesDan Mick2012-12-141-6/+19
* test_rbd: add tests for sparse images, with and without stripingDan Mick2012-12-141-2/+77
* Striper: permit sparse reads to propagate through assemble_resultsDan Mick2012-12-141-2/+27
* rbd.py: check for new librbd methods before useJosh Durgin2012-12-131-6/+25
* osd: up != acting okay on mkpgSage Weil2012-12-131-3/+3
* mon: OSDMonitor: don't allow creation of pools with > 65535 pgsJoao Eduardo Luis2012-12-131-14/+26
* rbd: handle images disappearing while in ls -lDan Mick2012-12-131-1/+13
* clarify/correct some of sample.ceph.confGreg Farnum2012-12-131-9/+9
* 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
* 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
* | 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