Hi~~
I make file system filter driver.
What I just want is to filter IRP_MJ_WRITE.
I think the way to write file into disk is two case.
First, Write the file into system address by using MDL.
Second , Cached file would be flushed by Cache Manager.( I think… )
But I don’t want to Second case.
I want to file not to be stored in cache.
How can I do this?
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
> First, Write the file into system address by using MDL.
Second , Cached file would be flushed by Cache Manager.( I think… )
But I don’t want to Second case.
I want to file not to be stored in cache.
Filter the paging IO requests below the cache.
Max
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
How can I filter paging IO below cache ?
Do you know tfilter.sys?
I make my filter based on tfilter.sys.
Please tell me how to make this.
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com