aboutsummaryrefslogtreecommitdiffstats
path: root/rpm/generic/zfs.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'rpm/generic/zfs.spec.in')
-rw-r--r--rpm/generic/zfs.spec.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in
index 20b59088e..c7010c2f7 100644
--- a/rpm/generic/zfs.spec.in
+++ b/rpm/generic/zfs.spec.in
@@ -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