On Tue, Jul 13, 2021 at 3:45 AM Hans de Goede <hdegoede@xxxxxxxxxx> wrote: > > Linus, sorry for sending this directly through you, instead of going > through some other tree, but trying to get this upstream through the > linux-fsdevel list / patch-review simply is not working. Well, the filesystem maintainer sending their patches to me as a pull request is actually the norm rather than the exception when it comes to filesystems. It's a bit different for drivers, but that's because while we have multiple filesystems, we have multiple _thousand_ drivers, so on the driver side I really don't want individual driver maintainers to all send me their individual pull requests - that just wouldn't scale. So for individual drivers, we have subsystem maintainers, but for individual filesystems we generally don't. (When something then touches the *common* vfs code, that's a different thing - but something like this vboxsf thing this pull request looks normal to me). Even with a maintainer sending me pull requests I do obviously prefer to see indications that other people have acked/tested/reviewed the patches, but this is fairly small, simple and straightforward, and absolutely nothing in this pull request makes me go "oh, that's sketchy". So no need to apologize at all, this all looks very regular. Linus