Is CSV Namespace filter driver sending Read, Write IOs (IRPs) to "Disk device" or to a "Volume device"?
I am trying to figure out how to track all the writes happening to a CSV volume and CSVNS filter is one of my challenge because I have filter driver which intercepts write IRPs at volume level. If CSVNS is sending IRPs directly to disk device object then I think my driver is going to miss it.