fallocate.2: Since Linux 4.2, ext4 supports FALLOC_FL_INSERT_RANGE

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-07-21 08:38:07 +02:00
parent da31981e88
commit bb2f758044
1 changed files with 7 additions and 2 deletions

View File

@ -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 ()