summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* librados: seek during object iterationwip-rados-listSage Weil2013-10-108-1/+155
* osdc/Objecter: reimplement list_objectsSage Weil2013-10-103-46/+54
* librados: add get_pg_hash_position to determine pg while listing objectsSage Weil2013-10-105-0/+65
* osdc/Objecter: drop redundant conditionSage Weil2013-10-101-1/+1
* osdc/Objecter: stick bl inside ListContextSage Weil2013-10-102-16/+11
* osdc/Objecter: factor pg_read out of list_objects codeSage Weil2013-10-102-13/+21
* osdc/Objecter: explicitly separate explicit pg target from current targetSage Weil2013-10-102-11/+17
* osd/osd_types: drop old pref arg to pg_t ctor lessSage Weil2013-10-101-1/+1
* Go back to $PWD in fsstress.sh if compiling from source.Sandon Van Ness2013-10-081-0/+2
* Merge pull request #700 from dachary/masterSage Weil2013-10-081-1/+1
|\
| * doc: fix openstack rbd installation commandLoic Dachary2013-10-081-1/+1
|/
* Merge pull request #699 from dachary/wip-ghobject-assertDavid Zafman2013-10-071-1/+3
|\
| * os: stronger assert on FileStore::lfn_openLoic Dachary2013-10-081-1/+3
|/
* Merge branch 'next'Greg Farnum2013-10-072-4/+7
|\
| * ReplicatedPG: copy: use aggregate return code instead of individual Op returnwip-rvalGreg Farnum2013-10-071-4/+3
| * os/FileStore: fix ENOENT error code for getattrs()Sage Weil2013-10-071-0/+4
* | Merge pull request #697 from dachary/masterGregory Farnum2013-10-071-6/+6
|\ \
| * | common: unintended use of the wrong bloom_filter prototypeLoic Dachary2013-10-071-6/+6
|/ /
* | Merge pull request #610 from ceph/wip-optrackerGregory Farnum2013-10-0717-533/+652
|\ \
| * | Makefile: add include/histogram.h to noinst_HEADERSGreg Farnum2013-10-041-0/+1
| * | Merge branch 'master' into wip-optrackerGreg Farnum2013-10-03205-3807/+8646
| |\ \
| * | | TrackedOp: specify queue sizes and warnings on a per-tracker basisGreg Farnum2013-10-034-18/+50
| * | | TrackedOp: give people an _event_marked() notifier instead of a virtual mark_...Greg Farnum2013-10-033-3/+7
| * | | TrackedOp: rework dump interface a littleGreg Farnum2013-10-024-28/+7
| * | | TrackedOp: just make CephContext member publicGreg Farnum2013-10-021-4/+1
| * | | TrackedOp: template OpTracker on only T[::Ref] (ie, OpRequest[::Ref])Greg Farnum2013-10-023-10/+11
| * | | OpTracker: give TrackedOp a default dump() functionGreg Farnum2013-10-022-1/+33
| * | | OpTracker: get rid of TrackedOp::received_time for the MessageGreg Farnum2013-09-193-12/+10
| * | | OpTracker: demand that a TrackedOp gets to own its Message for life.Greg Farnum2013-09-192-5/+1
| * | | OpTracker: provide a default implementation of TrackedOp::state_stringGreg Farnum2013-09-191-1/+3
| * | | osd: use TrackedOp::get_req() instead of direct access to the request.Greg Farnum2013-09-198-112/+109
| * | | 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