filesystem preallocation interface library

Edit Package libfallocate
http://libfallocate.sf.net/

libfallocate provides an interface for applications to tell filesystems
about the size of to-be-written files, so the filesystem can do a better
job in taking allocation decisions to avoid fragmentation.

libfallocate provides a wrapper for the fallocate() syscall in case your
glibc (<2.10) does not have it yet. It also provides linux_fallocate()
which will attempt the space reservation ioctl that xfs and ocfs2
provide in case fallocate() did not succeed.

It has an additional richer interface fallocate_with_fallback() that
allows you to instruct it to fallback to do preallocation by zeroing
things out (like posix_fallocate()) or to extend the file size by a sparse
write (like a successful fallocate() with mode==0 would have done).

Refresh
Refresh
Source Files
Filename Size Changed
libfallocate-0.1.1.tar.bz2 0000009361 9.14 KB
libfallocate.changes 0000000561 561 Bytes
libfallocate.spec 0000003385 3.31 KB
Revision 24 (latest revision is 32)
Kurt Garloff's avatar Kurt Garloff (garloff) accepted request 50413 from Andreas Jaeger's avatar Andreas Jaeger (a_jaeger) (revision 24)
Thanks for the cleanup, Andreas!
Comments 0
openSUSE Build Service is sponsored by