• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2006, Vol. 28 ›› Issue (12): 38-40.

• 论文 • 上一篇    下一篇

基于Linux的文件系统日志服务的研究

  

  • 出版日期:2006-12-01 发布日期:2010-05-20

  • Online:2006-12-01 Published:2010-05-20

摘要: 本文研究了Linux操作系统中文件系统日志服务的体系结构和关键技术,分析了Linux操作系统中已有日志服务器JBD的结构,提出了一种新日志服务器—JoumalFS的模型,证明了使用JournalFS可以保证文件系统的一致性并且性能高于JBD,给出了JoumalFS的实现原型。

Abstract: We discuss the key techniques of the journal file services of file systems on the Linux platform, analyse the structure of JBD, which is used as a journal file server presently, presents a new journal file server JournalFS, proves that the consistency of file systems can be ensured by using JournalFS, demonstrates that JournalFS is more effective than JBD theoretically, and gives a partial implementation of JournalFS.