tag | 604488610a5600949ccd8fdaf61b166a520715a3 | |
---|---|---|
tagger | Darrick J. Wong <djwong@kernel.org> | Fri May 13 13:31:24 2022 -0700 |
object | ddef306d1c024b56ad242bcc1894cef56a824286 |
xfsprogs: file write utility refactoring Refactor the parts of mkfs and xfs_repair that open-code the process of mapping disk space into files and writing data into them. This will help primarily with resetting of the realtime metadata, but is also used for protofiles.
commit | ddef306d1c024b56ad242bcc1894cef56a824286 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Thu Jan 06 14:13:53 2022 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Fri May 13 13:30:40 2022 -0700 |
tree | c9f75f9faf7db955a2caf76ae84bde0581796371 | |
parent | 4a9d01be6e4b54379b4c08be67c44c8bf2669e7a [diff] |
mkfs: use file write helper to populate files Use the file write helper to write files into the filesystem. Signed-off-by: Darrick J. Wong <djwong@kernel.org>