summaryrefslogtreecommitdiff
path: root/misc/chattr.1.in
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2002-11-01 01:53:52 -0500
committerTheodore Ts'o <tytso@mit.edu>2002-11-01 01:53:52 -0500
commit15f9011add4013d32ea2f7ca7dbf860f95b8ec53 (patch)
tree86d058b22325bb9bf12c1e268fd7375f139eebac /misc/chattr.1.in
parent085d2a8397d4eb37ad604f568edb8b2662c22d46 (diff)
downloade2fsprogs-15f9011add4013d32ea2f7ca7dbf860f95b8ec53.tar.gz
Add support for a new inode flag, which is to be used
for indicating the top of directory hierarchies for the Orlov block allocator.
Diffstat (limited to 'misc/chattr.1.in')
-rw-r--r--misc/chattr.1.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/misc/chattr.1.in b/misc/chattr.1.in
index 218a291d..1e17bd89 100644
--- a/misc/chattr.1.in
+++ b/misc/chattr.1.in
@@ -19,7 +19,7 @@ chattr \- change file attributes on a Linux second extended file system
.B chattr
changes the file attributes on a Linux second extended file system.
.PP
-The format of a symbolic mode is +-=[ASacDdistu].
+The format of a symbolic mode is +-=[ASacDdisTtu].
.PP
The operator `+' causes the selected attributes to be added to the
existing attributes of the files; `-' causes them to be removed; and
@@ -28,7 +28,8 @@ existing attributes of the files; `-' causes them to be removed; and
The letters `ASacDdijsu' select the new attributes for the files:
don't update atime (A), synchronous updates (S), synchronous directory
updates (D), append only (a), compressed (c), no dump (d), immutable (i),
-data journalling (j), secure deletion (s), and undeletable (u).
+data journalling (j), secure deletion (s), top of directory hierarchy
+(T), no tail-merging (t), and undeletable (u).
.SH OPTIONS
.TP
.B \-R
@@ -85,6 +86,10 @@ When a file with the `S' attribute set is modified,
the changes are written synchronously on the disk; this is equivalent to
the `sync' mount option applied to a subset of the files.
.PP
+A directory with the 'T' attribute will be deemed to be the top of
+directory hierarchies for the purposes of the Orlov block allocator
+(which is used in newer kernels).
+.PP
A file with the 't' attribute will not have a partial block fragment at
the of the file merged with other files (for those filesystems which
support tail-merging). This is necessary for applications such as LILO