Contents
Short Descriptions
simply exits with a zero status, since XFS partitions are checked at mount time | |
constructs an XFS file system | |
changes the parameters of an XFS file system | |
prints block mapping for an XFS file | |
copies the contents of an XFS file system to one or more targets in parallel | |
for each directory argument, estimates the space that directory would take if it were copied to an XFS filesystem (does not cross mount points) | |
is used to debug an XFS file system | |
suspends access to an XFS file system | |
applicable only to XFS filesystems, improves the organization of mounted filesystems, the reorganization algorithm operates on one file at a time, compacting or otherwise improving the layout of the file extents (contiguous blocks of file data) | |
expands an XFS file system | |
is equivalent to invoking xfs_growfs, but specifying that no change to the file system is to be made | |
is a debugging tool like xfs_db, but is aimed at examining the regular file I/O path rather than the raw XFS volume itself | |
prints the log of an XFS file system | |
restores an XFS metadump image to a filesystem image | |
copies XFS filesystem metadata to a file | |
creates an XFS file, padded with zeroes by default | |
generates pathnames from inode numbers for an XFS file system | |
is a utility for reporting and editing various aspects of filesystem quotas | |
repairs corrupt or damaged XFS file systems | |
copies a file to the real-time partition on an XFS file system | |
checks and repairs the contents of a mounted XFS file system | |
scrubs all mounted XFS file systems | |
reports and controls free space usage in an XFS file system | |
contains XFS-specific functions that provide a way to perform certain filesystem operations without using a file descriptor to access filesystem objects |