commit | 5aad5b8e0e3cfa2eaaf29d773df16941166e51cd | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Wed Jun 10 19:56:43 2015 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Jun 10 19:56:46 2015 -0400 |
tree | 1ab74d677a3344160b35e106865520c9f9e7cd5d | |
parent | 647e8786156061658b6d8038452718e1102fadc1 [diff] |
libext2fs: implement fallocate Create a library function to perform fallocation on arbitrary files. This is a bit more intense than Ted's original mk_hugefiles implementation since we have to honor any blocks that may already be allocated to the file. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>