Skip to content

Tiny utility to leverage the new FALLOC_FL_PUNCH_HOLE flag for fallocate(), and turn a non-sparse file into a sparse one (on supported file systems).

Notifications You must be signed in to change notification settings

amscanne/makesparse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

                             README
                           ==========

This is a simple utility to use the new FALLOC_FL_PUNCH_HOLE mechanism for
fallocate().  It was written as a quick and simple demonstration of when you
might want to quickly scan memory for zeros (although it probably won't matter
here for practical reasons, as the backing filesystem is almost certainly going
to be your bottleneck) to accomany a blog post.  It's pretty self-explanatory.

About

Tiny utility to leverage the new FALLOC_FL_PUNCH_HOLE flag for fallocate(), and turn a non-sparse file into a sparse one (on supported file systems).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages