The following changes since commit 8943899ac5765ff09ce00c625e27a049677b7893:
releasing package grub2 version 2.02~beta2-33 (2015-12-16 09:48:49 +0000) are available in the git repository at: https://github.com/dasjoe/grub.git zfs-rpool-fixes for you to fetch changes up to eb5752431e7ba1ad0ab32a1c72791eff894e7b51: zfs: fix memory leak (2016-01-03 19:13:49 +0100) ---------------------------------------------------------------- Andrei Borzenkov (8): grub-core/fs/zfs/zfsinfo.c: memory leak in print_vdev_info fs/zfs/zfs.c: fix memory leak. fs/zfs/zfscrypt.c: fix memory leaks. fs/zfs/zfscrypt.c: fix indentation. zfs: add missing NULL check and fix incorrect buffer overwrite zfs: fix integer truncation in zap_lookup zfs: memory leak zfs: fix memory leak Toomas Soome (3): zfs: com.delphix:hole_birth feature support zfs: com.delphix:embedded_data feature support zfs extensible_dataset and large_blocks feature support Vladimir Serbinenko (5): * grub-core/fs/zfs.c: Avoid divisions by zero. zfs: Fix disk-matching logic. fs/zfs: Fix error handling. fs/zfscrypt: Add missing explicit cast. zfs/mzap_lookup: Fix argument types ChangeLog | 9 +++++ grub-core/fs/zfs/zfs.c | 180 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------- grub-core/fs/zfs/zfscrypt.c | 17 +++++++--- grub-core/fs/zfs/zfsinfo.c | 2 ++ include/grub/zfs/spa.h | 31 ++++++++++++++--- 5 files changed, 182 insertions(+), 57 deletions(-)

