summaryrefslogtreecommitdiffstats
path: root/src/osd/ECUtil.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* osd: fix trimming of multistripe partial readsRadoslaw Zarzynski2024-06-201-0/+10
* osd: minimize alignment requirements of ReadPipelineRadoslaw Zarzynski2024-06-031-1/+15
* osd: glue read scheduling with decoding in terms of want_to_readRadoslaw Zarzynski2024-06-031-0/+1
* osd: generalize the EC partial read optimizationRadoslaw Zarzynski2024-06-031-1/+1
* osd: refactor get_min_want_to_read_shards() of EC supportRadoslaw Zarzynski2024-06-031-0/+10
* osd: shuffle ECUtil::stripe_info_t::aligned_offset_len_to_chunk to .ccRadoslaw Zarzynski2024-06-031-7/+1
* osd: EC Partial Stripe Reads (Retry of #23138 and #52746)Radoslaw Zarzynski2024-06-031-2/+13
* osd: Build ceph-osd without using namespace declarations in headersAdam C. Emerson2020-04-061-13/+13
* Rename "include/assert.h"Brad Hubbard2018-09-141-1/+1
* osd: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-5/+5
* include/memory.h: remove memory.hKefu Chai2018-06-261-1/+1
* core: use const_iterator for decodeKefu Chai2018-05-171-1/+1
* osd rados command: Improve scrub handling of HashInfo (hinfo_key xattr)David Zafman2018-04-101-0/+2
* osd: cleanup: Remove unused const varsDavid Zafman2018-01-141-5/+0
* osd: Use unqualified encode/decodeAdam C. Emerson2018-01-101-1/+1
* erasure-code: optimize header file dependencyshawn2017-05-191-21/+17
* ECBackend: integrate cache and rmw pipelineSamuel Just2016-11-171-4/+40
* ECUtil: remove unused stripe_info_t::stripe_sizeKefu Chai2016-02-061-2/+1
* make ctors with one argument explicitDanny Al-Gaaf2016-01-291-1/+1
* common/buffer: forward declare bufferMichal Jarzabek2015-11-301-15/+2
* Removed extra semicolonsDaniel J. Hofmann2014-05-091-1/+1
* ECUtil.h: clarify calculation with bracesDanny Al-Gaaf2014-05-071-3/+3
* ECUtil: clear() should reset hashes to -1, not 0Samuel Just2014-02-221-1/+1
* osd: use ceph scoped shared_ptrNoah Watkins2014-02-211-2/+2
* osd/ECUtil: add ec encode/decode util helpersSamuel Just2014-02-181-0/+154