Archive Manager

XFS – high-performance 64-bit journaling file system

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
ext4Evolved from ext3 adding many notable features including extents
XFSDesigned to maintain high performance with large files and file systems
BtrfsChecksumming Copy on Write File system
F2FSFlash file system initially developed by Samsung Electronics
OpenZFSAdvanced file system and volume manager originally developed for Solaris
GFS2Shared disk file system for Linux computer clusters
ext3Default file system for many popular Linux distributions
JFSJournaled File System
UBIFSFile system for raw flash memory used through UBI volumes
OCFS2Extent-based cluster file system
BcachefsAdvanced file system ejected from the mainline kernel

Read our verdict in the software roundup.


Best Free and Open Source Software 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.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments