summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ErasureCodeJerasure: define technique Liber8tionLoic Dachary2013-09-103-0/+46
| * | | ErasureCodeJerasure: define technique BlaumRothLoic Dachary2013-09-103-0/+18
| * | | ErasureCodeJerasure: define technique LiberationLoic Dachary2013-09-103-0/+95
| * | | ErasureCodeJerasure: define techniques CauchyOrig and CauchyGoodLoic Dachary2013-09-103-0/+106
| * | | ErasureCodeJerasure: define technique ReedSolomonRAID6Loic Dachary2013-09-103-0/+63
| * | | ErasureCodeJerasure: define technique ReedSolomonVandermondeLoic Dachary2013-09-103-0/+64
| * | | ErasureCodeJerasure: unit test common to all techniquesLoic Dachary2013-09-102-0/+110
| * | | ErasureCodeJerasure: base class for jerasure ErasureCodeInterfaceLoic Dachary2013-09-103-1/+234
| * | | ErasureCodeJerasure: fix jerasure compilationLoic Dachary2013-09-105-21/+33
| * | | ErasureCodeJerasure: import jerasure-1.2ALoic Dachary2013-09-1012-0/+5843
* | | | Merge pull request #594 from ceph/fix-no-tcmalloc-buildSage Weil2013-09-131-1/+1
|\ \ \ \
| * | | | make: add tmalloc lib dep in tcmalloc guardfix-no-tcmalloc-buildNoah Watkins2013-09-131-1/+1
|/ / / /
* | | | Merge branch 'wip-6226'David Zafman2013-09-122-1/+8
|\ \ \ \
| * | | | osd/ReplicatedPG.cc: Verify that recovery is truly completeDavid Zafman2013-09-121-0/+7
| * | | | osd/OSD.cc: Use MIN() so that we don't exceed osd_recovery_max_activeDavid Zafman2013-09-121-1/+1
* | | | | Merge pull request #589 from ceph/wip-6279Gregory Farnum2013-09-121-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | mon/MDSMonitor: don't reset incarnation when creating newfsYan, Zheng2013-09-121-0/+1
|/ / / /
* | | | Merge pull request #587 from kri5/masterYehuda Sadeh2013-09-112-0/+2
|\ \ \ \
| * | | | rgw-admin: Adds --metadata-key option to helpChristophe Courtaut2013-09-112-0/+2
|/ / / /
* | | | osd: bind objecter messenger to cluster addressGreg Farnum2013-09-101-0/+2
* | | | osd: name the objecter's messenger "ms_objecter" instead of "hbclient"Greg Farnum2013-09-101-1/+1
* | | | Objecter: rename cancel_op -> cancel_linger_opGreg Farnum2013-09-102-7/+5
* | | | Merge pull request #580 from ceph/wip-6033-redirectsGregory Farnum2013-09-109-51/+228
|\ \ \ \
| * | | | test: update cache test since OSDs support redirectsGreg Farnum2013-09-101-12/+12
| * | | | osd: implement basic caching policies in ReplicatedPGGreg Farnum2013-09-102-17/+72
| * | | | Objecter: follow redirect replies from the OSDGreg Farnum2013-09-101-8/+27
| * | | | Objecter: write a helper function to clean up ops that need to be retriedGreg Farnum2013-09-102-4/+11
| * | | | MOSDOpReply: add a redirect memberGreg Farnum2013-09-101-1/+13
| * | | | Objecter: add an Op::target_oid, and use it when submitting OpsGreg Farnum2013-09-102-2/+5
| * | | | Objecter: rename Op::oid -> Op::base_oidGreg Farnum2013-09-102-8/+8
| * | | | osd: create a new request_redirect_tGreg Farnum2013-09-103-0/+77
| * | | | osd: add empty() function to object_locator_tGreg Farnum2013-09-091-0/+4
| * | | | MOSDOpReply: more const-correctnessGreg Farnum2013-09-091-1/+1
| * | | | ReplicatedPG: do not meaninglessly fill in the reqid on make_writeable() cloningGreg Farnum2013-09-091-1/+1
* | | | | Merge pull request #585 from ceph/wip-osd-pool-create-syntaxSage Weil2013-09-101-1/+1
|\ \ \ \ \
| * | | | | mon: fix syntax error in osd pool create argsJosh Durgin2013-09-101-1/+1
|/ / / / /
* | | | | Merge pull request #584 from dachary/masterSage Weil2013-09-101-2/+2
|\ \ \ \ \
| * | | | | autoconf: use $(UNITTEST_CXXFLAGS) in testsLoic Dachary2013-09-101-2/+2
* | | | | | Merge pull request #578 from dachary/wip-6113Sage Weil2013-09-105-7/+43
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | mon: add key[=value] ... to osd pool createLoic Dachary2013-09-105-7/+43
|/ / / / /
* | | | | crushtool: do not dump core with non-unique bucket IDsDavid Zafman2013-09-098-17/+49
* | | | | doc/release-notes: v0.67.3Sage Weil2013-09-092-0/+736
| |/ / / |/| | |
* | | | Merge pull request #569 from ceph/wip-osd-statDan Mick2013-09-092-3/+19
|\ \ \ \ | |_|/ / |/| | |
| * | | osd: expose bytes used/avail via perf / asokSage Weil2013-09-092-3/+19
* | | | Merge pull request #581 from dachary/masterSage Weil2013-09-091-2/+2
|\ \ \ \
| * | | | autoconf: use $(LIBOSD) $(LIBCOMMON) instead of libosd.a libcommon.laLoic Dachary2013-09-101-2/+2
* | | | | doc: Syntax fix to suppress gitbuilder errors.John Wilkins2013-09-091-2/+2
* | | | | doc: Removed mkcephfs reference.John Wilkins2013-09-096-7/+1
* | | | | doc: Syntax fixes to suppress gitbuilder warnings.John Wilkins2013-09-091-0/+6
* | | | | doc: Syntax fixes to suppress gitbuilder warnings.John Wilkins2013-09-091-1/+1