From bb2f758044f5649b478a5d228dd7f0214d1ce284 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 21 Jul 2015 08:38:07 +0200 Subject: [PATCH] fallocate.2: Since Linux 4.2, ext4 supports FALLOC_FL_INSERT_RANGE Signed-off-by: Michael Kerrisk --- man2/fallocate.2 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/man2/fallocate.2 b/man2/fallocate.2 index 0464cd5cd..0a2d4d725 100644 --- a/man2/fallocate.2 +++ b/man2/fallocate.2 @@ -272,9 +272,14 @@ in conjunction with .BR FALLOC_FL_INSERT_RANGE . .B FALLOC_FL_INSERT_RANGE -requires filesystem support, which is currently provided only by -XFS (since Linux 4.1). +requires filesystem support. +Filesystems that support this operation include +XFS (since Linux 4.1) .\" commit a904b1ca5751faf5ece8600e18cd3b674afcca1b +and ext4 (since Linux 4.2). +.\" commit 331573febb6a224bc50322e3670da326cb7f4cfc +.\" f2fs also has support since Linux 4.2 +.\" commit f62185d0e283e9d311e3ac1020f159d95f0aab39 .SH RETURN VALUE On success, .BR fallocate ()