[Midnightbsd-cvs] [MidnightBSD/src] 1427a9: ZFS has built-in replication and backup functional...
Lucas Holt
noreply at github.com
Thu Jul 3 16:16:52 EDT 2025
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/src
Commit: 1427a9bea8f0df4503c95000e700dc597f2f1a3e
https://github.com/MidnightBSD/src/commit/1427a9bea8f0df4503c95000e700dc597f2f1a3e
Author: Lucas Holt <luke at foolishgames.com>
Date: 2025-07-03 (Thu, 03 Jul 2025)
Changed paths:
M sys/contrib/openzfs/module/zfs/dmu_send.c
Log Message:
-----------
ZFS has built-in replication and backup functionality, which serializes a
filesystem for transport to another system, known as "ZFS send". ZFS send
also supports incremental updates between a pair of snapshots. When sending
an encrypted dataset, the dataset can either be left encrypted for
transit/receipt (raw mode), or decrypted. During a decrypting (normal) send,
a bug in the code caused some metadata (key mappings) in the snapshots to be
decrypted in memory, but not properly released. As a result, the key mappings
used for decryption were not freed from the in-memory table.
To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications
More information about the Midnightbsd-cvs
mailing list