You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[bzfs_jobrunner] [perf] Improve latency by enabling bzfs_jobrunner to safely execute multiple bzfs jobs in parallel
within the same Python process (not just in parallel across multiple Python subprocesses).
[bzfs] [perf] Use better heuristic to choose num-datasets-per-thread when listing snapshots.
[bzfs] Change default of --create-bookmarks from hourly to all to improve safety.
[bzfs] [security] Set the umask so intermediate directories created by os.makedirs() have stricter permissions.
[bzfs] [security] Remove the --log-config-file and --log-config-var CLI options.
[bzfs] Don't optimize regex if it might contain a pathological character class that contains parenthesis.