Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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
- * Sat Oct 20 19:00:00 2007 Johnny Hughes <johnny{%}centos{*}org> 2.9.4-1
- upgraded to upstream version 2.9.4-1
- * Tue Apr 17 19:00:00 2007 Johnny Hughes <johnny{%}centos{*}org> 2.8.20-1.el5.centos
- Initial build for CentOS
- upgraded to upstream version 2.8.20-1
- * Tue Mar 6 18:00:00 2007 Miroslav Lichvar <mlichvar{%}redhat{*}com> 2.8.18-3
- Remove libtermcap-devel from BuildRequires