Skip to content

Commit

Permalink
Release version 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoutoupis committed Feb 11, 2022
1 parent e6681e4 commit d4d8490
Show file tree
Hide file tree
Showing 14 changed files with 43 additions and 14 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ Scott McGillivray
Boian Berberov
Shub77
Matteo Tenca
betawaffle
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### Release 8.1.0 ###

- module: Added support for 5.16 and 5.17 kernels (thank you Nitrooo)
- module: Fixed queue allocation defect for 5.15 kernel (thank you Nitrooo)
- module: Fixed ram drive allocation bug when sending invalid disk number (thank you betawaffle)
- utility: Expanded writecache stats to supported in 5.15+ kernels.
- misc: Cleaned up Makefiles

### Release 8.0.1 ###

- packaging: Fixed package descriptions
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
rapiddisk (8.1.0-1) released; urgency=medium

* module: Added support for 5.16 and 5.17 kernels (thank you Nitrooo)
* module: Fixed queue allocation defect for 5.15 kernel (thank you Nitrooo)
* module: Fixed ram drive allocation bug when sending invalid disk number (thank you betawaffle)
* utility: Expanded writecache stats to supported in 5.15+ kernels.
* misc: Cleaned up Makefiles

rapiddisk (8.0.1-1) released; urgency=medium

* packaging: Fixed package descriptions
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: rapiddisk
Version: 8.0.1-1
Version: 8.1.0-1
Section: base
Priority: optional
Architecture: amd64
Expand Down
6 changes: 3 additions & 3 deletions debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ fi
case "$1" in

configure)
dkms add -m rapiddisk -v 8.0.1
dkms build -m rapiddisk -v 8.0.1
dkms install -m rapiddisk -v 8.0.1
dkms add -m rapiddisk -v 8.1.0
dkms build -m rapiddisk -v 8.1.0
dkms install -m rapiddisk -v 8.1.0
echo "rapiddisk max_sectors=2048 nr_requests=1024" >> /etc/modules
echo "rapiddisk-cache" >> /etc/modules
echo "dm_mod" >> /etc/modules
Expand Down
2 changes: 1 addition & 1 deletion debian/prerm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fi

case "$1" in
remove|upgrade|deconfigure)
dkms remove -m rapiddisk -v 8.0.1 --all
dkms remove -m rapiddisk -v 8.1.0 --all
;;

failed-upgrade)
Expand Down
2 changes: 1 addition & 1 deletion module/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
# SPDX-License-Identifier: GPL-2.0-only

VERSION = 8.0.1
VERSION = 8.1.0

ifeq ($(KSRC),)
KSRC := /lib/modules/$(shell uname -r)/build
Expand Down
2 changes: 1 addition & 1 deletion module/dkms.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME="rapiddisk"
PACKAGE_VERSION="8.0.1"
PACKAGE_VERSION="8.1.0"
BUILT_MODULE_NAME[0]="rapiddisk"
BUILT_MODULE_NAME[1]="rapiddisk-cache"
DEST_MODULE_LOCATION[0]="/kernel/rapiddisk/"
Expand Down
4 changes: 2 additions & 2 deletions module/rapiddisk-cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
} \
} while (0)

#define VERSION_STR "8.0.1"
#define VERSION_STR "8.1.0"
#define DM_MSG_PREFIX "rapiddisk-cache"

#define READCACHE 1
Expand Down Expand Up @@ -1244,7 +1244,7 @@ cache_status(struct dm_target *ti, status_type_t type, unsigned status_flags,

static struct target_type cache_target = {
.name = "rapiddisk-cache",
.version = {8, 0, 1},
.version = {8, 1, 0},
.module = THIS_MODULE,
.ctr = cache_ctr,
.dtr = cache_dtr,
Expand Down
2 changes: 1 addition & 1 deletion module/rapiddisk.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#include <linux/radix-tree.h>
#include <linux/io.h>

#define VERSION_STR "8.0.1"
#define VERSION_STR "8.1.0"
#define PREFIX "rapiddisk"
#define BYTES_PER_SECTOR 512
#define MAX_RDSKS 128
Expand Down
8 changes: 7 additions & 1 deletion rapiddisk.spec.rhel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: The RapidDisk software defined advanced RAM drive and storage caching solution.
Name: rapiddisk
Version: 8.0.1
Version: 8.1.0
Release: 1
License: General Public License Version 2
Group: Applications/System
Expand Down Expand Up @@ -80,6 +80,12 @@ rm -rf %{buildroot}
%doc %attr(0444,root,root) /usr/share/man/man1/*

%changelog
* Fri Feb 11 2022 Petros Koutoupis <[email protected]>
- module: Added support for 5.16 and 5.17 kernels (thank you Nitrooo)
- module: Fixed queue allocation defect for 5.15 kernel (thank you Nitrooo)
- module: Fixed ram drive allocation bug when sending invalid disk number (thank you betawaffle)
- utility: Expanded writecache stats to supported in 5.15+ kernels.
- misc: Cleaned up Makefiles
* Thu Dec 23 2021 Petros Koutoupis <[email protected]>
- packaging: Fixed package descriptions
- misc: update authors file
Expand Down
8 changes: 7 additions & 1 deletion rapiddisk.spec.sles
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: The RapidDisk software defined advanced RAM drive and storage caching solution.
Name: rapiddisk
Version: 8.0.1
Version: 8.1.0
Release: 1
License: General Public License Version 2
Group: Applications/System
Expand Down Expand Up @@ -81,6 +81,12 @@ rm -rf %{buildroot}
%doc %attr(0444,root,root) /usr/share/man/man1/*

%changelog
* Fri Feb 11 2022 Petros Koutoupis <[email protected]>
- module: Added support for 5.16 and 5.17 kernels (thank you Nitrooo)
- module: Fixed queue allocation defect for 5.15 kernel (thank you Nitrooo)
- module: Fixed ram drive allocation bug when sending invalid disk number (thank you betawaffle)
- utility: Expanded writecache stats to supported in 5.15+ kernels.
- misc: Cleaned up Makefiles
* Thu Dec 23 2021 Petros Koutoupis <[email protected]>
- packaging: Fixed package descriptions
- misc: update authors file
Expand Down
2 changes: 1 addition & 1 deletion scripts/rapiddisk-legacy/rapiddisk-legacy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi
## usage ##
function help_menu()
{
echo -e "$1 8.0.1"
echo -e "$1 8.1.0"
echo -e "Copyright 2011 - 2022 Petros Koutoupis"
echo -e ""
echo -e "$1 is an administration tool to manage the RapidDisk RAM disk devices and"
Expand Down
2 changes: 1 addition & 1 deletion src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#define PROCESS "rapiddisk"
#define DAEMON PROCESS "d"
#define COPYRIGHT "Copyright 2011 - 2022 Petros Koutoupis"
#define VERSION_NUM "8.0.1"
#define VERSION_NUM "8.1.0"
#define SUCCESS 0
#define INVALID_VALUE -1
#define NAMELEN 0x200
Expand Down

0 comments on commit d4d8490

Please sign in to comment.