]>
git-server-git.apps.pok.os.sepia.ceph.com Git - jerasure.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Loic Dachary [Thu, 12 Jun 2014 21:33:00 +0000 (23:33 +0200)]
Merge branch 'wip-galois-init-v2' into v2-ceph
Loic Dachary [Sun, 8 Jun 2014 16:54:00 +0000 (18:54 +0200)]
add galois_init_default_field error code
galois_init_default_field returns an errno(3) code in case of error
instead of exiting. This is handy when the caller needs to perform
cleanup or error reporting when an error occurs instead of exit(2).
The exit(2) based error handling is preserved in the static
galois_init() function which is used in galois.c instead and is based on
galois_init_default_field to avoid code duplication.
Signed-off-by: Loic Dachary <loic@dachary.org>
(cherry picked from commit
1b30a37c9f75df371cf4deaedfde6b843933b4f0 )
Loic Dachary [Fri, 11 Apr 2014 11:34:00 +0000 (13:34 +0200)]
Merge remote-tracking branch 'refs/remotes/jimplank/v2' into v2-ceph
Kevin Greenan [Thu, 10 Apr 2014 17:47:55 +0000 (10:47 -0700)]
Merged in dachary/jerasure/wip-compilation-warning-v2 (pull request #19)
silence warning about bestrow used uninitialized
Loic Dachary [Sun, 30 Mar 2014 08:55:46 +0000 (10:55 +0200)]
silence warning about bestrow used uninitialized
Signed-off-by: Loic Dachary <loic@dachary.org>
(cherry picked from commit
cdc99aadc986c165e66574c633e7202eb830b8f9 )
Kevin Greenan [Wed, 9 Apr 2014 13:45:15 +0000 (06:45 -0700)]
Merged in dachary/jerasure/wip-init-v2 (pull request #18)
make galois_init_default_field(int w) extern
Loic Dachary [Tue, 8 Apr 2014 22:05:18 +0000 (00:05 +0200)]
make galois_init_default_field(int w) extern
So that the application can initialize gfp_array and gfp_is_composite
instead of relying on initialization happening implicitly when the
multiply or xor functions are called. The init function can be called
once when the application guarantees thread safety. And the multiply and
xor functions can be called from multiple threads without risking races.
Signed-off-by: Loic Dachary <loic@dachary.org>
(cherry picked from commit
5c9577172c9ba29890c821692dd4a9f9790b20d8 )
Kevin Greenan [Mon, 31 Mar 2014 15:21:41 +0000 (08:21 -0700)]
Merged in dachary/jerasure/wip-gitignore-v2 (pull request #13)
backport of .gitignore files from master
Loic Dachary [Sun, 30 Mar 2014 08:55:46 +0000 (10:55 +0200)]
silence warning about bestrow used uninitialized
Signed-off-by: Loic Dachary <loic@dachary.org>
(cherry picked from commit
cdc99aadc986c165e66574c633e7202eb830b8f9 )
Loic Dachary [Sat, 29 Mar 2014 21:46:36 +0000 (22:46 +0100)]
backport of .gitignore files from master
Signed-off-by: Loic Dachary <loic@dachary.org>
Kevin Greenan [Fri, 28 Mar 2014 14:21:41 +0000 (07:21 -0700)]
Merged in dachary/jerasure/wip-gitignore (pull request #10)
create a .gitignore
Sage Weil [Thu, 27 Mar 2014 18:41:22 +0000 (11:41 -0700)]
.gitignore: ignore autotools stuff
Signed-off-by: Sage Weil <sage@inktank.com>
Loic Dachary [Tue, 18 Mar 2014 17:51:05 +0000 (18:51 +0100)]
create a .gitignore
Signed-off-by: Loic Dachary <loic@dachary.org>
Loic Dachary [Tue, 18 Mar 2014 17:51:05 +0000 (18:51 +0100)]
create a .gitignore
Signed-off-by: Loic Dachary <loic@dachary.org>
Kevin Greenan [Thu, 6 Mar 2014 21:54:30 +0000 (13:54 -0800)]
Merged in dachary/jerasure/v2 (pull request #3)
backport compilation warnings to v2
Loic Dachary [Thu, 6 Mar 2014 00:29:12 +0000 (01:29 +0100)]
add missing return value to functions that require it
Signed-off-by: Loic Dachary <loic@dachary.org>
(cherry picked from commit
d4730bfd7d7c65850221083dcaf837a3a5672fe8 )
Loic Dachary [Thu, 6 Mar 2014 00:28:35 +0000 (01:28 +0100)]
remove unused variables
Signed-off-by: Loic Dachary <loic@dachary.org>
(cherry picked from commit
87f301084ddccf58c5206d949209b49adecccf55 )
Kevin Greenan [Wed, 5 Mar 2014 18:20:33 +0000 (18:20 +0000)]
Created new branch v2
Jim Plank [Fri, 7 Feb 2014 17:12:54 +0000 (12:12 -0500)]
Fixed some compiler warnings.
Jim Plank [Fri, 7 Feb 2014 16:39:19 +0000 (11:39 -0500)]
Added compilation instructions for when you don't have GF-Complete
installed as root.
Jim Plank [Wed, 29 Jan 2014 21:39:29 +0000 (16:39 -0500)]
Added the user manual PDF to Manual.pdf