summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | unit tests for src/common/buffer.{cc,h}Loic Dachary2013-02-173-77/+1714
* | mon: fix pgmap stat smoothingSage Weil2013-02-171-1/+1
* | doc/release-notes: add note about upgrade to v0.56.3Sage Weil2013-02-171-0/+19
* | ceph_common: fix check for defined/undefined entities in confSage Weil2013-02-171-2/+2
* | buffer::ptr::cmp only compares up to the smallest lengthLoic Dachary2013-02-172-1/+18
* | ceph-disk-prepare: -f for mkfs.xfs onlySage Weil2013-02-161-2/+2
* | debian: fix start of ceph-allSage Weil2013-02-161-1/+1
* | fix operator>=(bufferlist& l, bufferlist& r)Loic Dachary2013-02-162-0/+48
* | Merge remote-tracking branch 'gh/wip-deploy'Sage Weil2013-02-1612-144/+353
|\ \
| * | ceph-disk-prepare: always force mkfs.xfsAlexandre Marangone2013-02-151-0/+6
| * | udev: trigger on dmcrypted osd partitionsSage Weil2013-02-151-0/+16
| * | ceph-disk-prepare: add initial support for dm-cryptSage Weil2013-02-151-69/+210
| * | ceph-disk-activate: pull mount options from ceph.confAlexandre Marangone2013-02-151-3/+15
| * | ceph-disk-activate: use full paths for everythingSage Weil2013-02-151-8/+8
| * | ceph-disk-prepare: do partprobe after setting final partition typeSage Weil2013-02-151-0/+7
| * | debian: start/stop ceph-all event on install/uninstallSage Weil2013-02-132-0/+6
| * | ceph-disk-activate: catch daemon start errorsSage Weil2013-02-131-31/+34
| * | udev: trigger ceph-disk-activate directly from udevSage Weil2013-02-137-13/+11
| * | ceph-disk-activate: auto detect init systemSage Weil2013-02-131-0/+17
| * | ceph-disk-activate: specify full path for blkid, initctl, serviceSage Weil2013-02-131-3/+3
| * | upstart/ceph-osd: make crush update on start optionalSage Weil2013-02-131-19/+22
* | | Merge branch 'next'Sage Weil2013-02-151-0/+6
|\ \ \ | | |/ | |/|
| * | qa: rbd/map-snapshat-io: unmap image when doneSage Weil2013-02-151-0/+2
| * | qa: rbd/map-snapshot-io.sh: chown rbd device stuffSage Weil2013-02-151-0/+4
* | | Merge remote-tracking branch 'upstream/wip-4075'Samuel Just2013-02-155-201/+220
|\ \ \
| * | | ReplicatedPG: handle missing set even for old formatSamuel Just2013-02-151-22/+23
| * | | OSD: add leveldblog compatibility flag for OSDSamuel Just2013-02-152-0/+2
| * | | PG: verify log versions during read_logSamuel Just2013-02-151-0/+5
| * | | PG: write_log if we read an old-format logSamuel Just2013-02-152-4/+16
| * | | osd: move pg log into leveldbDavid Zafman2013-02-154-201/+200
* | | | Merge pull request #62 from dalgaaf/wip-da-sca-cppcheck-performance-3Sage Weil2013-02-156-8/+8
|\ \ \ \ | |/ / / |/| | |
| * | | cls/lock/cls_lock.cc: use !lockers.empty() instead of size()Danny Al-Gaaf2013-02-151-1/+1
| * | | src/client/SyntheticClient.cc: use !subdirs.empty() instead of size()Danny Al-Gaaf2013-02-151-1/+1
| * | | client/Client.cc: use empty() instead of size()Danny Al-Gaaf2013-02-151-2/+2
| * | | mds/MDSMap.h: use up.empty() instead of up.size()Danny Al-Gaaf2013-02-151-1/+1
| * | | mds/CDentry.h: use projected.empty() instead of projected.size()Danny Al-Gaaf2013-02-151-1/+1
| * | | ceph_authtool.cc: use empty() instead of size()Danny Al-Gaaf2013-02-151-2/+2
|/ / /
* | | qa: pull qa stuff from ceph.com ceph.git mirrorSage Weil2013-02-153-3/+8
* | | doc: radosgw: document config without 100-continue and custom fastcgiSage Weil2013-02-151-2/+17
* | | config: Add small note about default number of PGsWido den Hollander2013-02-151-2/+2
* | | Merge remote-tracking branch 'origin/wip-hadoop-docs'Noah Watkins2013-02-151-1/+95
|\ \ \
| * | | doc: fix command syntaxNoah Watkins2013-02-121-2/+2
| * | | doc: document hadoop replication configNoah Watkins2013-02-111-1/+95
* | | | Merge pull request #59 from dalgaaf/wip-da-add-errorhandlingSage Weil2013-02-152-51/+111
|\ \ \ \
| * | | | test_sync_io.c: add error handlingDanny Al-Gaaf2013-02-151-50/+94
| * | | | test_short_dio_read.c: add error handlingDanny Al-Gaaf2013-02-151-1/+17
* | | | | Merge remote-tracking branch 'gh/next'Sage Weil2013-02-152-6/+7
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | osd/OSDCap: add unit test for parsing pools/objects with _ and -Sage Weil2013-02-141-1/+5
| * | | osd/OSDCap: tweak unquoted_word parsing in osd capsSage Weil2013-02-141-1/+1
| * | | OSD: always activate_map in advance_pgs, only send messages if upSamuel Just2013-02-141-5/+6