Re: MAINTAINERS: take over vboxsf from Hans de Goede
From: Matthew Wilcox
Date: Sun Jun 14 2026 - 16:20:29 EST
On Sun, Jun 14, 2026 at 09:11:45PM +0200, Jori Koolstra wrote:
> > Op 14-06-2026 21:10 CEST schreef Jori Koolstra <jkoolstra@xxxxxxxxx>:
> > I have no major plans for vboxsf, but I do want to support passing
> > physical addresses to the host; the communication protocol seems to
> > allow for it and it would mean we can get rid of some kmap calls.
I would love that. I looked at doing it when I did e300830fcc40
(convert to writepages), but it was a little beyond me. I really didn't
want to try to do it without having a way to test it.
Any chance you could also add large folio support? I don't think it
should be much extra work once you've done physical address support.