zfs
zfs copied to clipboard
OpenZFS on Linux and FreeBSD
### Describe the feature you would like to see added to OpenZFS I have an out of band, noninteractive mechanism for supplying a zfs native encryption key to `zfs load-key`,...
### System information Type | Version/Name --- | --- Distribution Name | Debian Distribution Version | Buster Linux Kernel | 5.10.0-0.bpo.5-amd64 Architecture | amd64 ZFS Version | 2.0.3-1~bpo10+1 SPL Version...
Closes #13757. The user can set `org.openzfs:zfs-initramfs:user-decrypt-function` to `true` and supply a `decrypt_fs_user` function in `/etc/zfs/zfs-user-functions`, which will then be called and is expected to load the decryption key. If...
### System information Type | Version/Name --- | --- Distribution Name | Ubuntu Distribution Version | 22.04 Kernel Version | 5.15.0-43-generic Architecture | x86_64 OpenZFS Version | zfs-2.1.4-0ubuntu0.1 ### Describe...
### Motivation and Context This change enables users to forcibly export a pool in a manner which safely discards all pending dirty data, transaction groups, associated zios, metaslab changes, etc....
### Motivation and Context Script for zil kstats ### Description Python script to process both global and per dataset zil stats and report them in a user-friendly manner similar to...
### Motivation and Context Closes #13675 ### Description When scrubbing an encrypted filesystem with unloaded key still report an error in zpool status. ### How Has This Been Tested? Added...
The purpose of this PR is to accepts fadvise ioctl from userland to do read-ahead by demand. It could dramatically improve sequencial read performance especially when primarycache is set to...
### System information Type | Version/Name --- | --- Distribution Name | Pop!_OS Distribution Version | 21.04 Kernel Version | 5.11.0-7620-generic Architecture | x86_64 OpenZFS Version | openzfs/zfs@4357552785acd59d225b1dc2aff2665f88bbf904 ### Describe...
Signed-off-by: Allan Jude Sponsored-by: Modirum MDPay Sponsored-by: Klara Inc. ### Motivation and Context The current credential swapping is evil, see: https://github.com/openzfs/zfs/pull/11312 ### Description Allow mounting snapshots in .zfs/snapshot as a...