zfs: merge openzfs/zfs@af88d47f1 (zfs-2.1-release) into stable/13OpenZFS release 2.1.2Notable upstream pull request merges: #12668 FreeBSD: Catch up with recent VFS changes #12704 Fix some Fr
zfs: merge openzfs/zfs@af88d47f1 (zfs-2.1-release) into stable/13OpenZFS release 2.1.2Notable upstream pull request merges: #12668 FreeBSD: Catch up with recent VFS changes #12704 Fix some FreeBSD VOPs to synchronize properly with teardown #12717 VOP_RENAME fixes for FreeBSD #12724 Fix lseek(SEEK_DATA/SEEK_HOLE) mmap consistency #12745 Restore dirty dnode detection logic #12770 ZFS send/recv with ashift 9->12 leads to data corruption #12828 FreeBSD: Add vop_standard_writecount_nomsyn #12828 FreeBSD: Catch up with more VFS changesObtained from: OpenZFSOpenZFS commit: af88d47f1ee86fae4abcfe0dabca67ea3c94d377OpenZFS tag: zfs-2.1.2Relnotes: yes
show more ...
zfs: Cherry-pick upstream commit ef977fce6636 to fix macOS/arm64 bootstrapUpstream commit message: Support running FreeBSD buildworld on Arm-based macOS hosts Arm-based Macs are like FreeBSD
zfs: Cherry-pick upstream commit ef977fce6636 to fix macOS/arm64 bootstrapUpstream commit message: Support running FreeBSD buildworld on Arm-based macOS hosts Arm-based Macs are like FreeBSD and provide a full 64-bit stat from the start, so have no stat64 variants. Thus, define stat64 and fstat64 as aliases for the normal versions. Reviewed-by: Ryan Moeller <[email protected]> Signed-off-by: Jessica Clarke <[email protected]> Closes #11771(cherry picked from commit 3a314eb5bb444ec019457e5aefaabb656fcb3d54)
zfs: merge OpenZFS master-436ab35a5- speed up writing to ZFS pools without ZIL devices (aa755b3)- speed up importing ZFS pools (2d8f72d, a0e0199, cf0977a)...Reviewed by: mjg (partial)Tested b
zfs: merge OpenZFS master-436ab35a5- speed up writing to ZFS pools without ZIL devices (aa755b3)- speed up importing ZFS pools (2d8f72d, a0e0199, cf0977a)...Reviewed by: mjg (partial)Tested by: phoDifferential Revision: https://reviews.freebsd.org/D28677(cherry picked from commit 184c1b943937986c81e1996d999d21626ec7a4ff)
Add zstd support to the boot loader.Add support to the _STANDALONE environment enough bits of the kernelthat we can compile it. We still have a small zstd_shim.c since therewere 3 items that were
Add zstd support to the boot loader.Add support to the _STANDALONE environment enough bits of the kernelthat we can compile it. We still have a small zstd_shim.c since therewere 3 items that were a bit hard to nail down and may be cleaned upin the future. These go hand in hand with a number of commits tosys/sys in the past weeks, should this need be MFCd.Discussed with: mmacy (in review and on IRC/Slack)Reviewed by: freqlabs (on openzfs repo)Differential Revision: https://reviews.freebsd.org/D26218
MFV 2.0-rc2- Fixes divide by zero for unusual hz- remove cryptodev dependency
ZFS: MFV 2.0-rc1-ga00c61
Initial import from vendor-sys branch of openzfs