期刊文献+
共找到1篇文章
< 1 >
每页显示 20 50 100
FastDu:Efficient Directory Summaries Harvest by Tracking File System Changes 被引量:2
1
作者 刘立坤 吴诺 +2 位作者 许春聪 武永卫 杨广文 《Tsinghua Science and Technology》 SCIE EI CAS 2011年第4期337-343,共7页
FastDu is a file system service that tracks file system changes by intercepting file system calls to maintain directory summaries, which play important roles in both storage administration and improvement of user expe... FastDu is a file system service that tracks file system changes by intercepting file system calls to maintain directory summaries, which play important roles in both storage administration and improvement of user experiences for some applications. In most circumstances, directory summaries are independently harvested by applications via traversing the file system hierarchy and calling stat 0 on every file in each directory. For large file systems, this brute-force traverse-based approach can take many hours to complete, even if only a small percentage of the files have changed. This paper describes FastDu, which uses a pre-built database to store harvested directory summaries, and tracks the file system changes by intercept- ing file system calls, so that new harvesting is restricted to the small subset of directories that contain modified files. Tests using FastDu show that this approach reduces the time needed to get a directory summary by one or two orders of magnitude with almost negligible penalty to application-aware file system performance. 展开更多
关键词 file system metadata metadata crawl file system changes file system intercepts
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部