- Jan 29, 2020
-
-
Marcin Ślusarz authored
-
Marcin Ślusarz authored
-
Marcin Ślusarz authored
-
Marcin Ślusarz authored
obj: fix zone size calculations
-
Piotr Balcer authored
The calculations for total available heap size for user allocations didn't take all possible metadata into account, leading to situations where for certain heap sizes the zone size was too large by a chunk.
-
Marcin Ślusarz authored
doc: update pmemobj_alloc.3
-
Marcin Ślusarz authored
test: fix util_cpuid to require x86_64
-
Łukasz Stolarczuk authored
with more precise description on using non-transactional API in transactions.
-
Lucas A. M. Magalhaes authored
Signed-off-by:
Lucas A. M. Magalhaes <lamm@linux.ibm.com>
- Jan 28, 2020
-
-
Jan M Michalski authored
test: catch threading failures as soon as possible
-
Jan M Michalski authored
obj: fix defrag when the last object is referenced the most
-
Marcin Ślusarz authored
Ref: #4505
-
Marcin Ślusarz authored
test: vcxproj obj_defrag fixes
-
Weronika Lewandowska authored
-
Marcin Ślusarz authored
PTHREAD prefix doesn't make any sense, when its implementation doesn't use pthreads on Windows.
-
Marcin Ślusarz authored
-
Marcin Ślusarz authored
Those variants handle failures.
-
- Jan 27, 2020
-
-
Marcin Ślusarz authored
test: remove logging from the parallelized path
-
Marcin Ślusarz authored
Ref: #4505
-
Jan M Michalski authored
Since our logging subsystem is not thread-safe it should not be used by mulitple threads in parallel.
-
- Jan 24, 2020
-
-
Marcin Ślusarz authored
test: disable Valgrind in specified defrag test cases
-
Grzegorz Brzeziński authored
These test cases last too long.
-
- Jan 23, 2020
-
-
Marcin Ślusarz authored
minor build system fixes
-
Marcin Ślusarz authored
Will be used in generated realease packages, which contain prebuilt man pages.
-
Marcin Ślusarz authored
Fixes "make && make rpm/dpkg" on sources from release package. Clobbering the tree makes sense because utils/copy-source.sh takes whatever is in the source directory when it's not a git tree.
-
Marcin Ślusarz authored
make .gz files reproducible
-
- Jan 22, 2020
-
-
Adam Borowski authored
This makes the build reproducible.
-
Marcin Ślusarz authored
doc: add dependency between compressed and uncompressed man pages
-
Marcin Ślusarz authored
doc: stop generating txt files from man pages
-
Marcin Ślusarz authored
fixes "make install" without "make" on freshly cloned tree
-
Marcin Ślusarz authored
Markdown files are readable enough for quick look.
-
Marcin Ślusarz authored
doc: add missing aliases
-
Marcin Ślusarz authored
test: fix buffer overflow in obj_memops test
-
Weronika Lewandowska authored
-
Marcin Ślusarz authored
kill eatmydata in some tests
-
Marcin Ślusarz authored
obj: remove fill ratio optimization from defrag
-
- Jan 21, 2020
-
-
Piotr Balcer authored
This patch removes a check from defrag that prevented realloc of objects from highly filled runs to low filled runs. This was originally done as a performance optimization to reduce the number of realloced objects. Turns out this has non-negligible negative impact on effectivness of defrag.
-
Adam Borowski authored
-
Marcin Ślusarz authored
Ref: #4369
-