From: Christian Goeschel Ndjomouo Date: Tue, 5 May 2026 13:55:22 +0000 (-0400) Subject: fallocate: (man) mention supported file systems for --insert-range X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=465b5547358daaae2fc743a75e5bcbfbbd56c460;p=thirdparty%2Futil-linux.git fallocate: (man) mention supported file systems for --insert-range Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/sys-utils/fallocate.1.adoc b/sys-utils/fallocate.1.adoc index 5fdb1a67b..ef3639e1b 100644 --- a/sys-utils/fallocate.1.adoc +++ b/sys-utils/fallocate.1.adoc @@ -61,6 +61,8 @@ See *--punch-hole* for a list of supported filesystems. *-i*, *--insert-range*:: Insert a hole of _length_ bytes from _offset_, shifting existing data. ++ +Supported for XFS (since Linux 4.1) and ext4 (since Linux 4.2). *-l*, *--length* _length_:: Specifies the length of the range, in bytes.