summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | 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
| * | | | | | | | | crc32c: remove old intel implementationSage Weil2013-08-202-114/+0
| * | | | | | | | | common/crc32c: refactor a bitSage Weil2013-08-208-23/+63
* | | | | | | | | | Merge pull request #529 from dachary/masterSage Weil2013-08-221-1/+20
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | doc: fix erasure code formatting warnings and errorsLoic Dachary2013-08-221-1/+20
* | | | | | | | | | Merge pull request #525 from ksperis/rbdmap.init-fixSage Weil2013-08-221-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | init-rbdmap: fix error on stop rbdmapLaurent Barbe2013-08-221-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | mon/Paxos: ignore do_refresh() return valueSage Weil2013-08-221-1/+1
|/ / / / / / / /
* | | | | | | | Merge branch 'next'Josh Durgin2013-08-214-9/+29
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | objecter: fix keys of dump_linger_opsJosh Durgin2013-08-211-2/+1
| * | | | | | | objecter: resend unfinished lingers when osdmap is no longer pausedJosh Durgin2013-08-211-2/+12
| | |_|_|_|/ / | |/| | | | |
| * | | | | | rgw: change cache / watch-notify init sequenceYehuda Sadeh2013-08-213-5/+16
* | | | | | | Merge branch 'master' of https://github.com/ceph/cephJohn Wilkins2013-08-214-5/+16
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #524 from ceph/wip-mon-deltaSage Weil2013-08-214-5/+16
| |\ \ \ \ \ \ \
| | * | | | | | | mon: add 'pg dump delta' to get just the rate infoSage Weil2013-08-194-5/+16
* | | | | | | | | doc: Clarified quorum requirements.John Wilkins2013-08-211-4/+3
|/ / / / / / / /
* | | | | | | | doc: Fixed typo.John Wilkins2013-08-211-1/+1
* | | | | | | | Merge pull request #523 from dachary/masterSage Weil2013-08-212-2/+8
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | doc: fix erasure code formatting warnings and errorsLoic Dachary2013-08-212-2/+8
|/ / / / / / /
* | | | | | | Merge remote-tracking branch 'gh/next'Sage Weil2013-08-2010-36/+62
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge remote-tracking branch 'gh/wip-6004' into nextSage Weil2013-08-202-12/+37
| |\ \ \ \ \ \
| | * | | | | | osdc/ObjectCacher: do not merge rx buffersSage Weil2013-08-151-0/+4
| | * | | | | | osdc/ObjectCacher: match reads with their original rx buffersSage Weil2013-08-152-12/+33
| * | | | | | | .gitignore: ignore test-driverSage Weil2013-08-201-0/+1
| * | | | | | | fuse: fix warning when compiled against old fuse versionsSage Weil2013-08-201-1/+1
| * | | | | | | json_spirit: remove unused typedefSage Weil2013-08-201-2/+0
| * | | | | | | gtest: add build-aux/test-driver to .gitignoreSage Weil2013-08-201-0/+1
| * | | | | | | Merge pull request #517 from dmick/wip-6049Dan Mick2013-08-201-3/+3
| |\ \ \ \ \ \ \
| | * | | | | | | mon/PGMap: OSD byte counts 4x too large (conversion to bytes overzealous)Dan Mick2013-08-201-3/+3
| * | | | | | | | mon/Paxos: always refresh after any store_stateSage Weil2013-08-201-1/+7
| * | | | | | | | mon/Paxos: return whether store_state stored anythingSage Weil2013-08-202-2/+7