1. 03 Nov, 2005 4 commits
  2. 02 Nov, 2005 34 commits
  3. 01 Nov, 2005 2 commits
    • Nathan Scott's avatar
      [XFS] Ondisk format extension for extended attributes (attr2). Basically, · f74dee42
      Nathan Scott authored
      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:23837a
      Signed-off-by: default avatarNathan Scott <nathans@sgi.com>
      f74dee42
    • Nathan Scott's avatar
      [XFS] Ondisk format extension for extended attributes (attr2). Basically, · af4e34a5
      Nathan Scott authored
      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: default avatarNathan Scott <nathans@sgi.com>
      af4e34a5