Skip to content

Commit

Permalink
ndctl: release v71
Browse files Browse the repository at this point in the history
This release incorporates functionality up to the 5.10 kernel.

Highlights include support for the new device-dax subdivision
functionality added in Linux in v5.10, including ways to create smaller
devdax devices using daxctl/libdaxctl, as well as creating, listing, and
restoring from a config dump, 'mappings' on these devices. Other updates
include several static analysis fixups, reworking the license
identification scheme for different sub-components, and a fix for the
reconfigure-in-place workflow which tries to retain device names.

Commands:
  daxctl-create-device: new command
  daxctl-destroy-device: new command
  daxctl-enable-device: new command
  daxctl-disable-device: new command
  daxctl-reconfigure-device: allow resizing devices
  ndctl-create-namespace: improve reconfigure in-place

Tests:
  daxctl-create.sh: new test for device-dax subdivision

APIs:
  daxctl_dev_get_align
  daxctl_dev_set_align
  daxctl_dev_set_mapping
  daxctl_dev_set_size
  daxctl_mapping_get_end
  daxctl_mapping_get_first
  daxctl_mapping_get_next
  daxctl_mapping_get_offset
  daxctl_mapping_get_size
  daxctl_mapping_get_start
  daxctl_region_create_dev
  daxctl_region_destroy_dev
  • Loading branch information
stellarhopper committed Dec 19, 2020
1 parent 032ff52 commit 4486529
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Makefile.am.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ SED_PROCESS = \
< $< > $@ || rm $@

LIBNDCTL_CURRENT=25
LIBNDCTL_REVISION=0
LIBNDCTL_REVISION=1
LIBNDCTL_AGE=19

LIBDAXCTL_CURRENT=5
LIBDAXCTL_CURRENT=6
LIBDAXCTL_REVISION=0
LIBDAXCTL_AGE=4
LIBDAXCTL_AGE=5
2 changes: 1 addition & 1 deletion git-version
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dirty() {
fi
}

DEF_VER=70
DEF_VER=71

LF='
'
Expand Down

0 comments on commit 4486529

Please sign in to comment.