-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
META file and release log updated. Signed-off-by: Ned Bass <[email protected]>
- Loading branch information
Showing
3 changed files
with
19 additions
and
1 deletion.
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 @@ | ||
Meta: 1 | ||
Name: zfs | ||
Branch: 1.0 | ||
Version: 0.6.5.3 | ||
Version: 0.6.5.4 | ||
Release: 1 | ||
Release-Tags: relext | ||
License: CDDL | ||
|
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 |
---|---|---|
|
@@ -185,6 +185,15 @@ chmod u+x ${RPM_BUILD_ROOT}%{kmodinstdir_prefix}/*/extra/*/*/* | |
rm -rf $RPM_BUILD_ROOT | ||
|
||
%changelog | ||
* Fri Jan 8 2016 Ned Bass <[email protected]> - 0.6.5.4-1 | ||
- Linux 4.4 compat | ||
- Assorted stability fixes | ||
- Fixes for NFS-exported snapshots | ||
- Fix kernel warning in unlock_new_inode() and deadlock | ||
- Fix overflow in P2ROUNDUP_TYPED macro | ||
- Fix write performance issue due to bad zfs_dirty_data_max calculation | ||
- Fix builtin kernel builds | ||
- Fix deadlock during direct memory reclaim | ||
* Tue Oct 13 2015 Ned Bass <[email protected]> - 0.6.5.3-1 | ||
- Don't import all visible pools in zfs-import init script zfsonlinux/zfs#3777 | ||
- Fix use-after-free in vdev_disk_physio_completion zfsonlinux/zfs#3920 | ||
|
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 |
---|---|---|
|
@@ -332,6 +332,15 @@ exit 0 | |
%endif | ||
|
||
%changelog | ||
* Fri Jan 8 2016 Ned Bass <[email protected]> - 0.6.5.4-1 | ||
- Linux 4.4 compat | ||
- Assorted stability fixes | ||
- Fixes for NFS-exported snapshots | ||
- Fix kernel warning in unlock_new_inode() and deadlock | ||
- Fix overflow in P2ROUNDUP_TYPED macro | ||
- Fix write performance issue due to bad zfs_dirty_data_max calculation | ||
- Fix builtin kernel builds | ||
- Fix deadlock during direct memory reclaim | ||
* Tue Oct 13 2015 Ned Bass <[email protected]> - 0.6.5.3-1 | ||
- Don't import all visible pools in zfs-import init script zfsonlinux/zfs#3777 | ||
- Fix use-after-free in vdev_disk_physio_completion zfsonlinux/zfs#3920 | ||
|