Rick Macklem d189a74dfd copy_file_range(2): add recommendation to use large "len"
PR#252358 reported a serious performance problem w.r.t.
cp(1) when copying large non-sparse files.
This problem appears to have been caused by cp(1)
calling copy_file_range(2) with a small "len" argument.

This patch adds a recommendation to use a large "len"
value where possible, for performance reasons.

Reviewed by:	asomers
Differential Revision:	https://reviews.freebsd.org/D27935
2021-01-02 17:21:21 -08:00
..
2019-12-28 02:11:41 +00:00
2020-10-09 19:12:44 +00:00
2020-04-30 22:08:40 +00:00
2021-01-02 04:43:32 +02:00
2018-10-20 22:39:35 +00:00
2020-04-30 22:08:40 +00:00
2020-12-27 12:57:26 +02:00
2019-09-02 01:55:55 +00:00
2020-12-16 09:02:09 +00:00
2020-04-30 22:08:40 +00:00
2019-12-11 17:37:53 +00:00