thanks but I actually merged these back in May :D https://git.kernel.org/pub/scm/fs/xfs/xfsdump-dev.git/commit/?id=36b5cf95733df250fc4401b6a336b7ffc7567b94 On 8/20/19 3:21 PM, Darrick J. Wong wrote: > Hi all, > > This is a series to update the "create file and preallocate blocks" > code in xfs_restore. > > The first patch refactors the existing copy-pasta into a single helper > function to create and preallocate space in files, as well as removing > the totally broken ALLOCSP code. > > The next two patches fix unchecked return values and insufficient > unsupported-ioctl code. > > The final patch upgrades xfs_restore to try fallocate before RESVSP > simply because it is the newer API. > > This is an extraordinary way to destroy everything. Enjoy! > Comments and questions are, as always, welcome. > > --D >