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: merge openzfs/zfs@c3b60eded (zfs-2.1-release) into stable/13Notable upstream pull request merges: #12015 Replace zstreamdump with zstream link #12046 Improve scrub maxinflight_bytes math.
zfs: merge openzfs/zfs@c3b60eded (zfs-2.1-release) into stable/13Notable upstream pull request merges: #12015 Replace zstreamdump with zstream link #12046 Improve scrub maxinflight_bytes math. #12052 FreeBSD: incorporate changes to the VFS_QUOTACTL(9) KPI #12072 Let zfs diff be more permissive #12091 libzfs: On FreeBSD, use MNT_NOWAIT with getfsstat #12104 Reminder to update boot code after zpool upgrade #12114 Introduce write-mostly sums #12125 Modernise all (most) remaining .TH manpages #12145 More aggsum optimizations #12149 Multiple man-pages: Move to appropriate section #12158 Re-embed multilist_t storage #12177 Livelist logic should handle dedup blkptrs #12196 Unify manpage makefiles, move pages to better sexions, revisit some #12212 Remove pool io kstatsObtained from: OpenZFSOpenZFS commit: c3b60ededa6e6ce36a457a54451ca153c4c630dcOpenZFS tag: zfs-2.1.0-rc7
zfs: merge openzfs/zfs@3522f57b6 (master)Notable upstream pull request merges: #11742 When specifying raidz vdev name, parity count should match #11744 Use a helper function to clarify gang blo
zfs: merge openzfs/zfs@3522f57b6 (master)Notable upstream pull request merges: #11742 When specifying raidz vdev name, parity count should match #11744 Use a helper function to clarify gang block size #11771 Support running FreeBSD buildworld on Arm-based macOS hostsThis is the last update that will be MFCed into stable/13.From now on, the tracking of OpenZFS branches will be different:- main continues tracking openzfs/zfs/master- stable/13 is going to track openzfs/zfs/zfs-2.1-releaseObtained from: OpenZFS(cherry picked from commit 6db169e920810bf1d7e9bd2fad5da92bfb696677)
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)
OpenZFS merge main-gf11b09- add dRAID support- fix duplicate close handling- fix memory leak in prefetch- fix problem with SIMD benchmarking on FreeBSD boot...
Update OpenZFS to 2.0.0-rc3-gfc5966- fix panic due to tqid overflow- Improve libzfs_error_init messages- Expose zfetch_max_idistance tunable- Make dbufstat work on FreeBSD- Fix EIO after resumi
Update OpenZFS to 2.0.0-rc3-gfc5966- fix panic due to tqid overflow- Improve libzfs_error_init messages- Expose zfetch_max_idistance tunable- Make dbufstat work on FreeBSD- Fix EIO after resuming receive of new dataset over an existing one
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-gfd20a8- fixes jail delegation- fixes raw kstat unsupported complaints- exposes dbgmsg, dbuf, and checksum benchmark stats- restore rename -u support
ZFS: MFV 2.0-rc1-ga00c61
Initial import from vendor-sys branch of openzfs