[XFS] Ondisk format extension for extended attributes (attr2). Basically,
authorNathan Scott <nathans@sgi.com>
Tue, 1 Nov 2005 23:35:46 +0000 (10:35 +1100)
committerNathan Scott <nathans@sgi.com>
Tue, 1 Nov 2005 23:35:46 +0000 (10:35 +1100)
commitaf4e34a5274e92c576fc0c3a4b27ae7d4a06096a
tree9915e17f6de8196b681c8bccaa94297306501d99
parentd8cc890d4095f1eaa7f411a85051015b21262b12
[XFS] Ondisk format extension for extended attributes (attr2). Basically,
the data/attr forks now grow up/down from either end of the literal area,
rather than dividing the literal area into two chunks and growing both
upward.  Means we can now make much more efficient use of the attribute
space, incl. fitting DMF attributes inline in 256 byte inodes, and large
jumps in dbench3 performance numbers.  It is self enabling, but can be
forced on/off via the attr2/noattr2 mount options.

SGI-PV: 941645
SGI-Modid: xfs-linux:xfs-kern:23836a

Signed-off-by: Nathan Scott <nathans@sgi.com>
fs/xfs/xfs_clnt.h