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
*
Merge pull request #59862 from jamiepryde/isa-xor-handle-misaligned-buffers
Yuri Weinstein
2024-12-03
2
-11
/
+50
|
\
|
*
erasure-code/isa: Handle case where data and coding buffers are not 32-byte a...
Jamie Pryde
2024-09-19
2
-11
/
+50
*
|
cmake/ec: use ExternalProject to build isal library
Casey Bodley
2024-09-05
1
-105
/
+10
|
/
*
Merge pull request #58594 from jamiepryde/isa-xor-raid
Yuri Weinstein
2024-08-19
5
-381
/
+81
|
\
|
*
erasure-code/isa: Use isa/raid's xor_gen() instead of the region_xor() optimi...
Jamie Pryde
2024-07-18
5
-381
/
+81
*
|
erasure-code/clay: cleanup unused but set variable count_retrieved_sub_chunks
kshtsk
2024-07-21
1
-2
/
+0
*
|
Merge pull request #57592 from Svelar/asan_ec_shec_t
Yuri Weinstein
2024-07-17
6
-15
/
+39
|
\
\
|
|
/
|
/
|
|
*
ec: free memory because of repeated loading
Rongqi Sun
2024-05-28
5
-6
/
+30
|
*
ec: free plugin memory when it destructs
Rongqi Sun
2024-05-28
1
-9
/
+9
*
|
Merge pull request #55196 from rzarzynski/wip-osd-ec-partial-reads
Radoslaw Zarzynski
2024-07-10
4
-10
/
+42
|
\
\
|
*
|
erasure-code: hack the subchunk handling to honor legacy
Radosław Zarzyński
2024-06-20
1
-0
/
+7
|
*
|
osd: decode_concat() always honors want_to_read
Radoslaw Zarzynski
2024-06-20
1
-1
/
+7
|
*
|
osd: drop the is_systematic from ErasureCodeInterface
Radoslaw Zarzynski
2024-06-03
3
-11
/
+0
|
*
|
osd: glue read scheduling with decoding in terms of want_to_read
Radoslaw Zarzynski
2024-06-03
3
-28
/
+25
|
*
|
osd: generalize the EC partial read optimization
Radoslaw Zarzynski
2024-06-03
1
-0
/
+2
|
*
|
osd: introduce osd_ec_partial_reads configurable
Radoslaw Zarzynski
2024-06-03
1
-3
/
+2
|
*
|
osd: EC Partial Stripe Reads (Retry of #23138 and #52746)
Radoslaw Zarzynski
2024-06-03
3
-1
/
+33
*
|
|
cmake/erasure-code/jerasure: jerasure_utils depends on legacy-option-headers
Casey Bodley
2024-07-03
1
-0
/
+1
|
/
/
*
|
cmake: : link shec_utils against legacy-option-headers
Kefu Chai
2024-05-24
1
-0
/
+2
*
|
Merge pull request #56586 from tchaikov/wip-erasure-code-new
Yuri Weinstein
2024-05-03
2
-5
/
+8
|
\
\
|
*
|
erasure-code: use new/delete to alloc/free coefficients array
Kefu Chai
2024-03-30
2
-5
/
+8
|
|
/
*
|
Merge pull request #57112 from tchaikov/erasure-code-free
Kefu Chai
2024-04-28
1
-1
/
+1
|
\
\
|
*
|
erasure-code/shec: use free() to release alloc()'ed memory chunk
Kefu Chai
2024-04-28
1
-1
/
+1
|
|
/
*
/
erasure-code/shec: replace 0 with nullptr when appropriate
Kefu Chai
2024-04-28
2
-5
/
+5
|
/
*
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
[next]