Date: Fri, 8 Aug 2025 01:11:50 GMT From: Rick Macklem <rmacklem@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 49eba35ce80d - main - RELNOTES: Add an entry for COPY_FILE_RANGE_CLONE Message-ID: <202508080111.5781Bog6042841@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=49eba35ce80d7a2d6c79d616c6eabc2f3bbe0055 commit 49eba35ce80d7a2d6c79d616c6eabc2f3bbe0055 Author: Rick Macklem <rmacklem@FreeBSD.org> AuthorDate: 2025-08-08 01:08:18 +0000 Commit: Rick Macklem <rmacklem@FreeBSD.org> CommitDate: 2025-08-08 01:08:18 +0000 RELNOTES: Add an entry for COPY_FILE_RANGE_CLONE --- RELNOTES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELNOTES b/RELNOTES index 1ce6731694a2..b7b01aa5ba0f 100644 --- a/RELNOTES +++ b/RELNOTES @@ -10,6 +10,12 @@ newline. Entries should be separated by a newline. Changes to this file should not be MFCed. +37b2cb5ecb0f: + Add support to VOP_COPY_FILE_RANGE() for block cloning. + At this time, ZFS is the only local file system that supports + this and only if block cloning is enabled. NFSv4.2 also supports it. + See pathconf(2) and copy_file_range(2) for more information. + 2ec2ba7e232d, df58e8b1506f (openzfs 2957eabbe), f61844833ee8, b1b607bd200f, ee95e4d02dbd: Add Solaris style extended attributes (called named attributes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202508080111.5781Bog6042841>