Linux虚拟文件系统内核机制研究与改进策略
Research and Improvement for Implement of Virtual File System of Linux
-
摘要: 论述了Linux文件系统的逻辑关系和逻辑结构, 对VFS中超级块、inode节点的数据结构进行了分析, 重点分析了VFS的实现机制, 最后给出对文件系统的若干改进策略.Abstract: In this article, we first provide the logical relationship and structure of file system of Linux which gives us some analysis of chief data structure of VFS, such as super clump and the nodes of inode. Second, the realization mechanism of VFS is deeply analyzed and finally, the improvement of the file system is given.