Revisions of pmdk

buildservice-autocommit accepted request 1176871 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 41)
baserev update by copy to link target
Jan Engelhardt's avatar Jan Engelhardt (jengelh) committed (revision 40)
rerun gen-doc.sh
Jan Engelhardt's avatar Jan Engelhardt (jengelh) committed (revision 39)
replace pandoc hacks with reuse of pregen-doc
Jan Engelhardt's avatar Jan Engelhardt (jengelh) committed (revision 38)
throw out pandoc
Jan Engelhardt's avatar Jan Engelhardt (jengelh) committed (revision 37)
- Update to release 2.1
Jan Engelhardt's avatar Jan Engelhardt (jengelh) committed (revision 36)
- Update to release 2.0.1
Jan Engelhardt's avatar Jan Engelhardt (jengelh) committed (revision 35)
stick to changelog format policy; trim user-invisible changes
Jan Engelhardt's avatar Jan Engelhardt (jengelh) accepted request 924641 from Christian Vögl's avatar Christian Vögl (cvoegl) (revision 34)
- Update to PMDK 1.11.1
  Bugfixes:
  - doc: remove exprimental moniker from libpmem2(7)
  - common: fix missing sfence in non-temporal memcpy
  - common: fix a mismatch between prototype and body
  - common: the yearly spellchecker run
  - common: force no LTO for rpm build
  - common: fix mismatched function args
  - obj: rename vars clashing with those of a containing block
  - pmem2: don't force smaller alignment for fsdax mappings
  - pool: don't trample upon users of localtime()
  - rpmem: Fix RPMEM_RAW_BUFF_SIZE and LANE_ALIGN_SIZE for powerpc64le
  - rpmem: drop a redundant check 
Jan Engelhardt's avatar Jan Engelhardt (jengelh) committed (revision 33)
Jan Engelhardt's avatar Jan Engelhardt (jengelh) committed (revision 32)
- Trim old specfile constructs like defattr.
Christian Vögl's avatar Christian Vögl (cvoegl) accepted request 919104 from Christian Vögl's avatar Christian Vögl (cvoegl) (revision 31)
- Renamed libpmem2-1-devel to libpmem2-devel
Christian Vögl's avatar Christian Vögl (cvoegl) accepted request 918706 from Christian Vögl's avatar Christian Vögl (cvoegl) (revision 30)
- Update to PMDK 1.11.0
  * Version 1.11.0
    - 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 a 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.
    - 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. 
  * Version 1.10
    - This release introduces a new stable PMDK library, libpmem2, which
      is the next major release of libpmem.
      This library has an entirely new, but familiar, API that addresses many
      shortcomings of the previous version, while retaining all of its
      functionality. To learn more, see https://pmem.io/pmdk/libpmem2/ or
      libpmem2(7).
      The old library, libpmem, is still going to be maintained for the
      foreseeable future, but we'd like to encourage any new applications to
      leverage libpmem2.
- Update to PMDK 1.9.2
  * Version 1.9.2
    - This release reverts an incorrect change in SDS handling
      "pool: disable SDS check if not supported", and introduces
      a proper fix for the issues that patch attempted to correct.
  * Version 1.9.1
    - common: fix LIBFABRIC flags
    - common: Add runtime SDS check and disable
    - pool: disable SDS check if not supported
    - obj: fix failure atomicity bug in huge allocs
    - obj: add missing drain after ulog processing 
 - Drop common-fix-LIBFABRIC-flags.patch (now in upstream)
 - Add a comment to gen-doc.sh
buildservice-autocommit accepted request 865986 from Michal Suchanek's avatar Michal Suchanek (michals) (revision 29)
baserev update by copy to link target
Michal Suchanek's avatar Michal Suchanek (michals) accepted request 865882 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 28)
- Enable aarch64 build
buildservice-autocommit accepted request 825930 from Nicolas Morey-Chaisemartin's avatar Nicolas Morey-Chaisemartin (NMoreyChaisemartin) (revision 27)
baserev update by copy to link target
Nicolas Morey-Chaisemartin's avatar Nicolas Morey-Chaisemartin (NMoreyChaisemartin) accepted request 825928 from Nicolas Morey-Chaisemartin's avatar Nicolas Morey-Chaisemartin (NMoreyChaisemartin) (revision 26)
- Update to PMDK 1.9
  - Switches the default instruction set for memcpy, memmove and memset
    implementations on x86 to AVX512, and introduces numerous performance
    improvements for those operations on AVX and SSE2 fallback paths.
  - Optimizes transactional allocations in libpmemobj by avoiding one
    extraneous cache miss and reducing the amount of work required to perform
    a reservation.
  - Introduces a new API in libpmemobj, pmemobj_tx_set_failure_behavior,
    that enables the application to control the behavior of aborting
    transactions.
  - Stabilizes support for ppc64.
  - pmem: mem[cpy|set] optimization when eADR is available
  - obj: detect msync failures in non-pmem variants of mem[cpy|move|set]
- Add patches to fix compilation against libfabric:
  - examples-rpmem-add-missing-lfabric-flag.patch to fix examples linkage errors
  - common-fix-LIBFABRIC-flags.patch to fix daemons/tools linkage errors
buildservice-autocommit accepted request 781100 from Nicolas Morey-Chaisemartin's avatar Nicolas Morey-Chaisemartin (NMoreyChaisemartin) (revision 25)
baserev update by copy to link target
Nicolas Morey-Chaisemartin's avatar Nicolas Morey-Chaisemartin (NMoreyChaisemartin) accepted request 781091 from Nicolas Morey-Chaisemartin's avatar Nicolas Morey-Chaisemartin (NMoreyChaisemartin) (revision 23)
- Update to PMDK 1.8
  - Introduces new API in libpmemobj for user-assisted defragmentation
    (see pmemobj_defrag man page for details).
  - Introduces experimental support for PPC64LE architecture.
  - Introduces new flag in libpmemobj for opting-out of transaction aborts on failure
    (POBJ_TX_NO_ABORT), along with new variants of existing APIs that didn't accept
    flags (pmemobj_tx_xfree, pmemobj_tx_xpublish,
  - pmemobj_tx_xlock, pmemobj_tx_xlog_append_buffer, pmemobj_tx_xstrdup, pmemobj_tx_xwcsdup).
  - Moves out libvmem and libvmmalloc to the new repository (https://github.com/pmem/vmem).
  - obj: introduce new statistics useful for defrag
  - obj: introduce transient/persistent statistics enabling
  - obj: introduce pmemobj_tx_(set/get)_user_data funcs
  - obj: introduce pmemobj_(set/get)_user_data funcs
  - obj: disable workaround for offsetof() since VS 15.5 in public header
  - common: drop support for libndctl < 63 on Linux
  - pool: rename -N --no-exec to -d --dry-run
- Add gen-doc.sh to pregenerate documentation in pregen-doc.tgz and avoid adding a
  build dependency to pandoc
buildservice-autocommit accepted request 741998 from Johannes Thumshirn's avatar Johannes Thumshirn (morbidrsa) (revision 22)
baserev update by copy to link target
Displaying revisions 1 - 20 of 41
openSUSE Build Service is sponsored by