summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 700707039..e7aef7725 100644
--- a/NEWS
+++ b/NEWS
@@ -34,7 +34,7 @@ GNU coreutils NEWS -*- outline -*-
** Improvements
cp,install,mv will convert smaller runs of NULs in the input to holes,
- to reduce allocation in the copy.
+ and cp --sparse=always avoids speculative preallocation on XFS for example.
mv will try a reflink before falling back to a standard copy, which is
more efficient when moving files across BTRFS subvolume boundaries.