On 04/02/2014 12:31 PM, Lukas Czerner wrote: > Recent Linux kernel supports FALLOC_FL_ZERO_RANGE in fallocate(2). > This patch adds FALLOC_FL_ZERO_RANGE support to fallocate utility, > by introducing a new option -z|--zero-range. > > Signed-off-by: Lukas Czerner <lczerner@xxxxxxxxxx> Looks good thanks. I was wondering how this interacts with the --dig-holes option. That looks for ranges of zeros as efficiently as possible to turn them into holes. It uses SEEK_DATA for that, so I was wondering if these preallocated ranges of zeroes are treated specially in that regard? Note one could use fiemap to distinguish these ranges, but it's buggy as one needs to sync the file before using it. thanks, Pádraig. -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html