summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test/librados/cmd.cc: tolerate thrashing on pg_command testswip-6122Sage Weil2013-08-261-3/+6
* rados-config: do not load ceph.confSage Weil2013-08-231-1/+2
* osd/ReplicatedPG: require write payload match lengthSage Weil2013-08-231-8/+4
* osd/ReplicatedPG: verify we have enough data for WRITE and WRITEFULLSage Weil2013-08-231-0/+8
* ReplicatedPG: mark stats invalid when marking unfound lostSamuel Just2013-08-231-2/+5
* ReplicatedPG: make watch timeout configurableSamuel Just2013-08-232-2/+2
* osd/OSDCap: allow . for unquoted stringsSage Weil2013-08-232-1/+2
* mon/MonCap: allow . in unquoted stringSage Weil2013-08-232-1/+2
* librados: make safe and complete callback arguments separateSage Weil2013-08-231-9/+13
* mds: remove waiting lock before merging with neighboursDavid Disseldorp2013-08-231-2/+3
* doc: Fixed broken link by adding Transitioning to ceph-deploy to this doc.John Wilkins2013-08-231-13/+44
* Merge pull request #495 from kri5/wip-5820Yehuda Sadeh2013-08-231-0/+3
|\
| * rgw: rgw-admin throw an error when invalid flag is passedChristophe Courtaut2013-08-131-0/+3
* | Merge pull request #533 from ceph/wip-osd-healthy-tuanbleSage Weil2013-08-232-1/+6
|\ \
| * | osd: add 'osd heartbeat min healthy ratio' tunableSage Weil2013-08-222-1/+6
* | | doc/release-notes: v0.67.2Sage Weil2013-08-232-0/+231
* | | Merge pull request #528 from kri5/wip-radosgw-admin-helpYehuda Sadeh2013-08-232-0/+2
|\ \ \
| * | | rgw: Adds --system option help to radosgw-adminChristophe Courtaut2013-08-232-0/+2
* | | | QA: Compile fsstress if missing on machine.Sandon Van Ness2013-08-221-0/+15
* | | | init-ceph: behave if incompletely installedSage Weil2013-08-221-0/+4
* | | | Merge remote-tracking branch 'gh/next'Sage Weil2013-08-224-21/+29
|\ \ \ \
| * | | | rgw: fix crash when creating new zone on initYehuda Sadeh2013-08-221-8/+8
| * | | | enable mds rejoin with active inodes' old parent xattrsAlexandre Oliva2013-08-221-1/+1
| * | | | ceph-monstore-tool: shut up coveritySage Weil2013-08-211-0/+1
| * | | | store: fix issues reported by coverityYan, Zheng2013-08-212-12/+19
* | | | | yasm-wrapper: more futzing to behave on fedora 19Sage Weil2013-08-221-2/+4
* | | | | ceph.spec.in: remove trailing paren in previous commitGary Lowell2013-08-221-1/+1
* | | | | ceph.spec.in: Don't invoke debug_package macro on centos.Gary Lowell2013-08-221-1/+1
* | | | | Merge pull request #414 from dachary/wip-5510athanatos2013-08-2210-291/+225
|\ \ \ \ \
| * | | | | ReplicatedPG: create ObjectContext with SharedPtrRegistryLoic Dachary2013-08-221-10/+19
| * | | | | ReplicatedPG: replace object_contexts.find with object_contexts.lookupLoic Dachary2013-08-221-12/+8
| * | | | | ReplicatedPG: add Context to cleanup the PG after an ObjectContext deletionLoic Dachary2013-08-222-1/+21
| * | | | | ReplicatedPG: replace map iterators with SharedPtrRegistry::get_nextLoic Dachary2013-08-221-26/+17
| * | | | | ReplicatedPG: remove lookup_object_context methodLoic Dachary2013-08-222-18/+1
| * | | | | ReplicatedPG: remove reference counting logicLoic Dachary2013-08-222-93/+9
| * | | | | ReplicatedPG: ObjectContext * becomes ObjectContextRefLoic Dachary2013-08-224-99/+98
| * | | | | ReplicatedPG: ObjectContext is made compatible with SharedPtrRegistryLoic Dachary2013-08-222-16/+22
| * | | | | ReplicatedPG: add Mutex to protect snapset_contextsLoic Dachary2013-08-222-4/+14
| * | | | | PG: remove unused PG::_condLoic Dachary2013-08-224-16/+0
| * | | | | sharedptr_registry: add a variant of get_next() and the empty() methodLoic Dachary2013-08-221-0/+20
| | |_|/ / | |/| | |
* | | | | Merge pull request #527 from ceph/wip-mon-fix-verbose-outputSage Weil2013-08-221-1/+0
|\ \ \ \ \
| * | | | | mon: Monitor: remove lingering debug message from f087d84bJoao Eduardo Luis2013-08-221-1/+0
| | |_|/ / | |/| | |
* | | | | Merge pull request #520 from ceph/wip-crcSage Weil2013-08-2224-150/+1140
|\ \ \ \ \
| * | | | | Makefile: move all crc code into libcrc.laSage Weil2013-08-221-22/+27
| * | | | | crc32c: add intel optimized crc32c implementationSage Weil2013-08-226-1/+763
| * | | | | arch: add cpu probingSage Weil2013-08-225-0/+102
| * | | | | yasm-wrapper: hide libtool insanity from yasmSage Weil2013-08-222-1/+38
| * | | | | build-depend on yasmSage Weil2013-08-212-1/+3
| * | | | | crc32c: note intel crc code copyrightsSage Weil2013-08-212-0/+10
| * | | | | crc32c: add intel baseline algorithmSage Weil2013-08-214-2/+148