2 tristate "Reiser4 (EXPERIMENTAL)"
3 depends on EXPERIMENTAL
11 Reiser4 is a filesystem that performs all filesystem operations
12 as atomic transactions, which means that it either performs a
13 write, or it does not, and in the event of a crash it does not
14 partially perform it or corrupt it.
16 It stores files in dancing trees, which are like balanced trees but
17 faster. It packs small files together so that they share blocks
18 without wasting space. This means you can use it to store really
19 small files. It also means that it saves you disk space. It avoids
20 hassling you with anachronisms like having a maximum number of
21 inodes, and wasting space if you use less than that number.
23 Reiser4 is a distinct filesystem type from reiserfs (V3).
24 It's therefore not possible to use reiserfs file systems
27 To learn more about reiser4, go to http://www.namesys.com
30 bool "Enable reiser4 debug mode"
33 Don't use this unless you are debugging reiser4.