]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ErasureCodeJerasure: import jerasure-1.2A
authorLoic Dachary <loic@dachary.org>
Fri, 23 Aug 2013 20:22:08 +0000 (22:22 +0200)
committerLoic Dachary <loic@dachary.org>
Tue, 10 Sep 2013 00:01:21 +0000 (02:01 +0200)
commit8ab29e951fce117d86867011bfea9cff9dd1104d
tree9254c80116f12570cecccc19db6354be8a6dfdf9
parent7281354f727cf56313b657ab0f113dce348d9166
ErasureCodeJerasure: import jerasure-1.2A

The files are copied verbatim from
http://web.eecs.utk.edu/~plank/plank/papers/Jerasure-1.2A.tar and a
section is added to the top level COPYING file to reflect the BSD
license.

https://github.com/dachary/ceph/tree/wip-5879 refs #5879

Signed-off-by: Loic Dachary <loic@dachary.org>
12 files changed:
COPYING
src/osd/ErasureCodePluginJerasure/cauchy.c [new file with mode: 0755]
src/osd/ErasureCodePluginJerasure/cauchy.h [new file with mode: 0755]
src/osd/ErasureCodePluginJerasure/cauchy_best_r6.c [new file with mode: 0755]
src/osd/ErasureCodePluginJerasure/galois.c [new file with mode: 0755]
src/osd/ErasureCodePluginJerasure/galois.h [new file with mode: 0755]
src/osd/ErasureCodePluginJerasure/jerasure.c [new file with mode: 0755]
src/osd/ErasureCodePluginJerasure/jerasure.h [new file with mode: 0755]
src/osd/ErasureCodePluginJerasure/liberation.c [new file with mode: 0755]
src/osd/ErasureCodePluginJerasure/liberation.h [new file with mode: 0755]
src/osd/ErasureCodePluginJerasure/reed_sol.c [new file with mode: 0755]
src/osd/ErasureCodePluginJerasure/reed_sol.h [new file with mode: 0755]