summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | rgw: drain pending requests before completing writeYehuda Sadeh2013-09-112-1/+6
| * | rgw: when failing read from client, return correct errorYehuda Sadeh2013-09-101-1/+1
| * | Merge pull request #583 from ceph/wip-6230-workunitSage Weil2013-09-091-0/+4
| |\ \
| | * | qa: workunits: mon: crush_ops: test 'ceph osd crush move'Joao Eduardo Luis2013-09-101-0/+4
| |/ /
| * | Merge pull request #582 from ceph/wip-6230Sage Weil2013-09-092-1/+2
| |\ \
| | * | mon: MonCommands: expect a CephString as 1st arg for 'osd crush move'wip-6230Joao Eduardo Luis2013-09-092-1/+2
| |/ /
* | | Merge pull request #586 from ceph/wip-copyfrom-bigGregory Farnum2013-09-1715-265/+641
|\ \ \
| * | | ceph_test_rados: identify write seq_num in outputSage Weil2013-09-171-3/+3
| * | | librados: test copy_from without src_version specifiedSage Weil2013-09-171-16/+45
| * | | osd: allow a copy_from without knowing the src_versionSage Weil2013-09-171-5/+12
| * | | ceph_test_rados: submit a racing read with every COPY_FROMSage Weil2013-09-171-21/+55
| * | | ceph_test_rados: use get_version64() throughoutSage Weil2013-09-171-3/+3
| * | | osd: block requests on object during COPY_FROMSage Weil2013-09-172-1/+5
| * | | osd: add infrastructure to block io on an obcSage Weil2013-09-174-2/+50
| * | | osd/ReplicatedPG: factor some bits into finish_copySage Weil2013-09-172-39/+49
| * | | ceph_test_rados: more readable outputSage Weil2013-09-172-98/+113
| * | | osd/ReplicatedPG: stage object chunks to replicas during COPY_FROMSage Weil2013-09-173-10/+73
| * | | osd/ReplicatedPG: allow RepGathers with no versionSage Weil2013-09-111-9/+14
| * | | osd: flag new/old temp objects in MOSDSubOpSage Weil2013-09-113-1/+27
| * | | osd/ReplicatedPG: drop unused issue_repop() argumentsSage Weil2013-09-112-26/+6
| * | | osd/ReplicatedPG: drop dead code from parallelexec issue_repopSage Weil2013-09-111-24/+15
| * | | osd/ReplicatedPG: generate one-off unique temp object namesSage Weil2013-09-112-4/+16
| * | | osd/osd_types: move coll_t::META_COLL definitionSage Weil2013-09-113-4/+2
| * | | os/FileStore: implement collection_move_renameSage Weil2013-09-113-10/+154
| * | | os/ObjectStore: add collection_move_renameSage Weil2013-09-111-0/+10
| * | | os/FileStore: pass old + new object name to lfn_linkSage Weil2013-09-092-8/+8
* | | | doc: Replaced code-block with inline literal to fix auto numbering.John Wilkins2013-09-171-3/+1
* | | | doc: Made s3gw.fcgi paths consistent.John Wilkins2013-09-171-2/+2
* | | | osd: compute full ratio from kb_availAlexandre Oliva2013-09-171-1/+6
* | | | Merge pull request #601 from pipul/feature/develop_130917Josh Durgin2013-09-161-1/+1
|\ \ \ \
| * | | | fix some commentsfangdong2013-09-171-1/+1
* | | | | doc: Updated usage.John Wilkins2013-09-161-8/+4
| |_|_|/ |/| | |
* | | | 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