summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded junit4 checkwip-buck-centos-coreJoe Buck2013-09-161-4/+0
* Removing extraneous codeJoe Buck2013-09-162-15/+1
* Use a loop for testing jdk pathsJoe Buck2013-09-161-8/+12
* doc: Removed --fs-type option and text.John Wilkins2013-09-161-4/+0
* doc: Updated the usage scenario and made a few syntax edits.John Wilkins2013-09-161-14/+17
* Merge pull request #600 from dachary/fix-erasure-warningGregory Farnum2013-09-161-1/+1
|\
| * ErasureCode: fix uninitialized variable warningLoic Dachary2013-09-161-1/+1
* | Merge pull request #597 from ceph/remove-hadoop-shimGregory Farnum2013-09-1629-6141/+2
|\ \ | |/ |/|
| * hadoop: remove hadoop shimNoah Watkins2013-09-1329-6141/+2
* | Merge pull request #538 from dachary/wip-5879athanatos2013-09-1320-0/+6737
|\ \ | |/ |/|
| * ErasureCodeJerasure: pluginLoic Dachary2013-09-104-0/+147
| * 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
|\ \ \ \ | |/ / / |/| | |