index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
erasure-code
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ec: rename object_size -> stripe_width in get_chunk_size()
Radosław Zarzyński
2024-02-22
11
-24
/
+24
*
erasure-code: add support for multiple osds in a single failure domain
Samuel Just
2024-02-04
2
-13
/
+35
*
Revert "crush: add multistep retry rules"
Samuel Just
2024-01-26
2
-35
/
+13
*
Merge pull request #55096 from athanatos/sjust/for-review/wip-crush-msr
Yuri Weinstein
2024-01-26
2
-13
/
+35
|
\
|
*
erasure-code: add support for multiple osds in a single failure domain
Samuel Just
2024-01-09
2
-13
/
+35
*
|
erasure-code/isa/xor_op: avoid empty function if not ARM.
Rongqi Sun
2023-12-19
2
-3
/
+4
*
|
erasure-code/isa/xor_op: add neon-based region_xor implementation
chenxuqiang
2023-12-13
2
-1
/
+64
|
/
*
ec: initialize lost_chunk in ErasureCodeClay
Casey Bodley
2023-07-31
1
-1
/
+1
*
erasure-code/clay: do not set unreferenced variable
Kefu Chai
2021-08-17
1
-2
/
+0
*
erasure-code/lrc: early return if to_string() fails
Kefu Chai
2021-08-17
1
-1
/
+3
*
crush: eliminate min_size and max_size
Sage Weil
2021-06-29
2
-5
/
+1
*
src/erasure-code: rule, not ruleset
Sage Weil
2021-06-29
1
-1
/
+1
*
cmake: introduce WITH_EC_ISA_PLUGIN
Kefu Chai
2021-04-13
1
-0
/
+4
*
erasure-code: bail out early if chunks to be decoded is empty
Kefu Chai
2020-12-20
1
-0
/
+4
*
erasure-code: print warnings using dout(10)
Kefu Chai
2020-12-20
1
-1
/
+1
*
cmake: remove yasm since it's been replaced by nasm
Changcheng Liu
2020-10-29
1
-1
/
+0
*
cmake: use nasm to replace yasm to build isa-l
Changcheng Liu
2020-10-29
2
-2
/
+4
*
common: rename YASM MACRO to hint support SIMD
Changcheng Liu
2020-10-29
2
-2
/
+2
*
cmake: Set missing dependencies
Lucian Petrut
2020-08-31
1
-1
/
+2
*
ec: drop stubs of {encode,decode}_chunks() from ErasureCode.
Radoslaw Zarzynski
2020-07-03
2
-20
/
+0
*
common: Add dlfcn_compat.h for win32
Lucian Petrut
2020-04-14
1
-6
/
+2
*
erasure-code: enable isa-l EC for aarch64 platform
Hang Li
2020-03-10
2
-57
/
+86
*
ec: switch users of bufferlist::copy{_in} to iterators.
Radoslaw Zarzynski
2020-01-26
1
-1
/
+1
*
os/bluestore,comon,erasure-code: chmod -x source files
Sage Weil
2019-10-27
1
-0
/
+0
*
osd: add sanity check for invalid m/w of liber8tion
Yan Jun
2019-09-09
1
-8
/
+10
*
ec/jerasure: save the default m=2 of reed_sol_r6_op in profile
Yan Jun
2019-09-09
2
-2
/
+6
*
erasure-code: s/Mutex/ceph::mutex/
Kefu Chai
2019-08-03
6
-51
/
+44
*
erasure-code: Update ErasureCode to work without using namespace
Adam C. Emerson
2019-03-29
2
-2
/
+14
*
erasure-code: Update isa to work without using namespace
Adam C. Emerson
2019-03-29
6
-24
/
+25
*
erasure-code: Update jerasure to work without using namespace
Adam C. Emerson
2019-03-29
4
-23
/
+29
*
erasure-code: Update lrc to work without using namespace
Adam C. Emerson
2019-03-29
4
-24
/
+22
*
erasure-code: Update shec to work without using namespace
Adam C. Emerson
2019-03-29
4
-33
/
+35
*
erasure-code: Update clay to work without using namespace
Adam C. Emerson
2019-03-29
3
-10
/
+10
*
erasure-code: ensure m >= 1
Sage Weil
2019-03-12
5
-7
/
+10
*
cmake: rename CMAKE_INSTALL_{FULL_}?PKGLIBDIR
Kefu Chai
2019-02-16
1
-1
/
+1
*
ec: lrc doesn't depend on crosstalks between bufferlists anymore.
Radoslaw Zarzynski
2018-12-05
1
-5
/
+7
*
erasure-code,test: silence -Wunused-variable warnings
Kefu Chai
2018-11-21
1
-0
/
+4
*
erasure-code/lrc: error out if "l == 0"
Kefu Chai
2018-11-15
1
-1
/
+1
*
erasure-code: return error using `ss` not derr
Kefu Chai
2018-11-15
1
-3
/
+2
*
Merge pull request #24586 from mynaramana/claydoc
Kefu Chai
2018-10-17
2
-19
/
+6
|
\
|
*
erasure-code: fixing bugs in clay-code plugin
Myna V
2018-10-17
2
-19
/
+6
*
|
Merge PR #24365 into master
Sage Weil
2018-10-11
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
erasure-code: var-sized array init is done separatly.
Willem Jan Withagen
2018-10-03
1
-1
/
+2
*
|
ersaure-code: Cleanup of clay code source files.
Myna V
2018-10-09
5
-17
/
+4
|
/
*
erasure-code: add clay codes
Myna V
2018-09-27
8
-6
/
+1136
*
common: fix typos
Kefu Chai
2018-09-21
2
-2
/
+2
*
Rename "include/assert.h"
Brad Hubbard
2018-09-14
3
-3
/
+3
*
cleanup: Replace always-false assertions with abort
Adam C. Emerson
2018-08-27
1
-2
/
+2
*
erasure-code: Use ceph_assert for asserts.
Adam C. Emerson
2018-08-27
7
-27
/
+30
*
Remove embedded 'cephd' code
Dan Mick
2018-05-11
9
-48
/
+0
[next]