- Aug 09, 2019
-
- Aug 06, 2019
-
-
Marcin Ślusarz authored
Merge stable-1.5 into stable-1.6
-
Marcin Ślusarz authored
test: suppress ld leak
-
Marcin Ślusarz authored
common: fix persistent domain termination
-
Weronika Lewandowska authored
Ref: pmem/issues#1098
-
Weronika Lewandowska authored
Ref: pmem/issues#1093 Ref: pmem/issues#1096 Ref: pmem/issues#1097
-
- Aug 05, 2019
-
-
Marcin Ślusarz authored
test: remove invalid expect_normal_exit
-
Jan M Michalski authored
expect_normal_exit is incompatible with copy_file_to_node and is causing trouble when used with valgrind. Ref: pmem/issues#1092
-
- Aug 02, 2019
-
-
Marcin Ślusarz authored
test: overwrite old log in pmempool_create/TEST14.PS1
-
Łukasz Plewa authored
Ref: pmem/issues#1013
-
Marcin Ślusarz authored
test: remove old log files for windows
-
Dawid Paluszkiewicz authored
Ref: pmem/issues#1013
-
Marcin Ślusarz authored
test: adjust matchfiles in vmem_valgrind_region test
-
Grzegorz Brzeziński authored
-
- Jul 30, 2019
-
-
Jan M Michalski authored
test: require enoug space for obj_zones/TEST1
-
- Jul 29, 2019
-
-
Piotr Balcer authored
-
- Jul 26, 2019
-
-
Marcin Ślusarz authored
Merge stable-1.5 into stable-1.6
-
Marcin Ślusarz authored
obj: fix recycler not locating unused chunks
-
- Jul 25, 2019
-
-
Piotr Balcer authored
In scenarios where free() is done very rarely the memory in the recycler would not be looked at because the estimates would indicate that no memory was freed and there's no reason to search the tree. Normally that's OK, because eventually the heap would trigger a forced search of the entire recycler for the allocation class, locating all the memory that might have been missed. But, the forced recalculation erronously looked at the estimates and required that at least some memory were freed since the last recycler run - which might have not been the case. This patch makes the forced recycling run without looking at the estimates. Reported-by:
Denny Zhao <denny.zhao@memverge.com>
-
Marcin Ślusarz authored
examples: fix two strncpy issues
-
Marcin Ślusarz authored
test: delete vmem delete
-
Weronika Lewandowska authored
Ref: pmem/issues#1074 We decided to remove this tests, because it checks undefined behavior; operations on deleted pool.
-
- Jul 24, 2019
-
-
Marcin Ślusarz authored
Merge stable-1.5 to stable-1.6
-
Marcin Ślusarz authored
common: implement correct / robust device_dax_alignment
-
Dan Williams authored
The original implementation was looking at an NVDIMM specific attribute that is not generally applicable to all device-dax instances. It was also fragile in the face of the device-dax instances transitioning between 'dax-bus' and 'dax-class' device types. Re-implement device_dax_alignment() to be compatible with either device model. The implementation walks the sysfs path hierarchy until it reaches the device hosting the "dax_region". Link: https://github.com/pmem/issues/issues/1071 Signed-off-by:
Dan Williams <dan.j.williams@intel.com> Signed-off-by:
Łukasz Plewa <lukasz.plewa@intel.com>
-
- Jul 22, 2019
-
-
Adam Borowski authored
We fix up the missing null-terminator in the next line.
-
Adam Borowski authored
As usually, any use of strncpy() for a C string is a bug. In this case, it will never null-terminate the string, then if the malloced buffer isn't zeroed, the strncat() will skip over some garbage. Found by gcc-9's new warnings, just enabled in dpkg-buildflags.
-
- Jul 17, 2019
-
-
Jan M Michalski authored
common: support older versions of pkg-config
-
- Jul 10, 2019
-
-
Marcin Ślusarz authored
Older pkg-config (at least 0.27.1) doesn't support multiple Requires.private's in a single file.
-
Marcin Ślusarz authored
doc: automatic stable-1.6 docs update
-
pmem-bot authored
-
Marcin Ślusarz authored
Merge stable-1.5 into stable-1.6 with doc updates.
-
Marcin Ślusarz authored
Lots of conflicts resolved to use stable-1.6 version.
-
Weronika Lewandowska authored
-
Marcin Ślusarz authored
doc: automatic stable-1.5 docs update
-
pmem-bot authored
-
Marcin Ślusarz authored
-
- Jul 09, 2019
-
-
Marcin Ślusarz authored
common: fix path to valid-branches script
-
Weronika Lewandowska authored
-
Marcin Ślusarz authored
common: add autodoc to Travis
-