File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Meta: 1
22Name: zfs
33Branch: 1.0
4- Version: 0.6.5.3
4+ Version: 0.6.5.4
55Release: 1
66Release-Tags: relext
77License: CDDL
Original file line number Diff line number Diff line change @@ -185,6 +185,15 @@ chmod u+x ${RPM_BUILD_ROOT}%{kmodinstdir_prefix}/*/extra/*/*/*
185185rm -rf $RPM_BUILD_ROOT
186186
187187%changelog
188+ * Fri Jan 8 2016 Ned Bass <bass6@llnl.gov> - 0.6.5.4-1
189+ - Linux 4.4 compat
190+ - Assorted stability fixes
191+ - Fixes for NFS-exported snapshots
192+ - Fix kernel warning in unlock_new_inode() and deadlock
193+ - Fix overflow in P2ROUNDUP_TYPED macro
194+ - Fix write performance issue due to bad zfs_dirty_data_max calculation
195+ - Fix builtin kernel builds
196+ - Fix deadlock during direct memory reclaim
188197* Tue Oct 13 2015 Ned Bass <bass6@llnl.gov> - 0.6.5.3-1
189198- Don't import all visible pools in zfs-import init script zfsonlinux/zfs#3777
190199- Fix use-after-free in vdev_disk_physio_completion zfsonlinux/zfs#3920
Original file line number Diff line number Diff line change @@ -332,6 +332,15 @@ exit 0
332332%endif
333333
334334%changelog
335+ * Fri Jan 8 2016 Ned Bass <bass6@llnl.gov> - 0.6.5.4-1
336+ - Linux 4.4 compat
337+ - Assorted stability fixes
338+ - Fixes for NFS-exported snapshots
339+ - Fix kernel warning in unlock_new_inode() and deadlock
340+ - Fix overflow in P2ROUNDUP_TYPED macro
341+ - Fix write performance issue due to bad zfs_dirty_data_max calculation
342+ - Fix builtin kernel builds
343+ - Fix deadlock during direct memory reclaim
335344* Tue Oct 13 2015 Ned Bass <bass6@llnl.gov> - 0.6.5.3-1
336345- Don't import all visible pools in zfs-import init script zfsonlinux/zfs#3777
337346- Fix use-after-free in vdev_disk_physio_completion zfsonlinux/zfs#3920
You can’t perform that action at this time.
0 commit comments