+14
−0
+1
−0
drivers/md/dm-user.c
0 → 100644
+1141
−0
File added.
Preview size limit exceeded, changes collapsed.
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
dm-user is essentially FUSE for block devices: as BIOs come in through
device mapper they are proxied to a userspace daemon via a control misc
device.
This is very much a work in progress. There's a handful of FIXMEs
spread throughout the code with more details. As far as I know there is
nothing broken with the current code, there's just more work to do.
Test: Ran the selftests on the version of this I'm developing for Linus'
tree, on both 4.19 and 5.8.
Bug: 161496058
Signed-off-by:
Palmer Dabbelt <palmerdabbelt@google.com>
Change-Id: If5bcd8a43c3db5b556563ba303f474dd0d2902e8
File added.
Preview size limit exceeded, changes collapsed.