@MISC{Jin_scalabilityin, author = {Guoliang Jin and Yancan Huang}, title = {Scalability in Ext2 File System}, year = {} }
Bookmark
OpenURL
Abstract
Scalability is an important performance issue in modern File System. In this paper, we present our case study where we designed a simple benchmark and measured the performance of create and open operations on ext2. In order to explain an interesting result from the case study, we traced into the code and explained what actually leads to that result. Finally we added a new create mode that accelerates the create process a lot.