Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pmdk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Egorov, Sergey (PG/R - Comp Sci & Elec Eng)
pmdk
Commits
174a5da8
Unverified
Commit
174a5da8
authored
5 years ago
by
Marcin Ślusarz
Browse files
Options
Downloads
Patches
Plain Diff
common: 1.7-rc2 release
parent
9abf3a11
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+28
-3
28 additions, 3 deletions
ChangeLog
GIT_VERSION
+0
-1
0 additions, 1 deletion
GIT_VERSION
VERSION
+1
-0
1 addition, 0 deletions
VERSION
with
29 additions
and
4 deletions
ChangeLog
+
28
−
3
View file @
174a5da8
Mon
Sep 2
3
2019 Marcin Ślusarz <marcin.slusarz@intel.com>
Thu
Sep 2
6
2019 Marcin Ślusarz <marcin.slusarz@intel.com>
* Version 1.7-rc
1
* Version 1.7-rc
2
TBD
This release:
- Introduces new APIs in libpmemobj for managing space used by transactions.
(see pmemobj_tx_log_append_buffer man page for details)
- Introduces new APIs in librpmem, splitting rpmem_persist into rpmem_flush
and rpmem_drain, allowing applications to use the flush + drain model
used by libpmem and libpmemobj.
- Optimizes large libpmemobj transactions by significantly reducing
the amount of memory modified at the commit phase.
- Optimizes tracking of libpmemobj reservations.
- Adds new flags for libpmemobj's pmemobj_tx_xadd_range[_direct] API:
POBJ_XADD_NO_SNAPSHOT and POBJ_XADD_ASSUME_INITIALIZED, allowing
applications to optimize how memory is tracked by the library.
To support some of the above changes the libpmemobj on-media layout had
to be changed, which means that old pools have to be converted using
pmdk-convert >= 1.7.
Other changes:
- obj: fix merging of ranges when NOFLUSH flag is used (#1100)
- rpmem: fix closing of ssh connection (#995, #1060)
Internal changes:
- test: fault injection tests for pmemblk, pmemlog, and pmemobj
- test: improved Python testing framework
- test: support real pmem in bad blocks tests
- common: allow not building examples and benchmarks
Tue Aug 27 2019 Marcin Ślusarz <marcin.slusarz@intel.com>
Tue Aug 27 2019 Marcin Ślusarz <marcin.slusarz@intel.com>
...
...
This diff is collapsed.
Click to expand it.
GIT_VERSION
deleted
100644 → 0
+
0
−
1
View file @
9abf3a11
$Format:%h %d$
\ No newline at end of file
This diff is collapsed.
Click to expand it.
VERSION
0 → 100644
+
1
−
0
View file @
174a5da8
1.7-rc2
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment