-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixed more error path memory leaks. - Fixed some potential initialization issues in the UDS module. - Rebased to version 6.2.0 of the UDS module - Improved counting of dedupe timeouts by including in the count queries which are not made due to their being a lack of resources from previous queries taking too long. - Fixed a NULL pointer dereference if dmeventd registration fails. - Fixed a bug in the statistics tracking partial I/Os. - Allowed VDO backing devices to be specified by major:minor device number. - Suppressed egregious read-only error logging.
- Loading branch information
Showing
457 changed files
with
4,570 additions
and
4,839 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
%define spec_release 1 | ||
|
||
%define kmod_name kvdo | ||
%define kmod_driver_version 6.1.1.125 | ||
%define kmod_driver_version 6.1.2.38 | ||
%define kmod_rpm_release %{spec_release} | ||
%define kmod_kernel_version 3.10.0-693.el7 | ||
%define kmod_headers_version %(rpm -qa kernel-devel | sed 's/^kernel-devel-//') | ||
|
@@ -215,5 +215,5 @@ install -m 644 -D $PWD/obj/%{kmod_kbuild_dir}/Module.symvers $RPM_BUILD_ROOT/usr | |
rm -rf $RPM_BUILD_ROOT | ||
|
||
%changelog | ||
* Fri Sep 14 2018 - J. corwin Coburn <[email protected]> - 6.1.1.125-1 | ||
HASH(0x18fdb28) | ||
* Tue Mar 19 2019 - J. corwin Coburn <[email protected]> - 6.1.2.38-1 | ||
HASH(0x17d6a10) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.