作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2008, Vol. 34 ›› Issue (17): 44-46. doi: 10.3969/j.issn.1000-3428.2008.17.017

• 软件技术与数据库 • 上一篇    下一篇

SmallFS的研究与实现

谢 俊,刘海涛,管海兵   

  1. (上海交通大学计算机科学与工程系,上海 200240)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2008-09-05 发布日期:2008-09-05

Research and Implementation of SmallFS

XIE Jun, LIU Hai-tao, GUAN Hai-bing   

  1. (Department of Computer Science and Engineering, Shanghai Jiaotong University, Shanghai 200240)
  • Received:1900-01-01 Revised:1900-01-01 Online:2008-09-05 Published:2008-09-05

摘要: 当同一目录下存在大量文件时,对文件的线性检索造成传统的Linux文件系统(如ext2)性能有很大的下降。该文提出的SmallFS旨在解决该性能下降问题。SmallFS属于存储优化的一种,它对特定目录下的文件检索过程进行优化,能在较大程度上提高检索效率。此外,SmallFS基于可堆叠技术实现,具有较好的兼容性和对用户的透明性。

关键词: SmallFS系统, 存储优化, 可堆叠文件系统

Abstract: Traditional Linux file system such as ext2 performs poorly if large numbers of small files exist. This is due to the linear search algorithm of the file system. This paper implements SmallFS to solve this problem. SmallFS is one kind of storage optimization. It optimizes the search algorithm to greatly improve the performance. SmallFS is based on the stackable file system technique, so it has good compatibility and is transparent to users.

Key words: SmallFS, storage optimization, stackable file system

中图分类号: