Skip to content

zfs-0.7.3

Compare
Choose a tag to compare
@tonyhutter tonyhutter released this 19 Oct 21:56
· 222 commits to zfs-0.7-release since this release
zfs-0.7.3

Supported Kernels

  • Compatible with 2.6.32 - 4.13 Linux kernels.

Bug Fixes

  • Add DKMS package on Debian-based distributions (zfs) #6044 #6731
  • Fix function documentation to correctly mirror code #6754
  • Increase default zloop.sh vdev size #6758
  • Typo in dsl_dataset.h #6756 #6273
  • Fix chattr/cleanup failure #6749
  • Fixes for SPARC support #6733 #6738 #6750
  • Explicitly depend on icp module in initramfs hook #6751
  • Fix boot from ZFS issues #6700 #6747
  • Skip FREEOBJECTS for objects which can't exist #5699 #6507 #6616
  • Free objects when receiving full stream as clone #5699 #6507 #6616
  • Fix intra-pool resumable 'zfs send -t ' #6618 #6619 #6623
  • Fix ARC behavior on 32-bit systems #5352 #6734
  • Fix inclusion of libgcc_s.so on Void #6715
  • Use bitwise '&' instead of logical '&&' #6684 #6722
  • Remove unnecessary equality check #6685
  • Use linear abd in vdev_copy_uberblocks() #6718 #6713
  • receive_freeobjects() skips freeing some objects #6694 #6695
  • Scale the dbuf cache with arc_c #6561
  • Add DKMS package on Debian-based distributions (spl) #657
  • Add parenthesis to btop and ptob macros (#662) #660