Message ID | 155085403848.5141.1866278990901950186.stgit@magnolia (mailing list archive) |
---|---|
Headers | show |
Series | xfsdump: update to use fallocate | expand |
Uh, ping? :) --D On Fri, Feb 22, 2019 at 08:47:18AM -0800, 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. > > If you're going to start using this mess, you probably ought to just > pull from my git trees, which are linked below. > > This is an extraordinary way to destroy everything. Enjoy! > Comments and questions are, as always, welcome. > > --D