ログ構造化ファイルシステムNILFSの設計と実装

書誌事項

タイトル別名
  • ログ コウゾウカ ファイル システム NILFS ノ セッケイ ト ジッソウ
  • The Design and Implementation of the NILFS Log-Structured File System

この論文をさがす

抄録

本論文では,ログ構造化ファイルシステムNILFSの設計と実装について述べる.NILFSは任意の時点におけるファイルシステムのスナップショットを作成することができ,ソフトウェア障害やユーザエラーからデータを保護する.また,ディスク上のデータ構造はつねに一貫した状態に保たれるため,システム障害後の迅速な復旧が可能である.従来のログ構造化ファイルシステムとは異なり,ディスクアドレス変換を用いることにより,複数のスナップショットが存在する状況で,クリーナは不要になったディスク領域を効率的に回収することができる.評価実験により,NILFSはExt3と比べて遜色ない性能を有することを示す.

This paper describes the design and implementation of the NILFS logstructured file system. NILFS provides file system snapshots at any point in time and protects data from software failures and user errors. The logstructured disk layout maintains on-disk data structures consistently and achieves fast recovery from system failures. Unlike other log-structured file systems, the cleaner can reclaim obsolete disk space efficiently under the existence of multiple snapshots using disk address translation mechanisms. The results of evaluation experiments show that the performance of NILFS is comparable to that of Ext3.

収録刊行物

被引用文献 (1)*注記

もっと見る

詳細情報 詳細情報について

問題の指摘

ページトップへ