All concerned, Status update for TAMU * Path ACL (UCSC paper): -- implemented, but it still has some problems related with FUSE option and some code (60% completed) * Rename: fully implemented and working but we should consider new interface for rename to reduce copy overhead (80% completed) * Proposed new idea to reduce list (directory lookup) overhead -- In previous design, every metadata has its own record even though the size is smaller than 200byte. In this suggestion, only directories have records, and metadata for files in the directory exist as a lowdata in the directory record. It can reduce number of server connections for directory lookup when the filesystem grows up. If there is 100 files in a directory, list (directory lookup) requires 100 or more times server connections, but our suggestion requires only 3 times server connections. -- details are described with a presentation material. Sincerely, Jongmin -- Jongmin Gim Post-Doctoral Research Associate Dept. of Elecrical and Computer Enginerring Texas A&M University 333D Wisenbaker College Station, TX 77843-3259
participants (1)
-
Gim Jongmin