blob: 1225af7b21669a02368cea76868f0faae7c05b86 [file] [log] [blame]
Ryusuke Konishi4fed5982009-07-12 11:13:55 +09001config NILFS2_FS
2 tristate "NILFS2 file system support (EXPERIMENTAL)"
Ryusuke Konishi41f4db02009-08-08 16:09:46 +09003 depends on EXPERIMENTAL
Ryusuke Konishi4fed5982009-07-12 11:13:55 +09004 select CRC32
Hiroshi Shimamotoe4c570c2009-12-14 18:00:26 -08005 select FS_JOURNAL_INFO
Ryusuke Konishi4fed5982009-07-12 11:13:55 +09006 help
7 NILFS2 is a log-structured file system (LFS) supporting continuous
8 snapshotting. In addition to versioning capability of the entire
9 file system, users can even restore files mistakenly overwritten or
10 destroyed just a few seconds ago. Since this file system can keep
11 consistency like conventional LFS, it achieves quick recovery after
12 system crashes.
13
14 NILFS2 creates a number of checkpoints every few seconds or per
15 synchronous write basis (unless there is no change). Users can
16 select significant versions among continuously created checkpoints,
17 and can change them into snapshots which will be preserved for long
18 periods until they are changed back to checkpoints. Each
19 snapshot is mountable as a read-only file system concurrently with
20 its writable mount, and this feature is convenient for online backup.
21
22 Some features including atime, extended attributes, and POSIX ACLs,
23 are not supported yet.
24
25 To compile this file system support as a module, choose M here: the
26 module will be called nilfs2. If unsure, say N.