summaryrefslogtreecommitdiffstats
path: root/src/erasure-code/ErasureCodePlugin.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* ec: free plugin memory when it destructsRongqi Sun2024-05-281-9/+9
* common: Add dlfcn_compat.h for win32Lucian Petrut2020-04-141-6/+2
* erasure-code: s/Mutex/ceph::mutex/Kefu Chai2019-08-031-12/+11
* erasure-code: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-4/+4
* os,common: check __APPLE__ for osx not DARWINKefu Chai2017-09-161-1/+1
* erasure-code: optimize header file dependencyshawn2017-05-191-0/+2
* On Darwin: subfix of dynamic library is dylibYan, Zheng2015-08-311-0/+4
* osd: always load erasure plugins from the configured directorySage Weil2015-08-211-3/+3
* erasure-code: verify the profile content matches get_profile()Loic Dachary2015-06-011-1/+9
* erasure-code: implement consistent error streamLoic Dachary2015-05-251-16/+16
* erasure-code: define the ErasureCodeProfile typeLoic Dachary2015-05-251-4/+4
* ErasureCodePlugin.cc: reduce scope of variableDanny Al-Gaaf2014-10-261-2/+1
* ErasureCodePlugin.cc: prefer ++operator for non-primitive iteratorsDanny Al-Gaaf2014-09-021-1/+1
* erasure-code: assert the PluginRegistry lock is held when it mustLoic Dachary2014-08-281-0/+5
* erasure-code: add Ceph version check to pluginsLoic Dachary2014-08-281-0/+17
* erasure-code: implement ErasureCodePluginRegistry::removeLoic Dachary2014-08-281-0/+12
* erasure-code: add directory to plugin init functionsLoic Dachary2014-08-281-11/+9
* erasure-code: preload the jerasure pluginLoic Dachary2014-08-201-0/+22
* erasure-code: Ceph distributed storage systemLoic Dachary2014-06-011-1/+1
* Use cpp_strerror() wherever possible, and use autoconf for portabilityDan Mick2014-04-141-1/+2
* erasure-code: allow loading a plugin from factory()Loic Dachary2014-03-271-8/+11
* erasure-code: remove dependency to the global contextLoic Dachary2014-03-171-25/+14
* common,erasure-code,mon: s/erasure-code-//Loic Dachary2014-03-171-2/+2
* mon,osd,erasure-code: update copyright noticesLoic Dachary2014-03-171-1/+1
* ErasureCodePlugin.cc: reduce scope of local variableDanny Al-Gaaf2014-03-041-1/+1
* erasure-code: move source files to a dedicated directoryLoic Dachary2014-02-061-0/+142