STFS: a novel file system for efficient small writes

  • Authors:
  • Lu Jun;Lu Xianliang;Luo Guangchun;Han Hong;Zhou Xu

  • Affiliations:
  • College of Computer Science and Engineering of UEST of China, ChengDu, China;College of Computer Science and Engineering of UEST of China, ChengDu, China;College of Computer Science and Engineering of UEST of China, ChengDu, China;College of Computer Science and Engineering of UEST of China, ChengDu, China;College of Computer Science and Engineering of UEST of China, ChengDu, China

  • Venue:
  • ACM SIGOPS Operating Systems Review
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper presents a novel high performance file system: Same Track File System (STFS) based on the researches of the character of modern disk drive. This paper firstly analyses the non-linear seek latency character of modern disk drive, and then indicates the drawback of FFS due to small writes. Then, this paper describes a novel disk layout of STFS: putting the meta-data and data into the same track. This disk layout of STFS can effectively depress the seek overhead of small writes and greatly improve file system throughput. The experiments of this paper show that STFS is a high performance file system.