]> git.ipfire.org Git - thirdparty/util-linux.git/commit - AUTHORS
fallocate: Added posix_fallocate() support.
authorDenis Chaplygin <dchaplyg@redhat.com>
Tue, 31 Jan 2017 11:51:28 +0000 (12:51 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 31 Jan 2017 11:51:28 +0000 (12:51 +0100)
commit833f9a7aae713278eec5f85266597482f18c7370
tree86f83f6e5cf4153a53497d89dd727ca3c0dead23
parent7572fb2b8cb69512ca230b7fcfa11577526843f4
fallocate: Added posix_fallocate() support.

No all filesystems support Linux fallocate. The new option allow use
posix implementation if necessary.

Signed-off-by: Karel Zak <kzak@redhat.com>
AUTHORS
configure.ac
sys-utils/fallocate.1
sys-utils/fallocate.c