Searched hist:"4 b5b98d22d04a74131f1afc4b65d0cbaafe33261" (Results 1 – 2 of 2) sorted by relevance
/freebsd/share/man/man9/ |
H A D | VOP_COPY_FILE_RANGE.9 | 4b5b98d22d04a74131f1afc4b65d0cbaafe33261 Thu Jul 25 08:20:00 CEST 2019 Rick Macklem <rmacklem@FreeBSD.org> Create a man page for VOP_COPY_FILE_RANGE(9).
r350315 created a Linux compatible copy_file_range(2) syscall. It uses a VOP method called VOP_COPY_FILE_RANGE so that file systems, such as the NFSv4.2 client can do file system specific copying. For NFSv4.2, this allows the copying to be done locally on the NFS server, avoiding transferring the data across the wire twice.
This is a new man page (content changed).
Reviewed by: kib, asomers Relnotes: yes Differential Revision: https://reviews.freebsd.org/D20584
|
H A D | Makefile | diff 4b5b98d22d04a74131f1afc4b65d0cbaafe33261 Thu Jul 25 08:20:00 CEST 2019 Rick Macklem <rmacklem@FreeBSD.org> Create a man page for VOP_COPY_FILE_RANGE(9).
r350315 created a Linux compatible copy_file_range(2) syscall. It uses a VOP method called VOP_COPY_FILE_RANGE so that file systems, such as the NFSv4.2 client can do file system specific copying. For NFSv4.2, this allows the copying to be done locally on the NFS server, avoiding transferring the data across the wire twice.
This is a new man page (content changed).
Reviewed by: kib, asomers Relnotes: yes Differential Revision: https://reviews.freebsd.org/D20584
|