Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | ReplicatedPG: replace object_contexts.find with object_contexts.lookup | Loic Dachary | 2013-08-22 | 1 | -12/+8 | |
| * | | | | | | | | | ReplicatedPG: add Context to cleanup the PG after an ObjectContext deletion | Loic Dachary | 2013-08-22 | 2 | -1/+21 | |
| * | | | | | | | | | ReplicatedPG: replace map iterators with SharedPtrRegistry::get_next | Loic Dachary | 2013-08-22 | 1 | -26/+17 | |
| * | | | | | | | | | ReplicatedPG: remove lookup_object_context method | Loic Dachary | 2013-08-22 | 2 | -18/+1 | |
| * | | | | | | | | | ReplicatedPG: remove reference counting logic | Loic Dachary | 2013-08-22 | 2 | -93/+9 | |
| * | | | | | | | | | ReplicatedPG: ObjectContext * becomes ObjectContextRef | Loic Dachary | 2013-08-22 | 4 | -99/+98 | |
| * | | | | | | | | | ReplicatedPG: ObjectContext is made compatible with SharedPtrRegistry | Loic Dachary | 2013-08-22 | 2 | -16/+22 | |
| * | | | | | | | | | ReplicatedPG: add Mutex to protect snapset_contexts | Loic Dachary | 2013-08-22 | 2 | -4/+14 | |
| * | | | | | | | | | PG: remove unused PG::_cond | Loic Dachary | 2013-08-22 | 4 | -16/+0 | |
| * | | | | | | | | | sharedptr_registry: add a variant of get_next() and the empty() method | Loic Dachary | 2013-08-22 | 1 | -0/+20 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #527 from ceph/wip-mon-fix-verbose-output | Sage Weil | 2013-08-22 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | mon: Monitor: remove lingering debug message from f087d84b | Joao Eduardo Luis | 2013-08-22 | 1 | -1/+0 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #520 from ceph/wip-crc | Sage Weil | 2013-08-22 | 24 | -150/+1140 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Makefile: move all crc code into libcrc.la | Sage Weil | 2013-08-22 | 1 | -22/+27 | |
| * | | | | | | | | | crc32c: add intel optimized crc32c implementation | Sage Weil | 2013-08-22 | 6 | -1/+763 | |
| * | | | | | | | | | arch: add cpu probing | Sage Weil | 2013-08-22 | 5 | -0/+102 | |
| * | | | | | | | | | yasm-wrapper: hide libtool insanity from yasm | Sage Weil | 2013-08-22 | 2 | -1/+38 | |
| * | | | | | | | | | build-depend on yasm | Sage Weil | 2013-08-21 | 2 | -1/+3 | |
| * | | | | | | | | | crc32c: note intel crc code copyrights | Sage Weil | 2013-08-21 | 2 | -0/+10 | |
| * | | | | | | | | | crc32c: add intel baseline algorithm | Sage Weil | 2013-08-21 | 4 | -2/+148 | |
| * | | | | | | | | | crc32c: remove old intel implementation | Sage Weil | 2013-08-20 | 2 | -114/+0 | |
| * | | | | | | | | | common/crc32c: refactor a bit | Sage Weil | 2013-08-20 | 8 | -23/+63 | |
* | | | | | | | | | | Merge pull request #529 from dachary/master | Sage Weil | 2013-08-22 | 1 | -1/+20 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | doc: fix erasure code formatting warnings and errors | Loic Dachary | 2013-08-22 | 1 | -1/+20 | |
* | | | | | | | | | | Merge pull request #525 from ksperis/rbdmap.init-fix | Sage Weil | 2013-08-22 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | init-rbdmap: fix error on stop rbdmap | Laurent Barbe | 2013-08-22 | 1 | -1/+1 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | mon/Paxos: ignore do_refresh() return value | Sage Weil | 2013-08-22 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge branch 'next' | Josh Durgin | 2013-08-21 | 4 | -9/+29 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | objecter: fix keys of dump_linger_ops | Josh Durgin | 2013-08-21 | 1 | -2/+1 | |
| * | | | | | | | objecter: resend unfinished lingers when osdmap is no longer paused | Josh Durgin | 2013-08-21 | 1 | -2/+12 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | rgw: change cache / watch-notify init sequence | Yehuda Sadeh | 2013-08-21 | 3 | -5/+16 | |
* | | | | | | | Merge branch 'master' of https://github.com/ceph/ceph | John Wilkins | 2013-08-21 | 4 | -5/+16 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge pull request #524 from ceph/wip-mon-delta | Sage Weil | 2013-08-21 | 4 | -5/+16 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | mon: add 'pg dump delta' to get just the rate info | Sage Weil | 2013-08-19 | 4 | -5/+16 | |
* | | | | | | | | | doc: Clarified quorum requirements. | John Wilkins | 2013-08-21 | 1 | -4/+3 | |
|/ / / / / / / / | ||||||
* | | | | | | | | doc: Fixed typo. | John Wilkins | 2013-08-21 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #523 from dachary/master | Sage Weil | 2013-08-21 | 2 | -2/+8 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | doc: fix erasure code formatting warnings and errors | Loic Dachary | 2013-08-21 | 2 | -2/+8 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge remote-tracking branch 'gh/next' | Sage Weil | 2013-08-20 | 10 | -36/+62 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | Merge remote-tracking branch 'gh/wip-6004' into next | Sage Weil | 2013-08-20 | 2 | -12/+37 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | osdc/ObjectCacher: do not merge rx buffers | Sage Weil | 2013-08-15 | 1 | -0/+4 | |
| | * | | | | | | osdc/ObjectCacher: match reads with their original rx buffers | Sage Weil | 2013-08-15 | 2 | -12/+33 | |
| * | | | | | | | .gitignore: ignore test-driver | Sage Weil | 2013-08-20 | 1 | -0/+1 | |
| * | | | | | | | fuse: fix warning when compiled against old fuse versions | Sage Weil | 2013-08-20 | 1 | -1/+1 | |
| * | | | | | | | json_spirit: remove unused typedef | Sage Weil | 2013-08-20 | 1 | -2/+0 | |
| * | | | | | | | gtest: add build-aux/test-driver to .gitignore | Sage Weil | 2013-08-20 | 1 | -0/+1 | |
| * | | | | | | | Merge pull request #517 from dmick/wip-6049 | Dan Mick | 2013-08-20 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | mon/PGMap: OSD byte counts 4x too large (conversion to bytes overzealous) | Dan Mick | 2013-08-20 | 1 | -3/+3 | |
| * | | | | | | | | mon/Paxos: always refresh after any store_state | Sage Weil | 2013-08-20 | 1 | -1/+7 | |
| * | | | | | | | | mon/Paxos: return whether store_state stored anything | Sage Weil | 2013-08-20 | 2 | -2/+7 |