Merge from vendor branch TNF:
[pkgsrcv2.git] / sysutils / xfsprogs / DESCR
1 XFS combines advanced journaling technology with full 64-bit
2 addressing and scalable structures and algorithms.
3
4 + Journaled 64-bit filesystem with guaranteed filesystem consistency.
5
6 + XFS supports filesystem growth for mounted volumes, allows
7 filesystem "freeze" and "thaw" operations to support volume level
8 snapshots, and provides an online file defragmentation utility.
9
10 + XFS supports user and group quotas.  XFS considers quota information
11 as filesystem metadata and uses journaling to avoid the need for
12 lengthy quota consistency checks after a crash.
13
14 + For Linux 2.6 and beyond, when using 64 bit addressing in the block
15 devices layer (CONFIG_LBD) and a 64 bit platform, filesystem size
16 limit increases to 9 million terabytes (or the device limits).  For
17 these later kernels on 32 bit platforms, 16TB is the current limit
18 even with 64 bit addressing enabled in the block layer.
19
20 This package contains filesystem manipulation and support programs.