diff options
Diffstat (limited to 'filesystems/xfsprogs/pkg-descr')
-rw-r--r-- | filesystems/xfsprogs/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/filesystems/xfsprogs/pkg-descr b/filesystems/xfsprogs/pkg-descr new file mode 100644 index 000000000000..ec87fe1373cd --- /dev/null +++ b/filesystems/xfsprogs/pkg-descr @@ -0,0 +1,7 @@ +A set of commands to work with XFS filesystems, including mkfs.xfs(8). + +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 B-trees (for directories, +extents, free space) to aid both performance and scalability. |