]> git.ipfire.org Git - thirdparty/util-linux.git/commit - sys-utils/fallocate.1
fallocate: add insert range support
authorFabian Frederick <fabf@skynet.be>
Tue, 15 Nov 2016 18:52:26 +0000 (19:52 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 2 Dec 2016 12:56:32 +0000 (13:56 +0100)
commitb439065634e693dda385a6e5269e1d9258d6d471
treed0eda2a77120848b0b3a888028fa58b6b238d2f2
parent01544c52f86166a4a5dc81835027e412580396b2
fallocate: add insert range support

Based on patch 83cc932d7412
("fallocate: introduce an option -c to support COLLAPSE_RANGE")

This patch includes FALLOC_FL_INSERT_RANGE flag
added to Linux kernel v4.1

Thanks to Pádraig Brady for insert range definition

Signed-off-by: Fabian Frederick <fabf@skynet.be>
sys-utils/fallocate.1
sys-utils/fallocate.c