没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
1Filter ManagerRajeev NagarLead Program ManagerCore File Servicesrajeevn@microsoft.com2AgendaFilter Manager Overview Legacy Filtering Mechanisms & Issues Filter Manager Benefits Filter Manager Architecture Features / Functionality Project Status & Release PlansQuestion and Answer3The State Of The Filter WorldMany products use a file system filter Historically, caused much customer pain Issues include stability, performance, & interoperabilityExamples of products with filter drivers: Anti
资源推荐
资源详情
资源评论
1
Filter Manager
Rajeev Nagar
Lead Program Manager
Core File Services
rajeevn@microsoft.com
2
Agenda
Filter Manager Overview
Legacy Filtering Mechanisms & Issues
Filter Manager Benefits
Filter Manager Architecture
Features / Functionality
Project Status & Release Plans
Question and Answer
3
The State Of The Filter World
Many products use a file system filter
Historically, caused much customer pain
Issues include stability, performance, & interoperability
Examples of products with filter drivers:
Antivirus products
Filter watches I/O to and from certain file types (.exe, .doc, etc.) looking for virus signatures
File replication products
File-system-level mirroring
System Restore
Backs up system files when changes are about to be made so that the user can return to the
original state
Many more…
Quota products, backup agents, undelete, encryption products, etc.
We’ve come a long way in addressing issues with filter drivers:
Improved documentation
Plug-fests
AV certification program
However, 7% of OCA crashes are still attributed directly to 3
rd
party filter drivers
4
Legacy Filter Mechanisms - Typical I/O Path
NtReadFile() / NtWriteFile(), ...
I/O Manager
Cache Manager
FAT NTFS RDR
Filter Driver (e.g. Anti-Virus)
IRP + Fast-I/O Interfaces
Filter Driver (e.g. Replication)
Other Filter Drivers (e.g. Quotas, Encryption, Other)
5
Architecture Of (Legacy) File System Filters
Kernel-mode drivers
Attach to locally mounted volumes (e.g. C: )and/or to redirectors
(e.g. RDR/WebDAV)
Attach to file system driver control device objects
“Walk” list of mounted volumes in an unsafe manner
Intercept mount volume requests
Poll for redirector load
Intercept IRPs and fast-i/o requests issued by I/O Manager to File
System Driver (FSD)
Perform filter-specific processing prior to dispatching request to FSD
and/or post-completion of request processing by FSD
Often impact control flow
Often massage returned data/metadata
May generate new I/O Request Packets (IRPs) as part of processing
剩余26页未读,继续阅读
资源评论
weixin_38722193
- 粉丝: 4
- 资源: 908
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功