summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | OpTracker: include a destructor for the TrackedOp base class.Greg Farnum2013-09-192-1/+2
| * | | | osd: change how we work around an interface limitation.Greg Farnum2013-09-191-3/+8
| * | | | OpTracker: move OpTracker pointer and some init code into TrackedOpGreg Farnum2013-09-193-17/+24
| * | | | OpTracker: remove the references to "osd" in config variablesGreg Farnum2013-09-193-15/+15
| * | | | OpTracker: move the OpTracker and OpHistory into common/TrackedOp.[h|cc]Greg Farnum2013-09-195-315/+338
| * | | | OpTracker: add an init_from_message() to the TrackedOp interfaceGreg Farnum2013-09-193-8/+16
| * | | | OpTracker: start making the OpTracker into a genericGreg Farnum2013-09-194-68/+87
| * | | | OpRequest: remove obsolete comment about ref-counting (use OpRequestRef!)Greg Farnum2013-09-191-3/+0
| * | | | osd: move pow2_hist_t out of osd_types and into include/Greg Farnum2013-09-195-62/+82
* | | | | Merge remote-tracking branch 'gh/next'Sage Weil2013-10-071-2/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | 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
| |/ / / /
* | | | | Merge pull request #693 from ceph/wip-bloomSage Weil2013-10-074-73/+275
|\ \ \ \ \
| * | | | | common/bloom_filter: add a few assertions and checks for bit_table_ == NULLSage Weil2013-10-062-3/+27
| * | | | | common/bloom_filter: simplify compressible_bloom_filter encode/decode/dumpSage Weil2013-10-061-46/+7
| * | | | | common/bloom_filter: fix compress; improve argumentSage Weil2013-10-062-4/+64
| * | | | | common/bloom_filter: fix estimated element count for compressed filtersSage Weil2013-10-061-1/+9
| * | | | | common/bloom_filter: methods for density, approx unique element countsSage Weil2013-10-042-2/+28
| * | | | | common/bloom_filter: remember original target sizeSage Weil2013-10-042-26/+42
| * | | | | common/bloom_filter: drop raw_table_size_ memberSage Weil2013-10-042-66/+61
| * | | | | common/bloom_filter: make compressible_bloom_filter encodableSage Weil2013-10-043-0/+112
* | | | | | doc/release-notes: v0.70Sage Weil2013-10-052-34/+53
| |/ / / / |/| | | |
* | | | | 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
| * | | | | ReplicatedPG: copy: implement CopyFromCallback::finish, remove CopyOp::ctxGreg Farnum2013-10-012-12/+26
| * | | | | ReplicatedPG: copy: add CopyCallback pointer to CopyOp, and set it upGreg Farnum2013-10-012-7/+9
| * | | | | ReplicatedPG: copy: start defining CopyCallback structuresGreg Farnum2013-10-011-0/+57
| * | | | | ReplicatedPG: copy: split up the transaction generation from the PG managementGreg Farnum2013-10-012-8/+22
| * | | | | ReplicatedPG: copy: specify the temp_oid in the callerGreg Farnum2013-10-012-7/+13
| * | | | | ReplicatedPG: copy: take an ObjectContextRef in start_copy and use thatGreg Farnum2013-10-012-6/+6
| * | | | | ReplicatedPG: copy: add an ObjectContextRef to CopyOpGreg Farnum2013-10-012-10/+10
| * | | | | ReplicatedPG: follow the same finish path for failed copy opsGreg Farnum2013-10-011-30/+29
| * | | | | ReplicatedPG: copy: remove most references to OpContext from process_copy_chunkGreg Farnum2013-10-011-9/+10
| * | | | | ReplicatedPG: copy: do not use an OpContext in _copy_someGreg Farnum2013-10-012-6/+6
| * | | | | ReplicatedPG: update pg stats correctly when doing a copyGreg Farnum2013-10-011-1/+1
* | | | | | Merge pull request #667 from ceph/wip-6143David Zafman2013-10-043-74/+141
|\ \ \ \ \ \
| * | | | | | common, os: Perform xattr handling based on detected fs typeDavid Zafman2013-10-043-5/+86
| * | | | | | common,os: Remove filestore_xattr_use_omap optionDavid Zafman2013-10-042-70/+56
* | | | | | | Merge pull request #692 from ceph/wip-5992-2athanatos2013-10-0413-83/+375
|\ \ \ \ \ \ \
| * | | | | | | ReplicatedPG: lock snapdir obc during writeSamuel Just2013-10-042-4/+18