commit | e64b48fe9b0c4506ed2f41db21d61bf9e0111e0a | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Mon Nov 25 15:47:47 2024 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Thu Dec 12 17:00:37 2024 -0800 |
tree | 209ee0a3ebd6e1dc16ac9b7586395f11d5521ab6 | |
parent | 28cbd7ff7a4cf30c0b9739f65f065b22827a2bd8 [diff] |
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> Reviewed-by: Christoph Hellwig <hch@lst.de>