- Sep 18, 2020
-
-
Łukasz Plewa authored
-
- Aug 18, 2020
-
-
Piotr Balcer authored
obj: fix data_store example transaction logic
-
Piotr Balcer authored
pmem2: fix munmap when file mapping fails (posix)
-
- Aug 13, 2020
-
-
Krzysztof Swiecicki authored
-
- Aug 12, 2020
-
-
Krzysztof Swiecicki authored
Reservation region should be unmapped only when it wasn't provided by the config, otherwise the job of cleaning up the reservation is up to the invoking layer.
-
- Aug 11, 2020
-
-
Weronika Lewandowska authored
pmem2: implement vm_reservation API
-
- Aug 10, 2020
-
-
Krzysztof Swiecicki authored
Change pmem2_map to check if config structure reservation is set. When the reservation is set, there is no need to create a placeholder mapping to map a file.
-
Łukasz Plewa authored
test: fix cstyle issue in py testframework
-
Weronika Lewandowska authored
test: fix usc permission check tool
-
- Aug 07, 2020
-
-
Piotr Balcer authored
pmem2: fix config test typo
-
Krzysztof Swiecicki authored
-
- Aug 06, 2020
-
-
Piotr Balcer authored
basetest.py:265:13: E741 ambiguous variable name 'l'
-
Piotr Balcer authored
-
Piotr Balcer authored
test: fix symbol format in the scope tests
-
Piotr Balcer authored
test: set libraries debug logs envs (py)
-
Weronika Lewandowska authored
-
- Aug 05, 2020
-
-
Piotr Balcer authored
update valgrind suppressions for new glibc
-
- Aug 04, 2020
-
-
Adam Borowski authored
-
Adam Borowski authored
Both __GI_mempcpy and __GI_memcpy can come here, the latter starting with glibc 2.35.
-
Weronika Lewandowska authored
-
Piotr Balcer authored
fix build with -Og on some platforms
-
Leszek Lugin authored
-
Adam Borowski authored
It's not obvious to the compiler that, as there's at least one extent, these variables will always be initialized.
-
- Jul 29, 2020
-
-
Łukasz Plewa authored
doc: fix too long line in the libpmem2.7 man
-
- Jul 28, 2020
-
-
Weronika Lewandowska authored
-
- Jul 27, 2020
-
-
Piotr Balcer authored
doc: align error section
-
Piotr Balcer authored
doc: libpmem2.7 man update
-
- Jul 24, 2020
-
-
Weronika Lewandowska authored
-
- Jul 23, 2020
-
-
Łukasz Plewa authored
test: update unmap to delete
-
Weronika Lewandowska authored
-
Weronika Lewandowska authored
pmem2: deregister valgrind mapping prior to unmap
-
Weronika Lewandowska authored
pmem2: fix non-page-aligned deep flushes
-
Weronika Lewandowska authored
-
- Jul 22, 2020
-
-
Weronika Lewandowska authored
test: document test framework
-
- Jul 21, 2020
-
-
Piotr Balcer authored
-
Leszek Lugin authored
... as well as very minor code cleanup
-
Piotr Balcer authored
common: add header for FALLOC_FL_PUNCH_HOLE
-
- Jul 20, 2020
-
-
fangran authored
-
Piotr Balcer authored
This was raported by coverity as use-after-free, but I think it's unlikely to be a real problem. But the fix is simple enough...
-
Piotr Balcer authored
benchmark: fix memset scenario name
-