]> www.infradead.org Git - users/hch/xfsprogs.git/commit
mkfs: support copying in large or sparse files
authorDarrick J. Wong <djwong@kernel.org>
Tue, 15 Oct 2024 20:49:41 +0000 (13:49 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 1 Nov 2024 20:44:48 +0000 (13:44 -0700)
commit3ded002f457ad9aca13d0b2792c1f08c2bc21ef1
treef0601b5d4ad02ba2f9b2a2f112ac62ee6f28c328
parent59aace8011340204c3a60db4325ca9e4f9577d23
mkfs: support copying in large or sparse files

Restructure the protofile code to handle sparse files and files that are
larger than the program's address space.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
include/libxfs.h
libxfs/util.c
mkfs/proto.c