Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
xfsprogs: Utilities for managing the XFS filesystem
- Summary
- A set of commands to use the XFS filesystem, including mkfs.xfs.
XFS is a high performance journaling filesystem which originated
on the SGI IRIX platform. It is completely multi-threaded, can
support large files and large filesystems, extended attributes,
variable block sizes, is extent based, and makes extensive use of
Btrees (directories, extents, free space) to aid both performance
and scalability.
Refer to the documentation at http://oss.sgi.com/projects/xfs/
for complete details. This implementation is on-disk compatible
with the IRIX version of XFS.
Changelog
- * Wed Sep 27 17:00:00 2006 Russell Cattelan <cattelan{%}thebarn{*}com> 2.8.11-3
- bump build version to 3 for a new brew build
- * Tue Sep 26 17:00:00 2006 Russell Cattelan <cattelan{%}thebarn{*}com> 2.8.11-2
- add ppc64 build patch
- * Thu Sep 21 17:00:00 2006 Russell Cattelan <cattelan{%}redhat{*}com> 2.8.11-1
- Upgrade to xfsprogs 2.8.11 Need to pick up important repair fixes