Skip to content

zfs-0.7.6

Compare
Choose a tag to compare
@tonyhutter tonyhutter released this 06 Feb 00:48
· 6753 commits to master since this release
zfs-0.7.6

Supported Kernels

  • Compatible with 2.6.32 - 4.15 Linux kernels.

Bug Fixes

ZFS

  • Fix 'zfs receive -o' when used with '-e|-d' #7088
  • Extend zloop.sh for automated testing #6999
  • Cleanup zloop working directory after each pass #6663
  • OpenZFS 8835 - Speculative prefetch in ZFS not working for misaligned reads #7062
  • Fix Debian packaging on ARMv7/ARM64 #7046 #7058
  • Fix shellcheck v0.4.6 warnings #7040
  • Remove l2arc_nocompress from zfs-module-parameters(5) #7043
  • Fix incompatibility with Reiser4 patched kernels #6241 #7021
  • Use zap_count instead of cached z_size for unlink #7019
  • Revert raidz_map and _col structure types #6981 #7023
  • zhack: fix getopt return type #7016
  • Fix ARC hit rate #6171 #6852 #6989
  • Fix 'zpool add' handling of nested interior VDEVs #6678 #6996
  • Call commit callbacks from the tail of the list #6986
  • Handle broken pipes in arc_summary #6965 #6969
  • Handle invalid options in arc_summary #6983
  • OpenZFS 8794 - cstyle generates warnings with recent perl #6973
  • Update for cppcheck v1.80 #6879
  • Fix data on evict_skips in arc_summary.py #6882 #6883
  • Minor code cleanups in arc_python.py #6869
  • Fix arc_summary.py -d crash with Python3 #6849 #6850
  • Sort output of tunables in arc_summary.py #6828
  • Add documentation strings to arc_summary.py #6818
  • Rewrite fHits() in arc_summary.py with SI units #6815
  • Minor code cleanup in arc_summary.py #6802
  • Rewrite of function fBytes() in arc_summary.py #6784
  • Fix bug in distclean which removes needed files #6636
  • dmu_objset: release bonus buffer in failure path #6575
  • Fix zfs_ioc_pool_sync should not use fnvlist #6529
  • vdev_mirror: load balancing fixes #6461
  • Use /sbin/openrc-run for openrc init scripts #6519

SPL