Olof Lagerkvist

Results 135 comments of Olof Lagerkvist

> > @stroev-ao Have you been able to resolve this issue ? > > No, the problem is not solved. The advice above from @LTRData did not help. Like I...

Got another report now with exact same BSOD (but now with latest driver version). I think I realize now how this could still happen. The fix that calls `IsUnmountPendingVcb(RequestContext->Vcb)` before...

> I would agree to do `if (RequestContext->Vcb == NULL || IsUnmountPendingVcb(RequestContext->Vcb))` but I would like to understand why we have a `Dcb` without `Vcb` here. We don't have more...

> > Hi @Lucasq11 , > > Thanks for the report and the analysis. Agree we should not notify if nothing has changed. > > If we had the item...

If we look at how this is implemented in cdfs.sys and fastfat.sys, there seems indeed to be a check for SL_RESTART_SCAN and a reset of the logic in that case:...

There is no source code involved in that way. It is a conversion of the compiled code. There is no intermediate step with clear text source code.

I am not sure if I follow. But if you open a dynamically allocated vhdx image, you see the entire virtual size of the image even though only parts of...

I think I understand more about what you try to do now. If you use `Contents` property of a virtual disk object, you get a `SparseStream` object that has got...

> Thanks, so, Can I presume it is possible to send only the Stream content between `Extent. start` to `Extents.length` (skip the Zero content) to a certain place (e.g. raw...