- Aug 27, 2019
-
- Aug 26, 2019
-
-
Marcin Ślusarz authored
Merge stable-1.5 into stable-1.6
-
Marcin Ślusarz authored
-
Marcin Ślusarz authored
[1.5] obj: fix possible memory leak in tx_add_lock
-
- Aug 22, 2019
-
-
Weronika Lewandowska authored
Ref: pmem/issues#1028
-
Jan M Michalski authored
Bug fixes from stable-1.6
-
Grzegorz Brzeziński authored
-
Jan M Michalski authored
test: preserve UNITTEST_CHECK_OPEN_FILES_IGNORE_BADBLOCKS in test
-
- Aug 21, 2019
-
-
Łukasz Plewa authored
After pmem/pmdk#3099 pmemdetect on windows was silently failing due to missing access to libpmem which was moved to a different directory. To fix this issue we have to append lib directory to the PATH variable. This change moves pmemdetect related code to a separate thread (separate shell), as we should not modify PATH variable in the user shell.
-
- Aug 14, 2019
-
-
Łukasz Plewa authored
preserving the environment variable TEST will set it to empty value in variable is not set. We need to handle this case in the unittest framework ref: pmem/issues#1101
-
Marcin Ślusarz authored
test: fix match file in rpmem_addr_ext test
-
- Aug 13, 2019
-
-
Grzegorz Brzeziński authored
Information about libfabric fork safety is no longer printed
-
Marcin Ślusarz authored
test: fix match files in tests which use dax devices
-
Grzegorz Brzeziński authored
-
- Aug 09, 2019
-
-
Marcin Ślusarz authored
-
Marcin Ślusarz authored
-
- 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
-