Skip to content

zfs-0.7.12

Compare
Choose a tag to compare
@tonyhutter tonyhutter released this 13 Nov 17:15
· 23 commits to zfs-0.7-release since this release
zfs-0.7.12

Supported Kernels

  • Compatible with 2.6.32 - 4.19 Linux kernels.

Bug Fixes

ZFS

  • Add BuildRequires gcc, make, elfutils-libelf-devel #8095 #8102
  • Fix flake8 "invalid escape sequence 'x'" warning #8056
  • ZTS: Update O_TMPFILE support check #7528
  • Allow use of pool GUID as root pool #8052
  • Fix arc_release() refcount #8000
  • Prefix all refcount functions with zfs_ #7963
  • Linux 4.19-rc3+ compat: Remove refcount_t compat #7885 #7932
  • Zpool iostat: remove latency/queue scaling #7945 #7694
  • Fix statfs(2) for 32-bit user space #7122 #7937
  • Skip import activity test in more zdb code paths #7797 #7801
  • Reduce taskq and context-switch cost of zio pipe #7736
  • Fix race in dnode_check_slots_free() #7147 #7388

SPL

  • Add BuildRequires gcc, make, elfutils-libelf-devel #8095 #8102
  • Linux 4.20 compat: current_kernel_time() #8074
  • Backport vnode.h changes from zfs:93ce2b4c
  • Define timestruc_t for Lustre compatibility #8014