summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | doc/dev/cache-pool: document cache pool management interfaceSage Weil2013-08-281-0/+70
| * | | add CEPH_FEATURE_OSD_CACHEPOOLSage Weil2013-08-281-0/+2
* | | | Merge pull request #559 from ceph/wip-osd-rollbackSage Weil2013-08-292-19/+29
|\ \ \ \
| * | | | ceph_test_rados: rollback bumps user_versionSage Weil2013-08-291-11/+29
| * | | | osd/ReplicatedPG: drop dout from object_context_destructor_callbackSage Weil2013-08-291-3/+0
| * | | | osd/ReplicatedPG: remove debug lines from snapset_context get/putSage Weil2013-08-291-5/+0
* | | | | PGLog: initialize writeout_from in PGLog constructorSamuel Just2013-08-291-0/+1
|/ / / /
* | | | Merge pull request #556 from ceph/wip-user-versionSage Weil2013-08-297-13/+60
|\ \ \ \
| * | | | ceph_test_rados: validate user_versionSage Weil2013-08-282-2/+30
| * | | | osd/ReplicatedPG: set version, user_version correctly on readsSage Weil2013-08-281-8/+11
| * | | | messages/MOSDOpReply: fix user_version in reply (add missing braces)Sage Weil2013-08-281-1/+2
| * | | | librados: add get_version64()Sage Weil2013-08-283-2/+17
* | | | | Merge pull request #361 from atwardowski/patch-1Yehuda Sadeh2013-08-281-0/+39
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update adminops.rst add capabilitiesatwardowski2013-06-131-0/+39
* | | | | Merge pull request #550 from ceph/wip-6040athanatos2013-08-282-28/+61
|\ \ \ \ \
| * | | | | PGLog: maintain writeout_from and trimmedSamuel Just2013-08-282-16/+46
| * | | | | PGLog: don't maintain log_keys_debug if the config is disabledSamuel Just2013-08-272-11/+14
| * | | | | PGLog: move the log size check after the early returnSamuel Just2013-08-271-1/+1
* | | | | | doc/release-notes: v0.56.6 and .7 bobtailSage Weil2013-08-283-0/+541
* | | | | | Merge pull request #539 from dachary/masterSage Weil2013-08-282-101/+184
|\ \ \ \ \ \
| * | | | | | doc : erasure code developer notes updatesLoic Dachary2013-08-272-101/+184
* | | | | | | Merge pull request #552 from ceph/wip-4924-masterJoão Eduardo Luís2013-08-281-1/+14
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | mon: discover mon addrs, names during election state tooSage Weil2013-08-281-1/+14
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #549 from ceph/wip-6029Gregory Farnum2013-08-2819-174/+280
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge remote-tracking branch 'origin/master' into wip-6029Greg Farnum2013-08-27100-681/+2317
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #545 from dachary/wip-6117athanatos2013-08-272-12/+35
|\ \ \ \ \ \
| * | | | | | SharedPtrRegistry: get_next must not delete while holding the lockLoic Dachary2013-08-272-9/+32
| * | | | | | common: move SharedPtrRegistry test after t.joinLoic Dachary2013-08-271-3/+3
* | | | | | | doc: Updated to accurately reflect that upstart applies to a single node.John Wilkins2013-08-271-12/+19
* | | | | | | ceph.spec.in: radosgw package doesn't require mod_fcgiGary Lowell2013-08-271-1/+0
* | | | | | | librbd: fix debug print in aio_writeSage Weil2013-08-271-1/+1
* | | | | | | cleanup: removed last references to g_conf from authRoald J. van Loon2013-08-271-3/+3
|/ / / / / /
* | | | | | Merge remote-tracking branch 'gh/next'Sage Weil2013-08-263-34/+41
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | osd: install admin socket commands after signalsSage Weil2013-08-263-34/+41
* | | | | | mon/DataHealthService: preserve compat of data stats dumpSage Weil2013-08-261-2/+1
* | | | | | Merge pull request #526 from ceph/wip-5909Sage Weil2013-08-269-12/+207
|\ \ \ \ \ \
| * | | | | | mon: DataHealthService: monitor backing store's size and report itJoao Eduardo Luis2013-08-244-3/+89
| * | | | | | mon: mon_types: DataStats: add 'dump(Formatter*)' methodJoao Eduardo Luis2013-08-242-8/+15
| * | | | | | mon: MonitorDBStore: rely on backing store to provide estimated store sizeJoao Eduardo Luis2013-08-241-0/+4
| * | | | | | test: ceph_test_store_tool: output estimated store size on 'get-size'Joao Eduardo Luis2013-08-241-0/+14
| * | | | | | os: KeyValueDB: expose interface to obtain estimated store sizeJoao Eduardo Luis2013-08-233-0/+84
| * | | | | | mon: MonitorDBStore: output to derr instead of std::coutJoao Eduardo Luis2013-08-161-2/+2
* | | | | | | Merge pull request #540 from ceph/wip-doc-updateSage Weil2013-08-261-1/+27
|\ \ \ \ \ \ \
| * | | | | | | fix nss lib nameAlfredo Deza2013-08-261-1/+1
| * | | | | | | update the README with required RPM packagesAlfredo Deza2013-08-261-1/+27
| | |_|_|/ / / | |/| | | | |
* | | | | | | WBThrottle: use fdatasync instead of fsyncSamuel Just2013-08-261-1/+1
* | | | | | | FileStore: add config option to disable the wbthrottleSamuel Just2013-08-262-1/+3
|/ / / / / /
* | | | | | Merge branch 'sleinen'Josh Durgin2013-08-251-1/+1
|\ \ \ \ \ \
| * | | | | | Improve warning message when there are unfound objects, but probingSimon Leinen2013-08-251-1/+1
* | | | | | | Merge remote-tracking branch 'gh/next'Sage Weil2013-08-249-11/+41
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |