summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'baserock/benbrown/prevent-off-trove-builds' into baserock/morphbaserock/morphBen Brown2013-12-171-2/+2
|\
| * Change existing submodule URLs to prevent building off-troveBen Brown2013-12-171-2/+2
|/
* Add bootstrap keyring directories that are included inMark Doffman2013-10-311-0/+2
* Add a ceph log directory to baserock install.Mark Doffman2013-10-211-1/+2
* Fix sysvinit issues when starting ceph monitor in baserock.Mark Doffman2013-10-213-5/+11
* Merge tag 'v0.71' into baserock/morphMark Doffman2013-10-1980-1855/+3891
|\
| * v0.71v0.71lastGary Lowell2013-10-172-1/+7
| * .gitignore: ceph-kvstore-toolSage Weil2013-10-161-0/+1
| * debian, specfile: fix ceph-kvstore-tool packagingSage Weil2013-10-162-2/+2
| * Merge pull request #732 from ceph/wip-kvstore-toolSage Weil2013-10-163-14/+125
| |\
| | * ceph-kvstore-tool: copy one leveldb store to some other placeJoao Eduardo Luis2013-10-161-4/+90
| | * ceph-kvstore-tool: calc store crcJoao Eduardo Luis2013-10-161-5/+29
| | * tools: move 'test_store_tool' to 'tools/ceph-kvstore-tool'Joao Eduardo Luis2013-10-163-5/+6
| * | Merge pull request #729 from ceph/wip-5716Josh Durgin2013-10-152-26/+60
| |\ \
| | * | rgw: gracefully handle bad root pool nameswip-5716Yehuda Sadeh2013-10-152-26/+60
| * | | test/filestore/run_seed_to.sh: avoid obsolete --filestore-xattr-use-omapSage Weil2013-10-151-5/+4
| * | | MonCommands: note that pg dump options don't work in plaintextGreg Farnum2013-10-151-1/+1
| * | | ceph_test_rados: fix snap remove vs rollback fixSage Weil2013-10-151-6/+7
| |/ /
| * | os/LevelDBStore: handle deletion race when checking store sizeSage Weil2013-10-151-1/+3
| * | Merge pull request #718 from ceph/wip-6553Sage Weil2013-10-151-1/+1
| |\ \
| | * | rgw: fix authenticated users acl group checkwip-6553Yehuda Sadeh2013-10-151-1/+1
| * | | rgw: change default log levelYehuda Sadeh2013-10-151-1/+1
| * | | Merge pull request #720 from liewegas/wip-6521Sage Weil2013-10-152-1/+5
| |\ \ \ | | |/ / | |/| |
| | * | mon/PGMonitor: set floor below which we do not warn about objects/pgSage Weil2013-10-152-1/+5
| |/ /
| * | Merge pull request #596 from ceph/wip-6147Sage Weil2013-10-145-77/+433
| |\ \
| | * | mon: OSDMonitor: add 'osd pool stats' commandJoao Eduardo Luis2013-10-152-0/+103
| | * | mon: PGMap: rework client IO rate calc and outputJoao Eduardo Luis2013-10-152-33/+78
| | * | mon: PGMap: reuse existing summary functions to output pool statsJoao Eduardo Luis2013-10-153-25/+71
| | * | mon: PGMap: keep track of per-pool stats deltasJoao Eduardo Luis2013-10-153-19/+181
| |/ /
| * | rgw: swift update obj metadata also add generic attrsYehuda Sadeh2013-10-141-0/+7
| * | Merge branch 'wip-6444' into nextYehuda Sadeh2013-10-112-2/+10
| |\ \ | | |/ | |/|
| | * librados: add some clarifying commentsYehuda Sadeh2013-10-111-1/+6
| | * librados: drop reference to completion in container destructorYehuda Sadeh2013-10-111-1/+4
| * | Go back to $PWD in fsstress.sh if compiling from source.Sandon Van Ness2013-10-081-0/+2
| * | ReplicatedPG: copy: use aggregate return code instead of individual Op returnwip-rvalGreg Farnum2013-10-071-4/+3
| * | os/FileStore: fix ENOENT error code for getattrs()Sage Weil2013-10-071-0/+4
| * | Merge pull request #695 from ceph/wip-mon-authJoão Eduardo Luís2013-10-071-2/+2
| |\ \
| | * | mon: allow MMonGetMap without authenticationSage Weil2013-10-061-1/+2
| | * | mon: do not put() unhandle messageSage Weil2013-10-061-1/+0
| |/ /
| * | mon/PGMap: make generated test instances obey new invariantSage Weil2013-10-041-0/+2
| * | Merge branch 'next'Gary Lowell2013-10-052-1/+7
| |\ \
| | * | v0.70v0.70mark-v0.70-wipGary Lowell2013-10-042-1/+7
| * | | doc/release-notes: v0.67.4Sage Weil2013-10-042-0/+584
| * | | Merge pull request #676 from ceph/wip-start-copyGregory Farnum2013-10-042-77/+167
| |\ \ \
| | * | | ReplicatedPG: copy: add op progression outputGreg Farnum2013-10-041-0/+1
| | * | | ReplicatedPG: copy: don't leak a ctx on failed copy opsGreg Farnum2013-10-041-3/+2
| | * | | ReplicatedPG: assert that we have succeeded in do_osd_ops on copyfrom repeatsGreg Farnum2013-10-041-4/+2
| | * | | ReplicatedPG: copy: switch CopyCallback to use a GenContextGreg Farnum2013-10-042-48/+42
| | * | | ReplicatedPG: rename finish_copy -> finish_copyfromGreg Farnum2013-10-012-3/+3
| | * | | ReplicatedPG: copy: use CopyCallback instead of CopyOp in OpContextGreg Farnum2013-10-012-21/+26