Skip to content

PMDK Version 1.11.0

Compare
Choose a tag to compare
@pbalcer pbalcer released this 02 Jul 10:55
· 51 commits to stable-1.11 since this release
1.11.0
8583fcf

This release:

  • Adds new APIs for libpmem2, most notably there are new functions to shrink and extend an existing reservation and a new iterator API for mappings contained within an existing reservation. There's also a new function to retrieve a numa node for a source.
  • Makes the pmemobj_open() and pmemobj_close() functions from libpmemobj thread-safe. It's now easier to correctly manage persistent memory pools in a parallel environment.
  • Introduces a new API in libpmemobj to globally change the method of assigning arenas to threads. The default is to rely on an OS per-thread key to store arena information. This release introduces an option to avoid the use of thread-local keys by simply using one global arena for all threads in a pool.

Other changes and notable bug fixes:

  • pmem2: don't force smaller alignment for fsdax mappings
  • rpmem: various fixes for powerpc64le
  • doc: fix documentation of pmem_is_pmem()
  • common: fix various minor problems found by static analysis
  • pmem2: arm64: fix possible data loss on ARMv8.2+ (improper flushing)

This release introduces no changes to the on-media layout and is fully compatible with the previous version of PMDK.