Xiafs

File system for the Linux kernel


title: "Xiafs" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["disk-file-systems", "file-systems-supported-by-the-linux-kernel"] description: "File system for the Linux kernel" topic_path: "technology/operating-systems" source: "https://en.wikipedia.org/wiki/Xiafs" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0

::summary File system for the Linux kernel ::

::data[format=table title="Infobox file system"]

FieldValue
nameXiafs
full_nameXia file system
developerGe (Frank) Xia
introduction_date
max_volume_size2 GB
max_file_size64 MB
OSLinux
discontinuation_date
with Linux 2.1.21
::

| name = Xiafs | full_name = Xia file system | developer = Ge (Frank) Xia | introduction_date = | max_volume_size = 2 GB | max_file_size = 64 MB | OS = Linux | discontinuation_date = with Linux 2.1.21 Xiafs was a file system for the Linux kernel which was conceived and developed by Ge (Frank) Xia and was based on the MINIX file system. Today it is obsolete and not in use, except possibly in some historic installations.

History

Linux originally used the MINIX file system, but it had a number of limitations. For example, the length of filenames was limited to 14 characters and the partition size was limited to 64 MB. To replace the MINIX file system, the extended file system (or ext) was developed. However, ext retained some problems such as poor performance and the lack of some date stamps. Two contenders for replacing ext were quickly developed: ext2 and Xiafs. The two file systems were included in the standard kernel in December 1993 (Linux 0.99.15). ext2 and Xiafs had the same goal: To offer good performance, reasonable limitations, and fixing the flaws of ext. Initially, Xiafs was more stable than ext2, but being a fairly minimalistic modification of the MINIX file system, it was not very well suited for future extension.

The result was that Xiafs changed very little while ext2 evolved considerably, rapidly improving stability and performance, and adding extensions. ext2, after some shakedown time, quickly became the standard file system of Linux. Since then, ext2 has developed into a very mature and robust file system.

Xiafs and the original ext were removed from Linux version 2.1.21, as they were no longer in use and were not maintained. ext2, ext3, and their successor ext4 are in the Linux kernel. As an exercise in computer history and as a file system tutorial, Xiafs was ported to modern Linux in 2013.

Comparison with ext2

Xiafs was less powerful and offered less functionality than ext2. The maximum size of a file was 64 MiB and the maximum size of a partition was 2 GiB. While this was an improvement over ext, it did not measure up to ext2. Xiafs used less disk space for its control structures and it had greater stability at that time.

References

References

  1. (1994). "Dr. Linux". Linux Systems Labs.
  2. [https://www.linuxfoundation.jp/jp_uploads/seminar20060911/Ted_Tso.pdf "The Linux ext2/3/4 Filesystem: Past, Present, and Future"], Ted Ts'o
  3. Card, Rémy. & Ts'o, Theodore. & Tweedie, Stephen. (1994). "Design and implementation of the second extended filesystem". Proceedings of the First Dutch International Symposium on Linux.
  4. [http://time.to.pullthepl.ug/post/2013/06/24/porting-an-ancient-filesystem-to-modern-linux/ Porting an Ancient Filesystem to Modern Linux], Jeremy Bingham
  5. (2021-07-18). "Linux File System".

::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::

disk-file-systemsfile-systems-supported-by-the-linux-kernel