XFS is a 64-bit, high-performance journaling file system with guaranteed filesystem consistency created by Silicon Graphics, Inc. It was the default file system in IRIX releases 5.3 and onwards and later ported to the Linux kernel.
XFS combines advanced journaling technology with full 64-bit addressing and scalable structures and algorithms.
XFS has been maintained in the official Linux kernel kernel trees starting with Linux 2.4. All modern Linux distributions include support for XFS.
Key Features
- Quick Recovery – restarts very quickly after an unexpected interruption, regardless of the number of files it is managing.
- Fast Transactions – provides the advantages of journaling while minimizing the performance impact of journaling on read and write data transactions.
- Massive scalability – supports a maximum file system size of 8 exbibytes minus one.
- Efficient Allocations – implements extremely sophisticated space management technique.
- Excellent Bandwidth – capable of delivering very close to the raw I/O performance that the underlying hardware can provide.
- Provides journaling for file system metadata, where file system updates are first written to a serial journal before the actual disk blocks are updated.
- Supports filesystem growth for mounted volumes, allows filesystem “freeze” and “thaw” operations to support volume level snapshots, and provides an online file defragmentation utility.
- Implements fully journaled extended attributes.
- Supports the ACL semantics and interfaces described in the draft POSIX 1003.1e standard.
- NFS Compatibility.
- Uses the Open Source Samba server to export XFS filesystems to Microsoft Windows systems.
- Data Management API (DMAPI/XDSM) allows implementation of hierarchical storage management software with no kernel modifications.
- Supports the notion of a “realtime subvolume” – a separate area of disk space where only file data is stored.
Website: en.wikipedia.org
Support:
Developer: Silicon Graphics Inc.
License: GNU General Public License v2.0
Related Software
| Journaling File Systems | |
|---|---|
| ext4 | Evolved from ext3 adding many notable features including extents |
| XFS | Designed to maintain high performance with large files and file systems |
| Btrfs | Checksumming Copy on Write File system |
| F2FS | Flash file system initially developed by Samsung Electronics |
| OpenZFS | Advanced file system and volume manager originally developed for Solaris |
| GFS2 | Shared disk file system for Linux computer clusters |
| ext3 | Default file system for many popular Linux distributions |
| JFS | Journaled File System |
| UBIFS | File system for raw flash memory used through UBI volumes |
| OCFS2 | Extent-based cluster file system |
| Bcachefs | Advanced file system ejected from the mainline kernel |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

