commit | c16e503faa79f75a5587ca98538fc20b0cad53d6 | [log] [tgz] |
---|---|---|
author | Palmer Dabbelt <palmerdabbelt@google.com> | Wed Oct 28 19:14:02 2020 -0700 |
committer | Palmer Dabbelt <palmerdabbelt@google.com> | Mon Nov 16 22:23:07 2020 +0000 |
tree | 1e22b845cef4b1134fe7007d3c85a01caf9efadb | |
parent | 7e3d15701935d148ab549bd5fc3f1b36249708c8 [diff] |
dmuserd: Simple dm-user daemon This provides a block device via dm-user, with all accesses backed by in-memory storage. It's essentially the same as what I have in selftests, with the kselftests stuff removed so it'll build in Android. Test: mkfs.f2fs, dd, fsck.f2fs Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com> Change-Id: I68515d6e9001c2f6d199d394e67ebe528b382406