zfs
zfs copied to clipboard
OpenZFS on Linux and FreeBSD
### Motivation and Context Coverity complains about this. It is not a bug as long as we never shift by more than 31, but it is not terrible to change...
### Motivation and Context Coverity caught unsafe use of `strcpy()` in `ztest_dmu_objset_own()`, `nfs_init_tmpfile()` and `dump_snapshot()`. It also caught an unsafe use of `strcat()` in `nfs_init_tmpfile()`. Inspired by this, I did...
### Motivation and Context Coverity caught these. With the exception of the file descriptor leak in tests/zfs-tests/cmd/draid.c, they are all memory leaks. ### Description We fix the leaks. Also, there...
Signed-off-by: Youzhong Yang This pull request adds support for idmapped mount. Although I have tried other approach, changing function signatures to pass 'struct user_namespace' pointer around seems to be the...
[sparc64] Encrypted datasets erroring with "Unable to handle kernel NULL pointer dereference errors"
### System information Type | Version/Name --- | --- Distribution Name | Gentoo Distribution Version | N/A Kernel Version | 5.15.10-gentoo-sparc64 Architecture | sparc64 OpenZFS Version | 2.0.7 ### Describe...
### System information Type | Version/Name --- | --- Distribution Name | Debian Distribution Version | 10 Kernel Version | 4.19.0-21 Architecture | amd64 OpenZFS Version | 2.1.99-1335_ga582d5299 ### Describe...
### System information Type | Version/Name --- | --- Distribution Name | Arch Linux Distribution Version | latest Kernel Version | 5.19.7 Architecture | x64 OpenZFS Version | 2.1.5 ###...
Data throughput causing apparent (directory) metadata eviction with metadata_size << arc_meta_min
### System information Type | Version/Name --- | --- Distribution Name | Proxmox VE (some configs below were repeated on Ubuntu 20.04 with the same result) Distribution Version | 6.2...
I'm running FreeBSD with zfs as of: > commit a582d52993134905f2e96cebe7aff410f29b1ad8 > Author: Umer Saleem > Date: Thu Aug 25 02:20:43 2022 +0500 > > Updates for snapshots_changed property I found...
### System information Type | Version/Name --- | --- Distribution Name | nixos Distribution Version | 22.05 Kernel Version | 5.10.81 Architecture | x86-64 OpenZFS Version | 2.1.1-1 ### Describe...